* {
	margin: 0;
	padding: 0;
}
html{
	overflow-y: scroll;
	scrollbar-face-color:#ddd; /*バー本体の色*/
	scrollbar-highlight-color: #fff; /*バー左側上の影*/
	scrollbar-shadow-color: #999; /*バー右側上の影*/
	scrollbar-3dlight-color: #ffffff; /*バーの左側下の影*/
	scrollbar-arrow-color: #4456D3; /*矢印の色*/
	scrollbar-track-color: #eee; /*背面の色*/
	scrollbar-darkshadow-color: #000000; /*\バー右側下の影*/

}
body {
	background-color: #fff;
	font-size:12px;
	font-style: normal;
	line-HEIGHT:20px;
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3",Osaka,sans-serif;
	color: #555555;
	text-align:left;
}
#news{
	width:560px;
	margin:5px;
}
#news h2{
	font-size: 12px;
	font-weight: bold;
	color: #3D4A95;
	line-height: 1.8em;
	display: block;
}
#news a{
	color: #4456D3;
	text-decoration: none;
}
#news a:hover{
	color:#33ccff;
	text-decoration: none;
}

#news_small{font-size:9px; font-style: normal; line-HEIGHT:12px;}

#news_line{
	width: 560px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

