/* CSS Document */

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


/* ボタンの表示状態
--------------------*/
/*カレント*/
#fsmall a {
	background-image: url(../../img/module/btn_s_o.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.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#fmiddle a:hover {
	background-image: url(../../img/module/btn_m_o.png);
}
#flarge a:hover {
	background-image: url(../../img/module/btn_l_o.png);
}
