/* CSS Document */

#contents h2 {
	font-size: 120%;
	/*\*/
		*font-size: 110%;    /*win IE用のサイズ指定*/
 /**/
}
#contents p {
	font-size: 92%;
	/*\*/
		*font-size: 84%;    /*win IE用のサイズ指定*/
 /**/
}
h1 {
	font-size: 90%;
	/*\*/
		*font-size: 80%;    /*win IE用のサイズ指定*/
 /**/
}
dt {
	font-size: 92%;
	/*\*/
		*font-size: 84%;    /*win IE用のサイズ指定*/
 /**/
}
dd {
	font-size: 92%;
	/*\*/
		*font-size: 84%;    /*win IE用のサイズ指定*/
 /**/
}
#footer p {
	font-size: 82%;
	/*\*/
		*font-size: 74%;    /*win IE用のサイズ指定*/
 /**/
}
.left_kiji h3 {
	font-size: 100%;
	/*\*/
		*font-size: 90%;    /*win IE用のサイズ指定*/
 /**/
}
.left_kiji2 h3 {
	font-size: 100%;
	/*\*/
		*font-size: 90%;    /*win IE用のサイズ指定*/
 /**/
}
.left_kiji2 dt {
	font-size: 92%;
	/*\*/
		*font-size: 84%;    /*win IE用のサイズ指定*/
 /**/
}
.left_kiji2 dd {
	font-size: 92%;
	/*\*/
		*font-size: 84%;    /*win IE用のサイズ指定*/
 /**/
}
#sitemap li {
	font-size: 92%;
	/*\*/
		*font-size: 84%;    /*win IE用のサイズ指定*/
 /**/
}



/* ボタンの表示状態
--------------------*/
/*カレント*/
#fsmall a {
	background-image: url(../img/s2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#fmiddle a {
	background-image: url(../img/m.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#flarge a {
	background-image: url(../img/b.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*カレント
#fsmall a:hover {
	background-image: url(../img/s2.gif);
}
*/
#fmiddle a:hover {
	background-image: url(../img/m2.gif);
}
#flarge a:hover {
	background-image: url(../img/b2.gif);
}
