/* -------------------------------- 
Backnumber
-------------------------------- */
.news ul.news{
	padding: 10px;
	border-bottom: #CCC dotted 1px;
	overflow: hidden;
}

.news ul.news li{
	float: left;
	overflow: hidden;	
	
}

.news ul.news li.date{
	width: 160px;
}

.news ul.news li.mark{
	width: 100px;
}

.news ul.news li.news{
	width: 700px;
}

