@charset "shift_jis";

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

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

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


/* ============================================
	文字サイズナビアクティブ切り替え
============================================ */
div#textsizer p.fNavL a { margin-top: -21px;}
div#textsizer p.fNavM a { margin-top: 0;}
div#textsizer p.fNavS a { margin-top: 0;}
div#textsizer p.fNavM a:hover { margin-top: -21px;}
div#textsizer p.fNavS a:hover { margin-top: -21px;}
