/* CSS Document */

body {
font-size:100%;
line-height:1.7;
}

/* ボタンの表示状態
--------------------*/

#fsmall a {background: url(/img/common/font_small_rll.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_on.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-image: url(/img/common/font_large_on.gif);} */

