/* CSS Document */

#index {
	font-size: 125%;
	/*\*/
		*font-size: 125%;    /*win IE用のサイズ指定*/
 /**/
}
#contents p {
	font-size: 133%;
	/*\*/
		*font-size: 116%;    /*win IE用のサイズ指定*/
 /**/
}


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