/*--------------------          fontsize_small - 小サイズ          --------------------*/

body {
	font-size: 10px;
}

* html body {
	font-size: 10px;
}

*+html body {
	font-size: 10px;
}

a#fontSmall {
	background: url(../img/bt_font_small_on.jpg) no-repeat left top;
}

a#fontSmall img {
	visibility: hidden;
}
