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

#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 top;
	}
	
#large a {
	background-image: url(../img/large.gif);
	background-repeat: no-repeat;
	background-position: left -30px;
	}
	
/*IE WIN縦スペース調整*/
#textTitle {
	font-size: 50%;
	}
	
#subNavi li {
	font-size: 63%;
	}
