@import "common.css";
/*  
 mainR [  
----------------------------------------------------------- */  
#index_main_head {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
} 

/*  
 news [  
----------------------------------------------------------- */  
#news_topics {
	text-align: left;
	width: 540px;
} 
#news_topics table {
	width: 540px;
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 20px;
}
#news_topics th,#news_topics td {
	background-image: url(../images/bg_news.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: top;
	text-align: left;
}
#news_topics th {
	color: #247d05;
	width: 20%;
}
#news_topics td {
}
