/* CSS Document */


#content {
 font-size: 107%;
}


/* ボタンの表示状態
--------------------*/
.text-small a {
	background-image: url(../img/btn_small_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.text-middle a {
	background-image: url(../img/btn_middle_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*カレント*/
.text-large a {
	background-image: url(../img/btn_large_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

