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

	ニュース
	
--------------------------------------------------- */

#news{
	width:100%;
	
}

#news ul{
	margin:0;
	padding:0;
}

#news li {
	margin-right:8px;
	margin-bottom:5px;
	
	width:240px;
	font-size:11px;
	text-align:left;
	background-color:#FFF;
	border-bottom:solid 2px #ccc;
	border-right:solid 2px #ccc;
	
	list-style-type: none;
	white-space: nowrap; 
	overflow:hidden;
	float:left;
}

#news li :hover{
	background-color:#fdf;
}

.news_time {
	margin-top:2px;
	font-size:10px;
	color:#888;
}

#news a{
	padding:10px;
	text-decoration:none;
	display: block;
}

#lons li{
	list-style-type: none;
	white-space: nowrap; 
	overflow:hidden;
	font-size:11px;
}
