@charset "utf-8";

/* ===================== text style ===================== */

/* ----- font-color ----- */

body{
color:#333333;
line-height:1.4;
font-size:70%;
}

a {
color:#0F63B2;
}
a:link {
color:;
text-decoration:underline;
}
a:visited {
color:;
text-decoration:underline;
}
a:hover {
color:;
text-decoration:none;
}
a:active {
color:;
text-decoration:none;
}


/* ----- font-size ----- */

 {
font-size:110%;
}

 {
font-size:100%;
}

#main #left h2.news a {
font-size:90%;
}

#footer .rgt p {
font-size:80%;
}



	/* -- hack for ie6 --*/
	* html #main #left h2.news a {
	font-size:80%;
	}
	* html #main #left h2.news a {
	width:7.6em;
	}
	/* -- hack for ie7 --*/
	*+html #main #left h2.news a {
	font-size:80%;
	}
	*+html #main #left h2.news a {
	width:7.6em;
	}



#header .text-size ul li.sml {
background:url(../img/btn_s_on.gif) no-repeat left top;
}

