@charset "utf-8";
.news_head {
	display: block;
	font-weight: bold;
}
.news_date {
	color: #898989;
}
.news_title {
	color: #da0606;
	text-decoration: none;

}
.news_cnt {
	display: block;
	margin-bottom: 16px;
	text-align: justify;
}

.newsmonth{
	padding:15px;
}
.newsmonth table tr td
{
	/*border: 1px solid #CCC;	*/
	padding:3px;
}
.monthtitle {
	font-weight: bold;	
	text-align: center;
}
.calendar_title
{
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
}
.yearslist {
	margin-bottom: 10px;	
}

.yearslist a {
	text-decoration: none;	
}
.yearslist a.newsyearsel {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}
.calendar_td{
	text-align: center;
	padding: 3px;
	color: #666;
}
.calendar_td a {
	font-weight: bold;
	color: #F30;
	text-decoration: underline;
}
.newsinner_date {
/*	display:inline; */
	color: #999;
/*	font-size: 10px; */
	margin-bottom:10px;	
}
.newsinner_title {
	margin-bottom:25px;
	padding-bottom:3px;	
	display:block;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	display: block;
	background-image: url(/_media/_img/h1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}
