@charset "shift_jis";
/*テキストサイズ（小）デフォルト
------------------------------------------------------*/
body { font-size: 100%;}

li#small a {
	background-image: url(../img/font_s.gif);
	background-repeat: no-repeat;
	background-position: left -31px;
	}
	
li#medium a {
	background-image: url(../img/font_m.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
li#large a {
	background-image: url(../img/font_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}