@charset "utf-8";
/* CSS Document */


.fontimg_s {
	display: block;
	width:22px;
	height:22px;
	background-image: url(../images/common/font-small.gif);
	background-repeat: no-repeat;
}

.fontimg_m {
	display: block;
	width:22px;
	height:22px;
	background-image: url(../images/common/font-middle.gif);
	background-repeat: no-repeat;
}

.fontimg_l {
	display: block;
	width:22px;
	height:22px;
	background-image: url(../images/common/font-large_o.gif);
	background-repeat: no-repeat;
}




body {
	font-size: 105% !important;
}
