/* CSS Document */


#content {
 font-size: 93%;
}


/* ボタンの表示状態
--------------------*/
.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_on.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;
}

