@charset "utf-8";
/* INDEX Layout
----------------------------------------------------*/
ul#news-topic-area{
	width:648px;
	margin:25px 25px 0px;
	padding:0px 0px 0px;
	background: url(../../shared/images/bg_line_dot_x.gif) repeat-x left top;
	overflow:hidden;
}
ul#news-topic-area li{
	width:648px;
	padding:10px 0px;
	background: url(../../shared/images/bg_line_dot_x.gif) repeat-x left bottom;
	overflow:hidden;
	color:#666666;
}
ul#news-topic-area li span{
	display:block;
	line-height:1.3;
}
ul#news-topic-area li span.date{
	float:left;
	width:80px;
	font-weight:bold;
}
ul#news-topic-area li span.news{
	float:right;
	width:558px;
}












