@charset "utf-8";
/* CSS Document */

div#commonHeader div#ctrl dl dd a{
width:20px;
height:20px;
display:block;
font-size:80%;
float:left;
margin-left:5px;
}
div#commonHeader div#ctrl dl dd a#f_small:link,div#commonHeader div#ctrl dl dd a#f_small:visited,div#commonHeader div#ctrl dl dd a#f_small:active{
background:url(../common_img/header_btn_fontsize.gif) no-repeat 0 0;
}
div#commonHeader div#ctrl dl dd a#f_small:hover{
background:url(../common_img/header_btn_fontsize.gif) no-repeat 0 -40px;
}
div#commonHeader div#ctrl dl dd a#f_middle:link,div#commonHeader div#ctrl dl dd a#f_middle:visited,div#commonHeader div#ctrl dl dd a#f_middle:active{
background:url(../common_img/header_btn_fontsize.gif) no-repeat -40px 0;
}
div#commonHeader div#ctrl dl dd a#f_middle:hover{
background:url(../common_img/header_btn_fontsize.gif) no-repeat -20px 0;
}
div#commonHeader div#ctrl dl dd a#f_large:link,div#commonHeader div#ctrl dl dd a#f_large:visited,div#commonHeader div#ctrl dl dd a#f_large:active{
background:url(../common_img/header_btn_fontsize.gif) no-repeat -40px -20px;
}
div#commonHeader div#ctrl dl dd a#f_large:hover{
background:url(../common_img/header_btn_fontsize.gif) no-repeat -40px -40px;
}
div#commonHeader div#ctrl dl dd a span{display:none;}

