@charset "UTF-8";

/* -- メインボックス（左） ---------------------------------------------- */
#mainbox p {
	margin-top: 0;
}

/* -- 問い合わせ ---------------------------------------- */
#contact {
	margin-top: 0;
}
#contact dt {
	border-bottom: 1px solid #666;
}
#contact dd {
	margin-bottom: 20px;
}


/* -- FAQ ------------------------------------------------ */
#faq h3 {
	background: #deccac;
	padding-left:.5em;
}

#faq dl {
	margin:0 0 1em 0;
	padding:0;
}
#faq dt {
	background:url(/img/icon_comment.gif) no-repeat left 1em;
	padding-left:20px;
	margin-bottom:.5em;
	border-top:1px dotted #666;
	padding-top:1em;
}
#faq dd {
	margin-bottom:1em;
	background:url(/img/icon_arrow_right.gif) no-repeat left top;
	padding-left:20px;
	margin-left:20px;
}

