@charset "utf-8";
/* CSS Document */

.news_lead {
	width: 670px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	padding-bottom: 10px;
	clear: both;
}
.news_date {
	font-weight: bold;
	color: #0066CC;
	width: 100px;
}
.news_title {
	font-weight: bold;
	color: #2077E1;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2077E1;
}
.read_more {
	float: right;
	height: 20px;
	width: 100px;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #0066CC;
	margin-bottom: 10px;
}
