/* CSS Document */

#super_news_box {
	margin-bottom: 25px;
}

#news_1_box, #news_2_box {
	float: left;
	width: 265px;
	padding: 10px;
}

.news_1_td, .news_2_td {
	background-color: #f0f9fc;
	border-top: 2px solid #b9d2da;
	border-bottom: 1px solid #b9d2da;
}


#news_1_box {
	margin-right: 10px;
}

#news_1_box .news_title, #news_2_box .news_title {
	padding-top: 9px;
	padding-bottom: 7px;
}

#super_news_box a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 7px;
	color: #005073;
}

#super_news_box .img_box {
	height: 95px;
}

#super_news_box .img_box img {
	border: 1px solid #CCCCCC;
}