@charset "UTF-8";

/* font_small.css */

body {
	font-size: 14px;
	line-height: 1.5;
}
/* for IE */
* html body {font-size: 88% !important;}
*:first-child+html body {font-size: 88% !important;}
body {font-size: 88%\9 !important;}
body:not(:target) {font-size: 88%\9 !important;}
/* end for IE */
table,input,textarea,select {
	font-size: inherit;
	font: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/* header-fontmenu */
.header_nav_font li.header_nav_font_s a {
	background-image: url(../images/header_font_nav_s_off.png);
}
.header_nav_font li.header_nav_font_m a {
	background-image: url(../images/header_font_nav_m_on.png);
}
.header_nav_font li.header_nav_font_l a {
	background-image: url(../images/header_font_nav_l_off.png);
}
