@charset "utf-8"; 

body {
	font-size:100%;
	line-height:180%;
  }
h1{
	font-size:10px;
	line-height:160%;
}

#fsmall a {
	width:23px;
	background:url(../images/fontsize_s.jpg) no-repeat left;
}
#fmiddle a {
	width:34px;
	background:url(../images/fontsize_m.jpg) no-repeat left;
}
#flarge a {
	width:23px;
	background:url(../images/fontsize_l_o.jpg) no-repeat left;
}
#fsmall a:hover {
	background:url(../images/fontsize_s_o.jpg) no-repeat left;
}
#fmiddle a:hover {
	background:url(../images/fontsize_m_o.jpg) no-repeat left;
}
