@charset "utf-8";
body{
	font-size: 0.7em;
}

/* ---------- ボタン(小) ---------- */

#font-change ul #font-small a{
	width: 18px;
	height: 18px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../eimg/common/bt_fontnavi_s_on.gif) no-repeat;
}

#font-change ul #font-small a:hover{
	width: 18px;
	height: 18px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../eimg/common/bt_fontnavi_s_on.gif) no-repeat;
}

/* ---------- ボタン(中) ---------- */

#font-change ul #font-middle a{
	width: 18px;
	height: 18px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../eimg/common/bt_fontnavi_m.gif) no-repeat;
}

#font-change ul #font-middle a:hover{
	width: 18px;
	height: 18px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../eimg/common/bt_fontnavi_m_on.gif) no-repeat;
}

/* ---------- ボタン(大) ---------- */

#font-change ul #fotn-large a{
	width: 18px;
	height: 18px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../eimg/common/bt_fontnavi_l.gif) no-repeat;
}

#font-change ul #fotn-large a:hover{
	width: 18px;
	height: 18px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../eimg/common/bt_fontnavi_l_on.gif) no-repeat;
}


