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


.news_box{
	border-bottom:1px dotted #000;
	width:640px;
	padding:9px 0 9px 0px;
	margin:0 0 0 20px
}

.news_day{
	background:url(../../img/index/main_arrow.jpg) left no-repeat;
	padding:0 0 0 20px;
	font-size:80%;
	float:left;
	width:70px;
}
.news_text{
	font-size:75%;
	float:left;
	text-decoration:none;
	margin:0 0 0 25px;
	width:525px;
}	
.news_text a:link{text-decoration:underline; color:#216cc1; }
.news_text a:visited{text-decoration:underline; color:#7057a9; }
.news_text a:hover{text-decoration:underline; color:#d32f2e; }
.news_text a:active{text-decoration:underline; color:#d32f2e; }	
	
	
	
	
	
	
	
	