@charset "utf-8";

body{
	font-size:81.3%;
	}
#utility-text_s a{
	background:url(../images/textsizeBtn_01.gif) no-repeat 0px -21px;
}
#utility-text_m a{
	background:url(../images/textsizeBtn_02.gif) no-repeat 0px 0px;
}
#utility-text_l a{
	background:url(../images/textsizeBtn_03.gif) no-repeat 0px -21px;
}
#utility-text_s a:hover{
	background:url(../images/textsizeBtn_01.gif) no-repeat 0px 0px;
}
#utility-text_m a:hover{
	background:url(../images/textsizeBtn_02.gif) no-repeat 0px 0px;
}
#utility-text_l a:hover{
	background:url(../images/textsizeBtn_03.gif) no-repeat 0px 0px;
}
