@charset "Shift_JIS";
/* CSS Document */


/* ============ #mainimg ============ */

#mainimgWrap{
	width:100%;
	height:492px;
	background:url(../img/index/mainimg_bg.jpg) no-repeat center bottom;
	padding-top:88px;
}
#mainimgWrap #photoBox{
	width:928px;
	height:442px;
	margin:9px auto 0;
	*margin:18px auto 0;
	position:relative;
}
#mainimgWrap #photoBox li{
	display:block;
	position:absolute;
	top:0;
	*top:-10px;
	left:0;
}
#mainimgWrap  #photoBox li.active{
	z-index:2;
}
#mainimgWrap #thumbBox{
	margin:20px auto 0;
	*margin:30px auto 0;
	display:none;
}
#mainimgWrap  #thumbBox li{
	width:30px;
	height:7px;
	display:block;
	float:left;
	padding:0 6px;
	overflow:hidden;
	cursor:pointer;
	background:url(../img/index/mainimg_thumb.gif) no-repeat 0 0;
}
#mainimgWrap  #thumbBox li.active{
	background:url(../img/index/mainimg_thumb.gif) no-repeat 0 -7px;
}

#movieBox{
	width:928px;
	z-index:3;
	position:relative;
	margin:0 auto;
	overflow:hidden;
}

#movieBox #lightUp{
	position:absolute;
	top:0;
	left:-900px;
}

/* ============ #sectionCommon ============ */

#sectionWrap h3{
	text-align:center;
	margin:18px 0;
	background:url(../img/index/section_subttl_bg.gif) no-repeat left 18px;
}

/* ================= #sec1 ================ */

#sec1{
	padding-top:103px;
	margin-top:-103px;
}

#sec1 .cnt1 .leftBox{
	width:390px;
	float:left;
	padding-right:22px;
}
#sec1 .cnt1 .rightBox{
	width:506px;
	float:left;
	padding-left:28px;
	background:url(../img/index/sec1_cnt1_boder.gif) repeat-y left top;
}
#sec1 .cnt1 .rightBox dl{
	margin-top:34px;
}
#sec1 .cnt1 .rightBox dl.first{
	margin-top:20px;
}
#sec1 .cnt1 .rightBox dt{
	margin-bottom:16px;
}
#sec1 .cnt1 .rightBox dd{
	font-size:14px;
	line-height:1.4;
}
#sec1 .cnt1 .rightBox dd span{
	color:#900;
}

/* ================= #sec2 ================ */

#sec2 h2{
	margin-top:40px;
	margin-bottom:30px;
	text-align:center;
}
#sec2 .cnt1 .cntBox{
	width:946px;
	height:363px;
	background:url(../img/index/sec2_cnt2_bg.jpg) no-repeat;
}
#sec2 .cnt1 .cntBox h4{
	width:746px;
	text-align:center;
	padding:34px 100px;
}
#sec2 .cnt1 .cntBox ul{
	width:927px;
	padding-left:15px;
	padding-right:9px;
}
#sec2 .cnt1 .cntBox ul li{
	display:block;
	float:left;
}
#sec2 .cnt4 p{
	text-align:center;
}
#sec2 .cnt4 .btnBox{
	margin-top:25px;
}
#sec2 .cntLayout{
	margin-top:40px;
}