@charset "utf-8";
body #wrapper{
font-size:140%;
}
.fonts {
	background-image: url(../images/font_s.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
}
.fontm {
	background-image: url(../images/font_m.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 22px;
}
.fontl {
	background-image: url(../images/font_l_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	padding-right: 10px;
}