@charset "shift_jis";
/* Font Middle */


body {
	font-size:75%;
	line-height:1.5;
}
.fsize_nochange {
	font-size:0.833em;
	line-height:1.1;
}
/*--------------------*/
#fsmall a {
	background:url("../images/btn_s.png") no-repeat left bottom;
}
#fmiddle a {
	background:url("../images/btn_m_on.png") no-repeat left bottom;
}
#flarge a {
	background:url("../images/btn_l.png") no-repeat left bottom;
}
#fsmall a:hover {
	background-image:url("../images/btn_s_on.png");
}
#flarge a:hover {
	background-image:url("../images/btn_l_on.png");
}
