@charset "Shift_JIS";
/* CSS Document */

#article,#footer1{
font-size: small;
}

/* small */
#font_size #font_s a{
height: 20px;
width: 20px;
background-image: url('../images/font/font1-2.gif');
background-repeat: no-repeat;
display: block;
}

/* medium */
#font_size #font_m a{
height: 20px;
width: 20px;
background-image: url('../images/font/font2-1.gif');
background-repeat: no-repeat;
display: block;
}
#font_size #font_m a:hover{
height: 20px;
width: 20px;
background-image: url('../images/font/font2-2.gif');
background-repeat: no-repeat;
display: block;
}

/* large */
#font_size #font_l a{
height: 20px;
width: 20px;
background-image: url('../images/font/font3-1.gif');
background-repeat: no-repeat;
display: block;
}
#font_size #font_l a:hover{
height: 20px;
width: 20px;
background-image: url('../images/font/font3-2.gif');
background-repeat: no-repeat;
display: block;
}
