@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);

.news{
	width: 695px;
	clear: both;
	margin: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}

.news dl{
	display: block;
	width: 688px;
	clear: both;
	float: left;
	background: url(../images/cmn/hr.gif) 0 100% repeat-x;
	padding: 5px 0 10px;
	margin-bottom: 15px;
}
.news dt{
	display: block;
	width: 90px;
	background: url(../images/cmn/icon.gif) 0 50% no-repeat;
	padding-left: 15px;
	float: left;
}
.news dd{
	display: block;
	width: 580px;
	float: right;
	font-size: 120%;
}
.news p{
	padding: 15px;
}