@charset "utf-8";
/* CSS Document */
@media screen {
/* =========================================
　　　　　　　▼全体共通設定▼  
==========================================*/
body{
font-size:80%;
}

#headerFontSwitch .font-small a {background:url(../img/fontsize_small.gif) no-repeat 0 -17px;}
#headerFontSwitch .font-normal a {background:url(../img/fontsize_middle.gif) no-repeat top left;}
#headerFontSwitch .font-large a{background:url(../img/fontsize_big.gif) no-repeat top left;}

}

