@charset "utf-8";

div#header div {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0 0px 0;
}
p#mainimage {
	display: none;
}
div#contentsWrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0 30px;
	background:url(../images/bg_contentswrapper.gif) left top no-repeat;
}


dl#acMenu {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}
dl#acMenu dt {
	display:block;
	font-family: "TsukuMinPro-D",serif;
	font-size: 16px;
	line-height: 125%;
	margin-bottom: 10px;
	padding: 15px 0 7px 40px;
	border-top: 1px dotted #CCC;
	background:url(../../faq/images/question.gif) left 10px no-repeat;
}
dl#acMenu dt:hover {
	cursor: pointer;
}
dl#acMenu dd {
	display:none;
	margin-bottom: 15px;
	padding: 0 0 0 40px;
	background:url(../../faq/images/answer.gif) left top no-repeat;
}
dl#acMenu dt.firstChild {
	padding-top: 5px;
	border-top: none;
	background:url(../../faq/images/question.gif) left top no-repeat;
}
