@charset "utf-8";
#mainwrapper #title {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

#mainwrapper #faq {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
/* CSS Document */

#faq dl dt {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 98%;
	color: #009;
	background-image: url(../image/Q..gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #009;
	line-height: 20px;
}
#faq dl dd {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	background-image: url(../image/A..gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
	line-height: 20px;
}
