@charset "UTF-8";

.list_li {
	margin-top: 5px;
	margin-left: 2px;
	list-style: none;
	height: 37px;
}

.list_li li {
	float: left;
}

.topics {
	width: 670px;
	background: url(../../images/line_h.gif) left bottom repeat-x;
	padding: 5px 0 5px 0;
	float: left;
}

.topics dt {
	display: block;
	width: 85px; 
	float: left;
	color: #CC0000;
	background: url(../images/icon.gif) 0 5px no-repeat;
	padding-left: 18px; 
}
.topics dd {
	display: block;
	width: 500px; 
	float: left;
}


