@charset "utf-8";

/* フォントサイズボタンアクティブ */
#fontSize {
	background: url(../img/font_size_m_on.gif) no-repeat;	
}

body{
	font-size:77%;
}

div#header ul#fontSize #fontSize_small a{
	width:28px;
	background:url(../img/font_size_s_off.gif) no-repeat;
}

div#header ul#fontSize #fontSize_default a{
	width:28px;
	background:url(../img/font_size_m_on.gif) no-repeat;
}

div#header ul#fontSize #fontSize_large a{
	width:28px;
	background:url(../img/font_size_l_off.gif) no-repeat;
}
