@charset "utf-8";

body {font-size:98%;}

#header #font-area a.f-s{
	float:left;
	background:url(../../img/css/f-size_s.gif) no-repeat;
	width:25px;
	height:30px;
	}

#header #font-area a.f-s:hover { background:url(../../img/css/f-size_s_h.gif) no-repeat;}

#header #font-area a.f-m{
	float:left;
	background:url(../../img/css/f-size_m_h.gif) no-repeat;
	width:25px;
	height:30px;
	}

#header #font-area a.f-b{
	float:left;
	background:url(../../img/css/f-size_b.gif) no-repeat;
	width:25px;
	height:30px;
	}

#header #font-area a.f-b:hover { background:url(../../img/css/f-size_b_h.gif) no-repeat;}

