/* CSS Document */

body {
	font-size:10px;
	/*\*/
		*font-size:10px;    /*win IE用のサイズ指定*/
 /**/
}
.s{font-size:9px;}
.l{font-size:12px;}

/* ボタンの表示状態
--------------------*/
/*カレント*/
#fsmall a {
	background-image: url(../img/font_s_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#fmiddle a {
	background-image: url(../img/font_m.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#flarge a {
	background-image: url(../img/font_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*カレント*/
#fsmall a:hover {
	background-image: url(../img/font_s_on.gif);
}

#fmiddle a:hover {
	background-image: url(../img/font_m_on.gif);
}
#flarge a:hover {
	background-image: url(../img/font_l_on.gif);
}
