@charset "utf-8";
@import url("common.css");

.goMain { margin:0 Auto; padding:10px; width:600px; }
.goMain a { color:blue; text-decoration:underline; }
.faqBox { margin:0 Auto; padding:20px 20px 20px 20px; width:600px; background:url('./../images/faq_bg.gif') repeat 0 0; }
.faqLine { margin:0 Auto; width:600px; height:10px; background:url('./../images/faq_line.gif') no-repeat 0 0; }
.faqtitle { padding-bottom:20px; }
.faqSubTitle { color:#1b88ab; font-weight:bold; font-size:12pt; }
.faqQuestion { color:#1d449e; font-weight:bold; font-size:10pt; padding:10px 0 0 0; line-height:20px; }
.faqAnswer { color:#000; padding:10px 0 10px 10px; line-height:20px; }