@charset "utf-8";

/* スライダー*/
#slider {
width:1280px;
height:400px;
margin:0 auto 0 auto;
}

.s-box {
width:1280px;
height:400px;
margin:0 auto 0 auto;
}


#s-bk{
width: 100%;
height: 400px;
background-color:#000000;
text-align:center;
margin:0 auto 50px auto;
}


/* コンテンツ1*/
#c1 {
width: 1024px;
height:535px;
margin:0 auto 50px auto;
border:solid 7px #000000;
}

h2 {
	margin:30px auto 0 auto;
	text-align:center;
}

.pr {
line-height:30px;
margin:30px auto 40px auto;
width:990px;
}


/* ティッカー */

#ticker-box {
width: 1024px;
height:19px;
margin:0 auto 50px auto;
background-image:url(../images/home/info-t.png);
background-repeat:no-repeat;
}

.ticker {

width: 700px;
margin-left:230px;
text-align: left;
position: relative;
overflow: hidden;
color: #000000;
float:left;
font-size:16px;
}

.ticker ul {
width: 100%;
position: relative;
}

.ticker ul li {
width: 100%;
display: none;
}

/* コンテンツ2*/
#c2 {
width: 1024px;
height:100%;
margin:0 auto 30px auto;
overflow:hidden;
}

.snav1 {
width: 482px;
height:220;
margin:0 60px 50px 0;
float:left;
}

.snav2 {
width: 482px;
height:220;
margin:0 0 50px 0;
float:left;
}

.ti-m {
	margin-bottom:20px;	
}


