@charset "utf-8";

body {
	font-size: 90%;
}

/* ボタンの表示状態
--------------------*/
#fsmall a {
	width: 22px;
	height: 22px;
	background: url(../img/btn_small.gif) no-repeat left top;
}
#fmedium a {
	width: 22px;
	height: 22px;
	background: url(../img/btn_medium.gif) no-repeat left top;
}
#flarge a {
	width: 22px;
	height: 22px;
	background: url(../img/btn_large_on.gif) no-repeat left top;
}

#fsmall a:hover {
	background-image: url(../img/btn_small_on.gif);
}
#fmedium a:hover {
	background-image: url(../img/btn_medium_on.gif);
}
#flarge a:hover {
	background-image: url(../img/btn_large_on.gif);
}

