@charset "euc-jp";
/* Table Of Contents
----------------------------------------

#01 base font size
#02 header

----------------------------------------*/


/* #01 base font size
---------------------------------------------------------------------------- */

body {
	font-size: 12px;
}

html[xmlns*=""] body:last-child {
	font-size: 12px;
}

/* legacy IE */
* html body {
	font-size: 80%;
}

/* IE7 */
*:first-child + html body {
	font-size: 80%;
}


/* #02 header
---------------------------------------------------------------------------- */

div#headerArea div#fontChange ul li.middleSize a {
	background:url(../images/btn_font_01_o.gif) no-repeat left top;
}

div#headerArea div#fontChange ul li.largeSize a {
	background:url(../images/btn_font_02.gif) no-repeat left top;
}

div#headerArea div#fontChange ul li.largeSize a:hover {
	background:url(../images/btn_font_02_o.gif) no-repeat left top;
}