@charset "utf-8";
/* CSS Document */
/*IE6*/
* html body {
	font-size: 14px;
}
/*IE7を含むモダンブラウザ*/
html>body {
	font-size: 12px;
}

body {
	margin: 0px;
	padding: 0px;
	line-height: 140%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
