@charset "shift_jis";

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

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

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


/* ============================================
	文字サイズナビアクティブ切り替え
============================================ */
.fontNavi dd ul li.fNavM a { margin-top: -28px;}
.fontNavi dd ul li.fNavS a { margin-top: 0;}
.fontNavi dd ul li.fNavS a:hover { margin-top: -28px;}
