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

/* -----------------------mainimg------------------------ */

#mainimg{
	height:314px;
}
#mainimg .main{
	position:absolute;
	left:0;
	top:15px;
	z-index:20;
}
/* ------------------------news-------------------------- */

#newsWrap{
	position:absolute;
	left:24px;
	top:220px;
	width:425px;
	height:82px;
	background:url(../img/index/news_bg.gif) no-repeat;
	z-index:21;
}
#news{
	width:389px;
	height:54px;
	overflow:auto;
	margin:14px 0 0 20px;
	font-size:11px;
	line-height:1.4;
	color:#663300;
}
#news a{
	text-decoration:underline;
	color:#663300;
}
#news a:hover{
	text-decoration:none;
}
#news dl{
	padding-bottom:3px;
}
#news dl.last{
	padding-bottom:0;
}
#news dl:after,
#sectionWrap #contents_S:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:"";
	clear:both;
	height:0
}
* html #news dl,
* html #sectionWrap #contents_S{
	zoom:1
}
*:first-child+html #news dl,
*:first-child+html #sectionWrap #contents_S{
	zoom:1
}/* IE7 */


#news dt{
	width:80px;
	float:left;
}
#news dd{
	width:276px;
	float:left;
}
#news .mCSB_draggerRail{
	background:#CCC;
}
#news .mCSB_dragger_bar{
	width:2px;
	background:#FF6699;
}
#news .mCSB_container{
	margin-right:20px;
}

/* ------------------------Navi-------------------------- */

#NavGroup .navLayout .ttlBox{
	width:920px;
	height:133px;
	background:url(../img/common/navi_ttl_index_bg.gif) no-repeat left top;
	position:relative;
}
#NavGroup .navLayout .ttlBox ul{
	position:absolute;
	right:30px;
	top:49px;
}
#NavGroup .navLayout .ttlBox ul li{
	display:block;
	float:left;
	padding-left:10px;
}


