@charset "Shift_JIS";

body{
	font-size:12px;
}
/*--for IE----------*/
*:first-child+html body{
	font-size:77%;
}
* html body{
	font-size:77%;
}

#fontsize ul li#fontlarge a{
	background: url(../images/font_large_off.gif) no-repeat 0 0;
	height:18px;
	width: 18px;
	text-indent:-9999px;
	display:block;
}

#fontsize ul li#fontdefault a{
	background: url(../images/font_default_on.gif) no-repeat 0 0;
	height:18px;
	width: 18px;
	text-indent:-9999px;
	display:block;
}

#fontsize ul li#fontsmall a{
	background: url(../images/font_small_off.gif) no-repeat 0 0;
	height:18px;
	width: 18px;
	text-indent:-9999px;
	display:block;
}

