@import url(common.css);

/** body
********************/
#body #news dt {
	float: left;
	width: 50px;
	clear: left;
}
#body #news dd{

}

#body h2,
#sidebar h2 {
	font-size: 14px;
	border-bottom: 1px dotted #999;
}

#body .section ol li {
	list-style-type: decimal;
	list-style-position: outside;
}

#body .section ul li {
	list-style-type: decimal;
	list-style-position: outside;
}

#body .section ul.other li {
	list-style-type: circle;
}

