/* CSS Document */

#contents p, li {
	font-size: 120%;
	/*\*/
		*font-size: 120%;    /*win IE用のサイズ指定*/
 /**/
}

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


/* ボタンの表示状態
--------------------*/
#fsmall a {
	background-image: url(../images/shared_font01_off.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#fmiddle a {
	background-image: url(../images/shared_font02_off.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*カレント*/
#flarge a {
	background-image: url(../images/shared_font03_on.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#fsmall a:hover {
	background-image: url(../images/shared_font01_on.jpg);
}
#fmiddle a:hover {
	background-image: url(../images/shared_font02_on.jpg);
}
/*カレント
#flarge a:hover {
	background-image: url(../../../changecss/common/img/btn_l_o.gif);
}
*/