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

.news {
}
.news_Page {
	width: 689px;
}
.newsItemBox {
	background-image: url(../templates/images/icon02.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	width: 659px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-left: 30px;
}
.newsDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 69px;
	color: #666;
}
.newsTitle {
	float: left;
	width: 590px;
}
.newsTitle a {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	display: block;
}
.newsTitle a:hover {
	color: #F60;
}
