@charset "shift_jis";

/*------------------------------------------------------------
                      1.フォントのサイズ                      
------------------------------------------------------------*/
body,div,pre,p,blockquote,ul,ol,li,dl,dt,dd,table,th,td {
font-size: 16px;
}


/*------------------------------------------------------------
                       2.ボタンチェンジ                       
------------------------------------------------------------*/

#fontsizeChangeli a{
display:block;
width:19px;
height:21px;
font-size:10px;
text-indent:-9999px;
line-height:normal;
}


/* fontsmall */
#fontsmall a:link,
#fontsmall a:visited{
background:transparent url(../img/font_small_off.gif) left top no-repeat;
}

#fontsmall a:hover,
#fontsmall a:active{
background:transparent url(../img/font_small_on.gif) left top no-repeat;
}

/* fontmedium */
#fontmedium a:link,
#fontmedium a:visited{
background:transparent url(../img/font_medium_off.gif) left top no-repeat;
}

#fontmedium a:hover,
#fontmedium a:active{
background:transparent url(../img/font_medium_on.gif) left top no-repeat;
}

/* #fontlarge */
#fontlarge a:link,
#fontlarge a:visited{
background:transparent url(../img/font_large_on.gif) left top no-repeat;
}

#fontlarge a:hover,
#fontlarge a:active{
background:transparent url(../img/font_large_on.gif) left top no-repeat;
}
