@charset "utf-8";
/* CSS Document */

.list_news li{
	background:url(/images/new/line_dot.gif) repeat-x left bottom;
	padding:10px 0px 10px 100px;
	position:relative;
	height:1%;
	}

.list_news span{
	display:block;
	width:80px;
	padding:2px;
	text-align:center;
	position:absolute;
	left:0px;
	top:10px;
	background-color:#efefef;
	}
	
.list_news h3{
	font-size:110%;
	color:#000000;
	margin-bottom:5px;
	}	
	
.list_news tt{
	text-align:left;
	margin-bottom:10px;
	}
	


