h2 {
	margin: 0px;
	margin-bottom: 10px;
}
.news_back {
	float: right;
}
.news {
	margin-bottom: 20px;
}
.news .image {
	float: left;
	width: 90px;
	height: 90px;
	clear: both;
}
.news .cnt {
	margin-left: 90px;
}
.news .cnt .date {
}
.news .cnt .title {
	font-size: 16px;
	font-weight: bold;
	margin: 2px 0px;
	text-decoration: none;
}
.news .cnt .title:hover {
	text-decoration: underline;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}