#contents  {
	font-size: 133%;
	/*\*/
		*font-size: 116%;    /*win IE用のサイズ指定*/
 /**/
}

#contents #rightBlock ul.pdf li {
	font-size: 100%;
	/*\*/
		*font-size: 116%;    /*win IE用のサイズ指定*/
 /**/
}

#contents #leftBlock ul li {
	font-size: 100%;
	/*\*/
		*font-size: 116%;    /*win IE用のサイズ指定*/
 /**/
}

div#footerBox {
	font-size: 105%;
	/*\*/
		*font-size: 116%;    /*win IE用のサイズ指定*/
 /**/
}


/* ボタンの表示状態
--------------------*/
#fsmall a {
	width:22px;
	height:23px;
	background-image: url(../../img/common/btn_s.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent:-9000px;
	display:block;
}
#fmiddle a {
	width:22px;
	height:23px;
	background-image: url(../../img/common/btn_m.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent:-9000px;
	display:block;
}
/*カレント*/
#flarge a {
	width:23px;
	height:23px;
	background-image: url(../../img/common/btn_l_o.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent:-9000px;
	display:block;
}
#fsmall a:hover {
	background-image: url(../../img/common/btn_s_o.gif);
}
#fmiddle a:hover {
	background-image: url(../../img/common/btn_m_o.gif);
}
/*カレント
#flarge a:hover {
	background-image: url(../../../changecss/common/img/btn_l_o.gif);
}
*/