/* CSS Document */

body {
	font-size: 70%;
	/*\*/
		*font-size: 65%;    /*win IE用のサイズ指定*/
 /**/
}


/* ボタンの表示状態
--------------------*/
/*カレント*/
#fsmall a {
	background-image:url(../images/font_small_on.gif);
width:20px;
height:19px;
background-repeat:no-repeat;
display:block;
text-indent:-9999px;
overflow:hidden;
}
#fmiddle a {
	background-image:url(../images/font_middle_off.gif);
width:20px;
height:19px;
background-repeat:no-repeat;
display:block;
text-indent:-9999px;
overflow:hidden;
}
#flarge a {
	background-image:url(../images/font_big_off.gif);
width:20px;
height:19px;
background-repeat:no-repeat;
display:block;
text-indent:-9999px;
overflow:hidden;
}


