/* CSS Document */

body {
	font-size: 14px;
	/*\*/
		*font-size:14px;    /*win IE用のサイズ指定*/
 /**/
}
.s{font-size:12px;}
.l{font-size: 16px;}

/* ボタンの表示状態
--------------------*/
#fsmall a {
	background-image: url(../img/font_s.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_on.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);
}
