@charset "utf-8";

/* よくいただくご質問トップページ[qa/index.html]を記述しています */

/* レイアウトを記述しています */

#main {
	display: block;
	width: 798px;
	height: auto;
	padding: 0px 0px 17px 162px;
	background-image: url(../../common/img/sub_menu_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#container {
	display: block;
	width: 698px;
	height: auto;
	padding: 62px 50px 0px 50px;
}

p.txt {
	padding: 0px 2px 0px 32px;
}

/* ページタイトル・リード文 */

h2#main_ttl {
	display: block;
	width: 149px;
	height: 17px;
	margin-bottom: 33px;
	background-image: url(../img/qa_ttl.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

p#main_read {
	display: block;
	width: 260px;
	height: 16px;
	margin-bottom: 61px;
	background-image: url(../img/qa_read.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* セクション */

h3#qa_section01_ttl {
	display: block;
	width: 203px;
	height: 15px;
	margin-bottom: 45px;
	background-image: url(../img/qa_section01_ttl.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

h3#qa_section02_ttl {
	display: block;
	width: 197px;
	height: 15px;
	margin-bottom: 45px;
	background-image: url(../img/qa_section02_ttl.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

h3#qa_section03_ttl {
	display: block;
	width: 169px;
	height: 15px;
	margin-bottom: 45px;
	background-image: url(../img/qa_section03_ttl.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

h3#qa_section04_ttl {
	display: block;
	width: 100px;
	height: 15px;
	margin-bottom: 45px;
	background-image: url(../img/qa_section04_ttl.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

p.question {
	display: block;
	width: auto;
	height: auto;
	margin-bottom: 10px;
	background-image: url(../img/q_label.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

p.answer {
	display: block;
	width: auto;
	height: auto;
	margin-bottom: 30px;
	background-image: url(../img/a_label.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

p.bottom {
	margin-bottom: 80px;
}


