@charset "utf-8";
/* faq.css */

#question{background:url(../img/faq/question_top.gif) no-repeat left top; padding-top:10px;}
#question dl{background:url(../img/faq/question_body.gif) repeat-y left top; padding:0 10px;}
#question dl dt{clear:both; height:30px; background-repeat:no-repeat; background-position:0 0;}
#question dl dt em{display:none;}
#question dl dt#question1{background-image:url(../img/faq/title1.gif);}
#question dl dt#question2{background-image:url(../img/faq/title2.gif);}
#question dl dt#question3{background-image:url(../img/faq/title3.gif);}
#question dl dt#question4{background-image:url(../img/faq/title4.gif);}
#question dl dd{padding:5px 0 20px;}

#question-bottom{clear:both; background:url(../img/faq/question_bottom.gif) no-repeat left bottom; height:10px; margin-bottom:50px;}
#question-bottom hr{display:none;}


#answer{clear:both;}
#answer h3{clear:both; margin-bottom:5px;}
#answer .Q{clear:both; font-size:13px; color:#000; margin-bottom:5px;}
#answer .A{clear:both;}
#answer .A em{font-size:13px; color:#FF6666; display:block; margin-bottom:2px;}
#answer .pagetop{clear:both; padding:15px 0 0; border-bottom:1px dotted #999; text-align:right; margin-bottom:15px;}
