@charset "utf-8";

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


.fontSizeSwitcher li.fontSizeLarge{
	background: url(../../images/btn_fontsize_large_on.gif) no-repeat 0 0;
}
.fontSizeSwitcher li.fontSizeLarge img{
	visibility: hidden;
}
