@charset "utf-8";

/* -------------------------------------
	faq/index.html
------------------------------------- */


/*--Q&A--*/
.faq #rightCol h1 {margin-bottom: 20px;}
.faq #rightCol h2 {color: #663300; padding-bottom: 3px; padding-left: 0; margin-bottom: 15px; border-left: none; border-bottom: 2px solid #663300;}
.faq #rightCol .h3Col {
	margin-bottom: 10px;
	border-bottom: 1px solid #8E4700;
}
.faq #rightCol .h3Col h3 {color: #8E4700; padding-left: 3px; margin-bottom: 2px; border-left: 3px solid #8E4700;}
.faqCol {
	background: #fff;
	margin-bottom: 45px;
	border: 1px solid #FBD0AA;
}
.faqColIn {
	padding:10px;
	margin: 1px;
	background: #FBD0AA;
}
.faqColIn ul li {
	color: #663300;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #663300;
}
.colTopics {margin-top: .5em; margin-bottom: 2em;}

.faq dl dt {
	color:#FF9900;
	font-weight: bold;
	float: left;
	width: 20px;
}
.faq dl dd {
	float: left;
	width: 615px;
	margin-bottom: 10px;
}
p.faqFloat {
	text-indent: -1em;
	padding-left: 1em;
}
p.faqFloat span { color:#FF9900;}
p.faqFloat strong {font-weight: bold;}
