@charset "utf-8";
@import "common/0-import.css";

#conts h2,
#conts ul {
	margin-bottom: 5px;
	clear: both;
}

#conts ul li {
	margin-right: 5px;
	float: left;
	text-align: center;
	font-size: 11px;
}

#conts .newsBox {
	margin-bottom: 15px;
}

#conts .newsBox dl {
	height: 200px;
	line-height: 13px;
	overflow-y: scroll;
	background-color: #FFFFFF;
}

#conts .newsBox dt {
	padding: 8px 20px 5px;
	color: #000000;
	font-weight: bold;
}

#conts .newsBox dd {
	color: #000000;
	margin-bottom: 3px;
	padding-bottom: 8px;
	padding-left: 20px;
	background: url(../img/index/line01.gif) no-repeat left bottom;
}
