@charset "UTF-8";

/* ****************************************************
Title: reset_large.css
Created: 2007-07-01
Last Modified: 2009-11-05
Editor(s): Hiroto Inukai
Last Editor: tsutsu
***************************************************** */


/* Table Of Contents
----------------------------------------

# base font size
# header

----------------------------------------*/


/* # base font size
---------------------------------------------------------------------------- */

body {
	font-size: 12px;
}

html[xmlns*=""] body:last-child {
	font-size: 10px;
}

/* legacy IE */
* html body {
	font-size:75%;
}

/* IE7 */
*:first-child+html body {
	font-size:75%;
}


/* # header
---------------------------------------------------------------------------- */

div#header div#utility ul li#fontSize ul li#mediumSize,
div#header div#utility ul li#fontSize ul li#mediumSize a {
	background: url(../images/hnav_medium_o.gif) no-repeat right top;
}

div#header div#utility ul li#fontSize ul li#largeSize,
div#header div#utility ul li#fontSize ul li#largeSize a {
	background: url(../images/hnav_large.gif) no-repeat right top;
}

div#header div#utility ul li#fontSize ul li#largeSize a:hover {
	background: url(../images/hnav_large_o.gif) no-repeat right top;
}

