/*　TOPページ　*/

/* flash エリア */
.flash_box{
	width:900px;
	height:230px;
	margin:0px auto;
}

.flash_shadow{
	width:900px;
	height:13px;
	background:url(../image/index/bg_top_flash_shadow.gif) repeat-x;
	margin-bottom:10px;
}


/* コンテンツ エリア */
.top_left_box{
	float:left;
	width:290px;
}

.top_right_box{
	float:left;
	width:560px;
	margin-left:20px;
}


/* 左カラム */

.topics_box{
	width:290px;
	margin-bottom:25px;
}

.topics_bg{
	width:290px;
	height:70px;
	background:url(../image/index/bg_topics.jpg) no-repeat;
	overflow-y:scroll;
}

.topics_detail{
	color:#FFFFFF;
	line-height:125%;
	width:250px;
	margin:8px auto;
	padding-bottom:7px;
	border-bottom:#666666 dashed 1px;
}

.topics_day{
	float:left;
	width:60px;
}

.topics_news{
	float:left;
	width:185px;
	margin-left:5px;
}

.ban_box{
	width:290px;
	margin:0 auto;
}

.ban_box img{
	margin-bottom:15px;
}

/* 右カラム */
.voice_box{
	width:560px;
}

.voice_flame{
	border:1px #999999 solid;
	width:558px;
	height:315px;
	overflow-y:scroll;
}

.voice_detail{
	color:#666666;
	line-height:125%;
	width:520px;
	margin:8px auto;
	padding-bottom:7px;
	border-bottom:#999999 dashed 1px;
}
