/* CSS Document */

body {
	font-size: 100%;
	/*\*/
		*font-size: 105%;    /*win IE用のサイズ指定*/
 /**/
}



/* ボタンの表示状態
--------------------*/
#fsmall a {
	background-image:url(../images/font_small_off.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_on.gif);
width:20px;
height:19px;
background-repeat:no-repeat;
display:block;
text-indent:-9999px;
overflow:hidden;
}


