@charset "UTF-8";

@media screen {

body { font-size: 90%; }

li.fonts a {
	background: url(../img/common/fonts_s.jpg) no-repeat;
}
li.fonts a:hover {
	background: url(../img/common/fonts_s_ov.jpg) no-repeat;
}

li.fontm a {
	background: url(../img/common/fonts_m_on.jpg) no-repeat;
}

li.fontl a {
	background: url(../img/common/fonts_l.jpg) no-repeat;
}
li.fontl a:hover {
	background: url(../img/common/fonts_l_ov.jpg) no-repeat;
}
		
}