@charset "UTF-8";



/*fluid_container（メイン画像）
---------------------------------------------------------------------*/
.fluid_container {
margin:0 auto;
position:relative;
width:920px;
height:390px;
top:0;
}




.frontpage .pageLeft{
	width:300px;
	float:left;
}
.frontpage .pageLeft li{
	margin-bottom:10px;
}

.frontpage .news{
	width:300px;
	float:left;
	padding-left:35px;
}

.frontpage .news .title{
	_zoom:1;
	overflow:hidden;
	border-bottom:solid 1px #999;
	padding-bottom:3px;
}
.frontpage .news .title dt{
	float:left;
}
.frontpage .news .title dd{
	float:right;
}

.frontpage .news .article dt{
	font-size:11px;
	color:#666;
	padding-left:20px;
	padding-top:10px;
	margin-bottom:3px;
	line-height:100%;
}
.frontpage .news .article dd{
	padding-bottom:10px;
	border-bottom:dotted 1px #CCC;
}
.frontpage .news .article dd div{
	background:url(../images/top/arrow_news.gif) no-repeat 0.5em 0.4em;
	padding-bottom:3px;
	padding-left:20px;
}
.frontpage .news .article dd p{
	font-size:12px;
	line-height:140%;
	padding-left:20px;
}
	

