@charset "utf-8";
#news {
	width: 573px;
	background-image: url(../news/images/bg.jpg);
	background-repeat: repeat-y;
}

#news #news_table {
	margin-bottom: 54px;
}
#news  .news_table1 {
	background-image: url(../news/images/news_bg2.jpg);
	background-repeat: no-repeat;
	height: 34px;
	padding-left: 30px;
	padding-top: 10px;
}
#news  .news_table_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

#news   .news_table_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}

#news   .news_table_txt a{
	color: #CCCCCC;
	text-decoration: none;
}

#news   .news_table_txt a:hover{
	color: #FFFF00;
	text-decoration: underline;
}
#news  .news_table2 {
	background-image: url(../news/images/news_bg1.jpg);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 30px;
	padding-top: 6px;
}
#news  .news_mgs {
	background-image: url(../news/images/icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 34px;
}

#news .news_line {
	background-image: url(../news/images/line.jpg);
	background-repeat: no-repeat;
	height: 9px;
	margin-top: 22px;
	margin-bottom: 34px;
}

