/* CSS Document */

body{font-size:70%;}
h1{font-size:90%;}


/* ボタンの表示状態
--------------------*/
/*カレント*/
#fsmall a {
	background-image: url(../images/btn_font_s_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#fmiddle a {
	background-image: url(../images/btn_font_m.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#flarge a {
	background-image: url(../images/btn_font_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*カレント
#fsmall a:hover {
	background-image: url(../img/btn_font_s_on.gif);
}
*/
#fmiddle a:hover {
	background-image: url(../images/btn_font_m_on.gif);
}
#flarge a:hover {
	background-image: url(../images/btn_font_l_on.gif);
}
