@charset "UTF-8";

/* -- HTML -- */

body, div, p, li, dt, dd, th, td {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	font-family: "Lucida Grande", LucidaGrande, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic";
	}

a {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
	font-family: "Lucida Grande", LucidaGrande, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic";
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	font-family: "Lucida Grande", LucidaGrande, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic";
	}

form, input, select, textarea {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	font-family: "Lucida Grande", LucidaGrande, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic";
	}

/* -- Page Info -- */

.page_info h1 {
	color: black;
	font-size: 12px;
	line-height: 1em;
	font-weight: bold;
	}

.page_info p {
	color: black;
	font-size: 10px;
	line-height: 1.9em;
	}

* html .page_info p {
	color: black;
	font-size: 12px;
	line-height: 1.9em;
	}

/* -- Page Intro -- */

.page_intro h1 {
	color: white;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	}

.page_intro p {
	color: white;
	line-height: 1.5em;
	font-size: 10px;
	}

* html .page_intro p {
	color: white;
	line-height: 1.5em;
	font-size: 12px;
	}
