@charset "utf-8";

/* --BODY-- */
body {
font:15px/1.5 'Lucida Grande', Helvetica;
overflow:visible;
}

	/* for IE7 */
	*+html body {
	font-family:'メイリオ', 'ＭＳ Ｐゴシック';
	font-size:94%;
	}

	/* for IE6 */
	* html body {
	font-family:'ＭＳ Ｐゴシック';
	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 {
font-size:119%;
}
