@charset "utf-8";
/* CSS Document */

.news_bg {
	background-image: url(../news/images/from_bg.jpg);
	background-repeat: repeat-y;
	padding-right: 3px;
	padding-left: 3px;
}
.news_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC9933;
	text-decoration: none;
	background-image: url(../news/images/dot.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 60px;
	background-position: 30px 5px;
	padding-right: 8px;
}
#news_each {
	width: 680px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../news/images/news_each_bg.jpg);
	background-repeat: repeat-y;
}
.news_each_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #400000;
	text-decoration: none;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 5px;
	background-image: url(../news/images/news_each_bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.news_pic {
	margin-bottom: 8px;
	margin-left: 10px;
	margin-right: 8px;
	margin-top: 8px;
}

.news_title {
	background-image: url(../news/images/news_each_top.jpg);
	background-repeat: no-repeat;
	color: #400000;
	text-decoration: none;
	padding-left: 70px;
	padding-top: 30px;
	font-weight: bold;
}

.news_date_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #EC782B;
	text-decoration: none;
	padding-left: 10px;
}
.news_date_text a{

	color: #EC782B;
	text-decoration: none;

}
.news_date_text a:hover{
	color: #FF0000;
	text-decoration: none;
}
.news_date2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC9933;
	text-decoration: none;
	padding-right: 15px;
}
