/* CSS Document */

#mainContents,
#mainContentsPnt {
	font-size: 92%;
	/*\*/
		*font-size: 84%;    /*win IE用のサイズ指定*/
 /**/
}
#footer,
#footerPnt {
	font-size: 92%;
	/*\*/
		*font-size: 84%;    /*win IE用のサイズ指定*/
 /**/
}

/* ボタンの表示状態
--------------------*/
#fS01 a {
background: url(../img/common/btn_syo_h.png) no-repeat left top;
}/* 小 */

#fS02 a {
background: url(../img/common/btn_chu.png) no-repeat left top;
}/* 中 */

#fS03 a {
background: url(../img/common/btn_dai.png) no-repeat left top;
}/* 大 */


#fS02 a:hover {
background-image: url(../img/common/btn_chu_h.png);
}
#fS03{
background-image: url(../img/common/btn_dai_h.png);
}

/* フッターセンタリング用
--------------------*/
#lA_dl {
width: 59em;
}