@charset "shift_jis";
/*テキストサイズ（中）
------------------------------------------------------*/
body { font-size: 120%;}

#small a {
	background-image: url(../img/small.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#medium a {
	background-image: url(../img/medium.gif);
	background-repeat: no-repeat;
	background-position: left -30px;
	}
	
#large a {
	background-image: url(../img/large.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
/*IE WIN縦スペース調整*/	
#textTitle {
	font-size: 70%;
	}
	
#subNavi li {
	font-size: 75%;
	}
