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

/* -- Q & A -- */

h2.q_a_h2 {
	color: #463c32;
	font-size: 16px;
	line-height: 1em;
	}

* html h2.q_a_h2 {
	line-height: 1.1em;
	}

/* -- Q & A - Index -- */

dl#q_a-index h2 {
	color: #463c32;
	font-size: 11px;
	line-height: 1em;
	font-weight: bold;
	}

* html dl#q_a-index h2 {
	line-height: 1.1em;
	}

dl#q_a-index dt {
	color: #463c32;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	}

dl#q_a-index dd {
	color: #463c32;
	font-size: 11px;
	line-height: 1.5em;
	}

dl#q_a-index dd a {
	color: #dc4150;
	font-weight: normal;
	font-style: normal;
	}

dl#q_a-index dd a:hover {
	color: #dc4150;
	font-weight: normal;
	text-decoration: underline;
	}

/* -- Q & A - Bubble -- */

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

.q_a-q_left p span {
	font-weight: bold;
	letter-spacing: 0.2em;
	}

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

.q_a-a_right dt {
	color: #463c32;
	font-size: 12px;
	line-height: 1em;
	font-weight: bold;
	}

.q_a-a_right dt span {
	font-weight: bold;
	letter-spacing: 0.2em;
	}

.q_a-a_right dd {
	color: #463c32;
	font-size: 12px;
	line-height: 1.6em;
	}

