/* CSS Document */

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

#main-area h2 {
	font-size: 110%;
	/*\*/
		*font-size: 100%;    /*win IE用のサイズ指定*/
 /**/
}
#main-area p {
	font-size: 80%;
	/*\*/
		*font-size: 74%;    /*win IE用のサイズ指定*/
 /**/
}


/* ボタンの表示状態
--------------------*/
/*カレント*/
#fsmall a {
	background-image: url(../images/shared_font01_on.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_off.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*カレント
#fsmall a:hover {
	background-image: url(../../../changecss/common/img/btn_s_o.gif);
}
*/
#fmiddle a:hover {
	background-image: url(../images/shared_font02_on.jpg);
}
#flarge a:hover {
	background-image: url(../images/shared_font03_on.jpg);
}
