/* CSS Document */

body {
font-size:60%;
line-height:1.6;
}

/* ボタンの表示状態
--------------------*/
/*カレント*/
#fsmall a {background: url(/img/common/font_small_on.gif) no-repeat left top;}
#fmiddle a {background: url(/img/common/font_middle_rll.gif) no-repeat left top;}
#flarge a {background: url(/img/common/font_large_rll.gif) no-repeat left top;}
/*カレント*/
/* #fsmall a:hover {background: url(/img/common/font_small_on.gif);} */
#fmiddle a:hover {background: url(/img/common/font_middle_on.gif);}
#flarge a:hover {background: url(/img/common/font_large_on.gif);}

