@charset "utf-8";
/* CSS Document */

/* other layout */
#faq #contents h2 {
	margin:30px auto 15px auto;
	width:600px;
	text-align:center;
}
#faq #contents #question {
	margin:0 auto;
	width:600px;
}

#faq #contents #anser {
	margin:70px auto 0 auto;
	width:600px;
}

#faq #contents h3 {
	margin:10px auto 0 auto;
	width:600px;
	padding-top:20px;
	/*width:600px;*/
	background:url(/img/common/line_common.gif) 0 0 no-repeat;
}

#faq #contents .pageTop {
	clear:both;
	margin:0 auto 20px auto;
	text-align:right;
	width:600px;
}

#faq #contents .pageTop a {
	padding:0 0 0 15px;
	color:#4a4a4a;
	text-decoration:none;
	background:url(/faq/img/arrow.gif) left center no-repeat;
}

#faq #contents dl {
	margin:7px 0 0 22px;
}

#faq #contents dl dt {
	clear:left;
	float:left;
	padding:5px;
	width:25px;
}
#faq #contents dl dd {
	margin-left:35px;
	padding:5px;
}

#faq #contents dt a,
#faq #contents dd a {
	color:#4a4a4a;
}
#faq #contents #anser dl dd.q {
	color:#FF0000;
}
#faq #contents #anser dl dd p {
	margin-bottom:15px;
}
#faq #contents #anser dt a,
#faq #contents #anser dd a {
	color:#FF0000;
}
#faq #contents .borderTop {
	margin-top:15px;
	padding-top:16px;
	background:url(/img/common/line_dot.gif) 0 0 no-repeat;
}
