dl#news_index {

}
dl#news_index dt {
	padding:13px 10px;
	background:#e0c28e;
	border-bottom:2px solid #06542a;
	text-transform:uppercase;
	font-size:22px;
}
	dl#news_index dt a#rss_button {
		float:right;
		display:block;
		height:26px;
		width:26px;
		background:url(/userfiles/design/rss.png);
		background-size:contain;
	}
dl#news_index dd {
	padding:10px 15px;
	background:#f6f1eb;
	margin:0;
	border-bottom:1px solid #06542a;
	font-size:.9em;
}
dl#news_index dd:hover {
	background-color:#F4EEE0;
}
dl#news_index dd:last-child {
	border-bottom:0;
}
dl#news_index dd.news_index_month {
	display:block;
	cursor:pointer;
}
dl#news_index dd a.newsbox {
	box-sizing:border-box;
	position:relative;
	display:block;
	min-height:100px;
	color:#000;
	outline:0;
}
dl#news_index dd a.newsbox:hover {
	text-decoration:none;
}
dl#news_index dd a.newsbox span {
	font-size:14px;
}
dl#news_index dd a.newsbox strong {
	display:block;
	padding:8px 0;
	font-weight:normal;
}
dl#news_index dd a.newsbox img {
	display:block;
}
dl#news_index dd a.newsbox div {
	padding-top:10px;
	font-size:13px;
	line-height:18px;
}

