@charset "utf-8";
/* CSS Document */
#news{
	overflow:auto;
	width:430px;
	height:193px;
	padding:0px 10px 0px 0px;
	text-align:left;
	font-size:12px;
	color:#666666;
	line-height:20px;
	}
.ymd_box{
	font-size:11px;
	color:#999999;
	text-align:right;
	}
*html body div#news{
	overflow:hidden;
	overflow-y:scroll;
	}
*:first-child+html #news{
	overflow:hidden;
	overflow-y:scroll;
	}
