/* CSS Document */

#content {
 font-size: 85%;
}

/* ボタンの表示状態
--------------------*/
/*カレント*/
.text-small a {
	background-image: url(../img/btn_small_on.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_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


