/* CSS Document */
/*--------------------*/


/* 文字サイズを変更する部分
--------------------*/
body {
	font-size:12px;
	/*\*/
		*font-size: 12px;    /*win IE用のサイズ指定*/
 /**/
}

/* ボタンの表示状態
--------------------*/
#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_on.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);
}
