@charset "UTF-8";
#newslist {
	width: 520px;
	float: right;
}

#newslist dt {
	width: 70px;
	float: left;
	clear: left;
	font-size: 79%;
	line-height: 1.8em;
	font-weight: bold;
	padding-bottom: 7px;
	color: #336600;
}

#newslist dd {
	width: 450px;
	float: left;
	font-size: 92%;
	line-height: 1.4em;
	padding-bottom: 7px;
}

