/* CSS Document */

body{
font-size: 100%;
}


/* ボタンの表示状態
--------------------*/
#fsmall a {
background:url(/image_cmn/btn_font.gif) no-repeat 0 0 ;
}
#fmiddle a {
background:url(/image_cmn/btn_font.gif) no-repeat -19px 0 ;
}
/*カレント*/
#flarge a {
background:url(/image_cmn/btn_font.gif) no-repeat -40px -20px ;
}



#fsmall a:hover {
background:url(/image_cmn/btn_font.gif) no-repeat 0 -20px ;
}
#fmiddle a:hover {
background:url(/image_cmn/btn_font.gif) no-repeat -19px -20px ;
}

*:first-child+html #fsmall a:hover { background:url(/image_cmn/btn_font.gif) no-repeat 0 -20px ; } 
*:first-child+html fmiddle  a:hover { background:url(/image_cmn/btn_font.gif) no-repeat -19px -20px ; } 

* html #fsmall a:hover { background:url(/image_cmn/btn_font.gif) no-repeat 0 -20px ; } 
* html #flarge a:hover { background:url(/image_cmn/btn_font.gif) no-repeat -40px -20px ; } 
