@charset "utf-8";

@import url("../packages/default/css/import.css");

/* TOPNEWS */
#top_news{
	font-size:10px;
	font-weight:normal;
	border:none;
	margin:0 0 10px 0;
	padding:10px 0 10px 150px;
	background:url(img/h3_topnews.gif) no-repeat;
	clear:both;
}
.news_contents{
	overflow:hidden;
	width:400px;
	margin:0 10px 20px 0px;
}
.topnews_date{
	width:20%;
	font-size:0.8em;
	color:#666;
	padding:3px 0 2px 16px;
	border-bottom:1px dotted #ccc;
	vertical-align:top;
	background:url(img/icon_clock.gif) no-repeat left top;
	background-position:0 5px;
}
.topnews_body{
	overflow:hidden;
	padding:2px 0 5px 0;
	border-bottom:1px dotted #ccc;
	vertical-align:top;
}
