html{
	/*color: black;
	background: white;*/
	overflow-y: scroll;    /*ここでスクロールバーを常に表示*/
}
body{
	/*text-align: center;
	font-size: 12px;
	color:#133f5f;*/
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	/*font-family:  "Lucida Grande", sans-serif;*/
}
/* Opera 9 */
;;body{
	font-family: "メイリオ", Meiryo, sans-serif;
}
/* IE7 */
*:first-child+html body{
	font-size: 100%;
	font-family: "メイリオ", Meiryo, sans-serif;
}
/* IE6 or sooner */
* html body{
	font-size: 100%;
	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 1px;
	vertical-align:baseline;
}

A:link
{ color: #ffffff; text-decoration: none; font-size: 10px; }
A:visited 
{ color: #ffffff; text-decoration: none; font-size: 10px; }
A:link:hover, A:visited:hover
{ color: #D1DFE6; text-decoration: none; font-size: 10px; }

BODY
{ font-size: 10px; color: #000000;}
TD
{ font-size: 10px; color: #000000;line-height: 150%;}
