@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 P 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 P 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 P 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 P Gothic";
	}

/* -- Header -- */

#header li {
	font-size: 14px;
	line-height: 1em;
	}

#header a {
	text-decoration: none;
	}

/* -- Bubble -- */

li.bubble_a-center p, li.bubble_b-center p {
	color: black;
	font-size: 10px;
	line-height: 1em;
	}

* html li.bubble_a-center p, * html li.bubble_b-center p {
	font-size: 11px;
	}

/* -- Body -- */

#body h1 {
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: 0.3em;
	}

#body h3 {
	color: #aadc00;
	font-size: 12px;
	line-height: 1em;
	letter-spacing: 0.5em;
	font-weight: bold;
	}

.body-white h1 {
	color: black;
	}

.body-black h1 {
	color: white;
	}

/* -- Contents -- */

.contents h2 {
	color: black;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	}

.contents h5 {
	color: black;
	font-size: 11px;
	line-height: 1em;
	}

.contents p {
	color: black;
	font-size: 12px;
	line-height: 1.7em;
	}

/* -- Photo -- */

.photo dd {
	color: white;
	font-size: 11px;
	line-height: 1.2em;
	}

* html .photo dd {
	font-size: 12px;
	}

