@charset "UTF-8";
.data {
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#news_box {
	height: 280px;
	width: 652px;
	color: #CCCCCC;
	margin: 0px;
	font-family: "メイリオ", Meiryo, Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
}
#news_box ul {
	padding: 0px 5px;
	margin: 0px;
}
#news_box li {
	list-style-type: none;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 20px;
	padding-left: 5px;
	padding-top: 5px;
}

