@charset "utf-8";

body{
/*
	font-size:81.3%;
*/
	font-size:90%;
	}
#utility-text_s a{
	background: url(../images/fontsize_s.gif) no-repeat 0px -22px;
}
#utility-text_m a{
	background :url(../images/fontsize_m.gif) no-repeat 0px 0px;
}
#utility-text_l a{
	background: url(../images/fontsize_l.gif) no-repeat 0px -22px;
}
#utility-text_s a:hover{
	background: url(../images/fontsize_s.gif) no-repeat 0px 0px;
}
#utility-text_m a:hover{
	background: url(../images/fontsize_m.gif) no-repeat 0px 0px;
}
#utility-text_l a:hover{
	background: url(../images/fontsize_l.gif) no-repeat 0px 0px;
}
