@charset "utf-8";

/* フォントサイズ
--------------------------------------------------------- */
body{
	font-size:100%;
}


/* ボタンの表示状態
--------------------------------------------------------- */
li.fsmall a{
	background:url(../image/zoom-btnS-gray.gif) no-repeat 0 0;
}

/* カレント */
li.fmedium a{
	background:url(../image/zoom-btnM-blue.gif) no-repeat 0 0;
}

li.flarge a{
	background:url(../image/zoom-btnL-gray.gif) no-repeat 0 0;
}

li.fsmall a:hover{
	background:url(../image/zoom-btnS-blue.gif) no-repeat 0 0;
}

li.fmedium a:hover{
	background:url(../image/zoom-btnM-blue.gif) no-repeat 0 0;
}

li.flarge a:hover{
	background:url(../image/zoom-btnL-blue.gif) no-repeat 0 0;
}