@charset "utf-8";
/* CSS Document */
body{
	font-size:0.9em;
}

#page_wrapper #header #fontsize a {
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	float:left;
	text-indent:-9999px;
}
#page_wrapper #header #fontsize a#large {
	background-image: url(../images/fontsize_out_03.jpg);
	width:46px;
	height:47px;
}
#page_wrapper #header #fontsize a:hover#large {
	background-image: url(../images/fontsize_on_03.jpg);
}
#page_wrapper #header #fontsize a#default {
	background-image: url(../images/fontsize_on_04.jpg);
	width:48px;
	height:47px;
}
#page_wrapper #header #fontsize a:hover#default {
	background-image: url(../images/fontsize_on_04.jpg);
}
#page_wrapper #header #fontsize a#small {
	background-image: url(../images/fontsize_out_05.jpg);
	width:47px;
	height:47px;
}
#page_wrapper #header #fontsize a:hover#small {
	background-image: url(../images/fontsize_on_05.jpg);
}


