@charset "UTF-8";
/* CSS Document */

/*===================================================
	1-1. Font (Yahoo UI Library Fonts CSS)
===================================================*/

body {
	 font-size: 100%;
	*font-size: large;
	*font:large;
}

table {
	font-size: inherit;
}

select, 
input, 
textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}

pre, 
code {
	font: 115% monospace;
	*font-size: 100%;
}

/* ボタンの表示状態
--------------------*/
/* ボタンの表示状態
--------------------*/
#fsmall a {
	background:url(../common/btn_s.gif) left top no-repeat;
}
/*カレント*/
#fmiddle a {
	background:url(../common/btn_m.gif) left top no-repeat;
}
#flarge a {
	background:url(../common/btn_l_o.gif) left top no-repeat;
}
#fsmall a:hover {
	background:url(../common/btn_s_o.gif) left top no-repeat;
}
#fmiddle a:hover {
	background:url(../common/btn_m_o.gif) left top no-repeat;
}
/*カレント

#flarge a:hover {
	background:url(../common/btn_l_o.gif) left top no-repeat;
}
*/