@charset "UTF-8";


body {
	font-size: 16px;
	font-size\9: 110%;
}

/* ============================================
	文字サイズナビアクティブ切り替え
============================================ */
#header #h_wrapper #h_textsize a.small {
	background-position: 0 0 !important;
}
#header #h_wrapper #h_textsize a.small:hover,
#header #h_wrapper #h_textsize a.small:focus {
	background-position: 0 -26px !important;
}
#header #h_wrapper #h_textsize a.large,
#header #h_wrapper #h_textsize a.large:hover,
#header #h_wrapper #h_textsize a.large:focus {
	background-position: 0 -26px !important;
}
#header #h_wrapper #h_textsize a.medium {
	background-position: 0 0 !important;
}
#header #h_wrapper #h_textsize a.medium:hover,
#header #h_wrapper #h_textsize a.medium:focus {
	background-position: 0 -26px !important;
}
