@charset "utf-8";

/* ------------------------------------------


Style Name: style.css
Since:      2009-09-14
Version:    1.0
Auther:     contryle


------------------------------------------*/

body {
	font-size: 120% !important;
}


/* ------------------------------------------


 ie7 fontsize huck


------------------------------------------*/

*:first-child+html body {
	font-size: large !important;
}


/* ------------------------------------------


 ie6 fontsize huck


------------------------------------------*/

*html body {
	font-size: large !important;
}


/* ------------------------------------------


 {^̕\
 
 
------------------------------------------*/

#fsmall a {
	background: url(../../img/font_s.gif) no-repeat;
	display: block;
	height: 15px;
	width: 15px;	
	overflow: hidden;
	text-indent: -9999px;
}

#fmiddle a {
	background: url(../../img/font_m.gif) no-repeat;
	display: block;
	height: 15px;
	width: 15px;	
	overflow: hidden;
	text-indent: -9999px;
}	
	
#flarge a {
	background: url(../../img/font_l_on.gif) no-repeat;
	display: block;
	height: 15px;
	width: 15px;
	overflow: hidden;	
	text-indent: -9999px;
}	
