#news {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
#news_body {
	background-image: url(image/newsbody.jpg);
	width: 700px;
}
#news #news_body .item {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #069;
	padding-bottom: 5px;
	padding-top: 20px;
}
#news #news_body .item img {
	float: right;
}
#news #news_body .item .left {
	width: 500px;
	float: left;
}
#news #news_body .item .left .date {
	color: #666666;
	margin-bottom: 5px;
}
#news #news_body .item .left h2 {
	font-size: 16px;
	color: #009;
	margin-bottom: 5px;
}
#news #news_body .item p {
	width: 450px;
	font-size: 14px;
	color: #666;
	margin-left: 20px;
	line-height: 18px;
}
