@charset "utf-8";

/* ------------------------------------------


Style Name: style.css
Since:      2009-09-14
Version:    1.0
Auther:     contryle


------------------------------------------*/

body {
	font-size: 80% !important;
}


/* ------------------------------------------


 ie7 fontsize huck


------------------------------------------*/

*:first-child+html body {
	font-size: x-small !important;
}


/* ------------------------------------------


 ie6 fontsize huck


------------------------------------------*/

*html body {
	font-size: x-small !important;
}


/* ------------------------------------------


 .source


------------------------------------------*/

.source {
font-size:80%;
text-align:right;
}
	

/* ------------------------------------------


 {^̕\
 
 
------------------------------------------*/

#fsmall a {
	background: url(../../img/font_s_on.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.gif) no-repeat;
	display: block;
	height: 15px;
	width: 15px;	
	overflow: hidden;	
	text-indent: -9999px;
}	