@charset "utf-8";

/*----- font scheme -----*/
body{
	font-size: 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/* Win IE6 */
* html body {
	font-size: 95%;
}
/* Win IE7 */
*:first-child+html body {
	font-size: 95%;
}

