@charset "UTF-8";

* {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	font-family: "Lucida Grande", LucidaGrande, "Aqua Kana", aquakana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic";
	}

/* -- System -- */

h5.system_h5 {
	color: #463c32;
	font-size: 12px;
	line-height: 1em;
	}

* html h5.system_h5 {
	line-height: 1.1em;
	}

p.system_p {
	color: #463c32;
	font-size: 12px;
	line-height: 1em;
	}

* html p.system_p {
	line-height: 1.1em;
	}

.system h2 {
	color: #dc4150;
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	}

.system h3 {
	color: #dc4150;
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	}

* html .system h3 {
	line-height: 1.1em;
	}

.system h4 {
	color: #643223;
	font-size: 14px;
	line-height: 1em;
	letter-spacing: 0.1em;
	}

.system p {
	color: #463c32;
	font-size: 12px;
	line-height: 1.6em;
	}

.system p span {
	font-weight: bold;
	}

