@charset "UTF-8";
/* CSS Document */
* html body {font-size:100%;}
body {
	font-size:100%;
}

#fsmall a {
	background-image: url(../../images/common_parts/font_change_s.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*カレント*/
#fmiddle a {
	background-image: url(../../images/common_parts/font_change_m_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#flarge a {
	background-image: url(../../images/common_parts/font_change_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#fsmall a:hover {
	background-image: url(../../images/common_parts/font_change_s_on.gif);
}
/*
#fmiddle a:hover {
	background-image: url(../images/font_change_m_on.gif);
}*/

#flarge a:hover {
	background-image: url(../../images/common_parts/font_change_l_on.gif);
}

