@charset "UTF-8";
/* CSS Document */
body {
	overflow-x: hidden;
}
#news {
	width: 220px;
	background-color: opacity 0.0;
	padding: 10px 0;
	text-align: left;
	margin: 0;
	display: block;
}
#news ul {
	margin: 0 0 0 -30px;
	display: block;
	vertical-align: top;
}
#news ul li {
	font-size: x-small;
	font-weight: normal;
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}