@charset "UTF-8";

/*=================================================================
	http://www.
=================================================================*/

div#flashbox {
	margin:0;
	width:910px;
	height:246px;
}

div#flashbox div#FlashContent {
	width:910px;
	height:246px;
	background:url(../img/index/flash_bg.jpg) 0 0 no-repeat;
}

/*=================================================================
2010年10月13日　.index_title　のbackgroundカラーを　#5783A4　から　#666　に変更
=================================================================*/
.index_title{
	width:630px;
	background:#666;
	color:#FFF;
	position:relative;
	margin:0 0 5px;

}

.index_title h2{
	padding:3px 0 3px 10px;
	font-weight:700;
}

#topics_link{
	width:50px;
	height:18px;
	display:block;
	position:absolute;
	top:9px;
	left:570px;
}

#topics_box{
	width:596px;
	margin:0 auto;
	height:300px;
	overflow:auto;
	padding:5px 16px;
	border:1px solid #CCC;
}

#topics_box dl{
	width:575px;
	border-bottom:1px dotted #CCC;

}

#topics_box dl:after {content:" "; clear:both; height:0; display:block; visibility:hidden;}

#topics_box dl dd,#topics_box dl dt{float:left;}

#topics_box dl dd{
	padding:5px 0 5px 15px;
	color:#5783A4;
	font-weight:700;
	vertical-align:middle;
}

#topics_box dl dd.index_day{
	width:70px;
}

#topics_box dl dd img{padding:2px 0 0 0;}

#topics_box dl dt{
	padding:5px 0 5px 15px;
	vertical-align:middle;
}

#topics_box dl dt span{
	background:url(../img/common/arow_topics_text.jpg) 0 50% no-repeat;
	padding:0 0 0 10px;
	margin:0;
}

#topics_box dl dt img{padding:5px 0 0 0;}




