@charset "utf-8";

#body.lower_pages{
	background: url(/images/lower_bg_news.jpg) no-repeat top center #eaeaea;
}

.top_news_list{
	width: 100%;
}

	.top_news_list tr td{
		border-top:1px solid #888;
		border-bottom:1px solid #888;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.top_news_list tr td:nth-child(1){
		width: 80px;
	}

	.top_news_list tr td:nth-child(2){
		width: 180px;
		font-size: 20px;
		font-weight: bold;
		padding-top: 20px;
		text-align: center;
		color: #6e9048;
	}

	.top_news_list tr td:nth-child(3){
		font-size: 20px;
	}

	.top_news_list tr td div{
		background: #3e3a39;
		padding: 10px 0;
		width: 80px;
		border-radius: 5px;
		text-align: center;
		color: #fff;
		line-height: 1em;
	}

