@charset "utf-8";

#news {
	width: 960px;
	clear: both;
	overflow: hidden;
	margin-bottom: 120px;
	padding-top: 10px;
}

#news #tit {
	font-size: 0px;
	line-height: 100%;
	margin-top: 20px;
}

#news h3 {
	font-size: 0px;
	line-height: 100%;
	margin-top: 20px;
}

#news #m_txt {
	clear: both;
	overflow: hidden;
	padding-bottom: 10px;
	margin-top: 10px;
}

#news dl {
	clear: both;
	overflow: hidden;
	margin-top: 15px;
}
#news dt,
#news dd {
	float: left;
}
#news dt {
	margin-right: 50px;
}

#news #date {
	clear: both;
	overflow: hidden;
	margin-top: 20px;
}
#news #hl {
	clear: both;
	overflow: hidden;
	background-color: #DDDDDD;
	padding: 15px 0px;
	margin-top: 10px;
}
#news #hl p {
	font-size: 135%;
	font-weight: bold;
	margin: 0px 15px;
}

#news .b_left {
	width: 510px;
	float: left;
	margin-right: 30px;
	margin-top: 30px;
}
#news .b_right {
	float: left;
	margin-top: 30px;
}

