@charset "shift_jis";

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

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

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


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