/* CSS Document */

#topnews_box {
	float: left;	
	background-color: #e8e8e8;
	overflow:hidden;
}

#topnews_box #content {
	text-align: left;
	float: left;
	width:330px;
	height: 390px;
	overflow:hidden;
}

#topnews_box #content .hh2 {
	width:326px;
	height:20px;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight:bold;
	float:left;
}


#topnews_box .border {
	border: 2px solid #666;
	clear:left;
	float:left;
}

#topnews_box #content .news  {
	color: #000000;
	font-size: 0.7em;
	float: left;
	text-align:justify;
}
#topnews_box #content a {
	text-decoration: none;
	color: #000000;	
}

#topnews_box #content a:hover {
	text-decoration: underline;
	color: #000000;
}

#topnews_box #content .tit {
	font-weight: bold;
	font-size: 0.75em;
	color: #000000;	
}