@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content #first ul{
 background: url(../image/faq_bg03.gif) left bottom repeat-x;
 padding-bottom: 13px;
 margin-bottom: 19px;
}

#content #first ul li{
 margin-bottom: 11px;
}

#content #first ul li a{
 background: url(../image/faq_bg01.gif) left center no-repeat;
 padding: 3px 0 4px 32px;
}

#second dl{
 margin-bottom: 13px;
}

#second dl dt{
 font-size: 1.3em;
 font-weight: bold;
 background: url(../image/faq_bg01.gif) left center no-repeat;
 padding-left: 32px;
 margin-bottom: 8px;
}

#second dl dd{
 background: url(../image/faq_bg02.gif) left top no-repeat;
 padding-left: 31px;
 padding-bottom: 3px;
}

#second{
 margin-bottom: 28px;
}