@charset "utf-8";

/*----- font scheme -----*/
body{
	font-size: 16px;
	line-height: 1.7;
	/*font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka ;*/
}
/* lte ie6 */
* html body {font-size: 100%;} 
 /* ie7 */
*:first-child+html body {font-size: 100%;}
/* ie8 */
html>/**/body {font-size: 100%;} 
/* modern browser */
html:not(:target) body {font-size: 16px;} 

.fontSizeSwitcher li.fontSizeMedium{
	background: url(../images/btn_fontsize_medium_on.png) no-repeat 5px 0;
}
.fontSizeSwitcher li.fontSizeMedium img{
	visibility: hidden;
}

.fontSizeSwitcher{
	height:26px;
	line-height:26px;
	margin:0;
	padding:0;
}

.searchbox{
	font-size:14px;
	line-height:26px;
}