@charset "utf-8";

/*---------------------------------
Font_CSS
---------------------------------*/

/* --BODY-- */
body {
font:15.04px/1.5 arial, Helvetica, clean, sans-selif;
}

	/* for IE7 */
	*+html body {
	font-family:arial,helvetica,clean,sans-serif;
	font-size:94%;
	}

	/* for IE6 */
	* html body {
	font-family:arial,helvetica,clean,sans-serif;
	font-size:94%;
	}

/* --OTHER TAGS-- */

code, kbd, pre, samp, tt {
font-family:monospace;
line-height:100%;
}

	/* for IE7 */
	*+html code, kbd, pre, samp, tt {
	font-size:125%;
	}

h1, h2, h3, h4, h5, h6 {
font-size:119%;
font-weight:normal;
}

/* form */
button, fieldset, form, input, label, legend, select, textarea {
font-family:inherit;
font-size:84%;
font-style:inherit;
font-weight:inherit;
}

/* tables still need 'cellspacing="0"' */
table {
}

a{
	color: #000000;
	text-decoration: none;
}
