@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(../img/common/btn_font_small.gif) no-repeat 0 -18px;
}

#font-change ul #font-small a:hover{
	width: 18px;
	height: 18px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/common/btn_font_small.gif) no-repeat 0 -18px;
}

/* ---------- ボタン(中) ---------- */

#font-change ul #font-middle a{
	width: 18px;
	height: 18px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/common/btn_font_middle.gif) no-repeat 0 0px;
}

#font-change ul #font-middle a:hover{
	width: 18px;
	height: 18px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/common/btn_font_middle.gif) no-repeat 0 -18px;
}

/* ---------- ボタン(大) ---------- */

#font-change ul #fotn-large a{
	width: 18px;
	height: 18px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/common/btn_font_large.gif) no-repeat 0 0;
}

#font-change ul #fotn-large a:hover{
	width: 18px;
	height: 18px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/common/btn_font_large.gif) no-repeat 0 -18px;
}



