@charset "utf-8";

body {
	font-size: 100%;
}
* html body {
	font-size: 108%;
}

#header #fontsize-selector dd li#font-small a {
	background-image:url(/common/images/header_btn_001.gif);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
}


#header #fontsize-selector dd li#font-medium a {
	background-image:url(/common/images/header_btn_002on.gif);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
}


#header #fontsize-selector dd li#font-large a {
	background-image:url(/common/images/header_btn_003.gif);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
}


