@charset "utf-8";

/* ============================================
	基本文字サイズ切り替え
============================================ */
body { font-size: 16px;}

/* ie7 */
*:first-child+html body {
	font-size: 100%;
}

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

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

/* ============================================
	文字サイズナビアクティブ切り替え
============================================ */
#nav_header_fontswitch li.fontL a {
	background: url(/common/images/header/bg_fontsize_top_ac.gif) left top no-repeat;
	padding-top: 1px;
	color: #fff;
	display: block;
}
#nav_header_fontswitch li.fontL a:hover {
	text-decoration: none;
}
#nav_header_fontswitch li.fontL a span {
	background: url(/common/images/header/bg_fontsize_bottom_ac.gif) left bottom no-repeat;
	color: #fff;
	display: block;
	line-height: 1.2;
}

#nav_header_fontswitch li.fontM a { background: none; color: #3e6db7;}
#nav_header_fontswitch li.fontM a span { background: none; color: #3e6db7;}
#nav_header_fontswitch li.fontM a:hover { text-decoration: underline;}
#nav_header_fontswitch li.fontM a:hover span { color: #00abff;}