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