@charset "UTF-8";
/*テキストサイズ（中）
------------------------------------------------------*/
body { font-size: 115%;}
#textsize li#small a {
	background-image: url(../img/font_s.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#textsize li#medium a {
	background-image: url(../img/font_m.gif);
	background-repeat: no-repeat;
	background-position:left -21px;
	}
	
#textsize li#large a {
	background-image: url(../img/font_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
