@charset "utf-8";
/* CSS Document */
body { background:#fff url(../images/background/bg_news.jpg) top center no-repeat;}

/******************************************************************************
* main
*******************************************************************************/
#container {
	float:left;
	width:785px;
}
/*news
****************************************/
dl.news{
	border-bottom:#ccc 1px dashed;
	margin-top:10px;
}
.news dt {
	clear:both;
	float:left;
	width:80px;
}
.news.one dd{
	border:none;
	margin-bottom:0;
}
.news dd {
	margin:0 0 10px 80px;
	padding-bottom:10px;
	border-bottom:#ccc 1px dashed
}
.news dd strong{
	display:block;
}
.news.end,.news .end{
	border:none;
}