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