@charset "utf-8";

/*----- font scheme -----*/
body{
	font-size: 15px;
	line-height: 1.4;
	/*font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka ;
}
/* lte ie6 */
* html body {font-size: 95%;} 
 /* ie7 */
*:first-child+html body {font-size: 95%;}
/* ie8 */
html>/**/body {font-size: 95%;} 
/* modern browser */
html:not(:target) body {font-size: 15px;} 

.fontSizeSwitcher li.fontSizeLarge{
	background: url(../../images/btn_fontsize_large_on.gif) no-repeat 0 0;
}
.fontSizeSwitcher li.fontSizeLarge img{
	visibility: hidden;
}
