@charset "shift_jis";

/* ============================================
	基本文字サイズ切り替え
============================================ */
body {
	font-size: 10px;
}
/* ie7 */
*:first-child+html body {
	font-size: 62.5%;
}

/* ie5 - ie6 */
* html body {
	font-size: 62.5%;
}

/* ie8 */
html>/**/body {  
    font-size /*\**/: 62.5%\9;
}

/* ============================================
	文字サイズナビアクティブ切り替え
============================================ */
#fontSize ul li.fontS a { background-position: 0 -21px;}
#fontSize ul li.fontM a { background-position: -28px 0;}
#fontSize ul li.fontM a:hover  { background-position: -28px -21px;}
		


