@charset "Shift_JIS";
/* CSS Document */

/*base font*/
body {
	font-size:150%;
}

/*ie7*/
*:first-child+html body {
	font-size:150%;
}
	
/*ie5-6*/
* html body {
	font-size:150%;
}

/*state*/
#fontsize a.small {
	background: transparent;
}
#fontsize a.small:hover {
	background: #EDE0E0;
}
#fontsize a.middle {
	background: transparent;
}
#fontsize a.middle:hover {
	background: #EDE0E0;
}
#fontsize a.large {
	background: #EDE0E0;
}
#fontsize a.large:hover {
	background: #EDE0E0;
}
