/*====================================================================*/
/*===[fontM.css]=======================================================*/
/*====================================================================*/

/*
last-updated：2006/11/07
*/

body{
	font-size:87.5%;
}

/* for WinIE6*/
* html body {
	font-size:84%;
}

/* for WinIE7*/
*:first-child+html body {
	font-size:90%;
}

/* mainImageArea Flash,文字サイズ変更
//////////////////////////////////////////////////////////////////// */	
div#mainImageArea{}

	/* footerSection ///
	───────────────────────────── */
		/* 文字サイズ変更
		------------------------------------------- */
		div#mainImageArea div.footerSection dl{
	
		}
				/*　フォントサイズ[小]　*/
				div#mainImageArea div.footerSection dl dd.fontS a{
					background:url(../img/common/fontsize.gif) no-repeat 0px 0px;
				}
				/*　フォントサイズ[中]：デフォルト　*/
				div#mainImageArea div.footerSection dl dd.fontM a{
					background:url(../img/common/fontsize.gif) no-repeat -19px -17px;
				}
				/*　フォントサイズ[大]　*/
				div#mainImageArea div.footerSection dl dd.fontL a{
					background:url(../img/common/fontsize.gif) no-repeat -38px 0px;
				}