

/* CSS Document */

#contents h2 {
	font-size: 110%;
	/*\*/
		*font-size: 100%;    /*win IE用のサイズ指定*/
 /**/
}

#contents p {
	font-size: 92%;
	/*\*/
		*font-size: 84%;    /*win IE用のサイズ指定*/
 /**/
}
#contents dt,dd {
	font-size: 92%;
	/*\*/
		*font-size: 84%;    /*win IE用のサイズ指定*/
 /**/
}
#contents th,input,textarea {
	font-size: 92%;
	/*\*/
		*font-size: 84%;    /*win IE用のサイズ指定*/
 /**/
}

#emcontents h2 {
	font-size: 100%;
	/*\*/
		*font-size: 100%;    /*win IE用のサイズ指定*/
 /**/
}

#emcontents p {
	font-size: 100%;
	/*\*/
		*font-size: 100%;    /*win IE用のサイズ指定*/
 /**/
}
#emcontents dt,dd {
	font-size: 100%;
	/*\*/
		*font-size: 100%;    /*win IE用のサイズ指定*/
 /**/
}
#emcontents th,input,textarea {
	font-size: 100%;
	/*\*/
		*font-size: 100%;    /*win IE用のサイズ指定*/
 /**/
}

#supcontents h2 {
	font-size: 110%;
	/*\*/
		*font-size: 110%;    /*win IE用のサイズ指定*/
 /**/
}
#supcontents p {
	font-size: 92%;
	/*\*/
		*font-size: 92%;    /*win IE用のサイズ指定*/
 /**/
}
#supcontents dt{
	font-size: 92%;font-weight:bold;
	/*\*/
		*font-size: 92%; font-weight:bold;   /*win IE用のサイズ指定*/
 /**/
}
#supcontents dd {
	font-size: 92%;
	/*\*/
		*font-size: 92%;    /*win IE用のサイズ指定*/
 /**/
}
#supcontents th,input,textarea {
	font-size: 92%;
	/*\*/
		*font-size: 92%;    /*win IE用のサイズ指定*/
 /**/
}
#supcontents h3 {
	font-size: 86%;
	font-weight: normal;
	color: #333333;
	/*\*/
		*font-size: 92%;    /*win IE用のサイズ指定*/
 /**/
}

#supcontents h4 {
	font-size: 70%;
	font-weight: normal;
	color: #333333;
	/*\*/
		*font-size: 72%;    /*win IE用のサイズ指定*/
 /**/
}

/* ボタンの表示状態
--------------------*/
/*カレント*/
#fsmall a {
	background-image: url(../img/btn_s_o.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#fmiddle a {
	background-image: url(../img/btn_m.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#flarge a {
	background-image: url(../img/btn_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*カレント
#fsmall a:hover {
	background-image: url(../img/btn_s_o.gif);
}
*/
#fmiddle a:hover {
	background-image: url(../img/btn_m_o.gif);
}
#flarge a:hover {
	background-image: url(../img/btn_l_o.gif);
}
