/* CSS Document */
body {
    font-size: 75%;
}





/* ボタンの表示状態
--------------------*/
/*カレント*/
#fsmall a {
	background: url(../images/fontresize_s_on.gif) no-repeat 0 0;
}
#fmiddle a {
	background: url(../images/fontresize_m_off.gif) no-repeat 0 0;
}

#flarge a {
	background: url(../images/fontresize_l_off.gif) no-repeat 0 0;
}
/*カレント
#fsmall a:hover {
	background: url(../images/fontresize_s_on.gif) no-repeat 0 0;
}
*/
#fmiddle a:hover {
	background: url(../images/fontresize_m_on.gif) no-repeat 0 0;
}

#flarge a:hover {
	background: url(../images/fontresize_l_on.gif) no-repeat 0 0;
}
