/* TOPページ新着情報 */

.news {
	overflow-y:scroll;
	overflow-x:hidden;
	height:100px;
	width:100%;
	}
	
.section {
	line-height:20px;
	border-bottom:1px dashed #999999;
	margin:5px;
	}
	
.date {
	width:50px;
	float:left;
	font-size:10px;
	line-height:15px;
	}

.text {
	padding-left:70px;
	font-size:12px;
	}
