@charset "utf-8";

body {
	font-size:14px;
}

/* for WinIE6*/
* html body {
	font-size:90%;
}

/* for WinIE7*/
*:first-child+html body {
	font-size:90%;
}

