@charset "UTF-8";

/* ///////////////////////////////////////////////
title: faq.css
paths: css/faq.css
/////////////////////////////////////////////// */



div#faq h2 {
width: 600px;
height: 40px;
margin: 0 auto 20px;
background: url(../faq/img/ttl_01.gif) no-repeat;
text-indent: -1000em;
text-align: left;
/*¥*/overflow: hidden;/**/
}

div#faq dl.qList {
width: 580px;
margin-bottom: 40px;
color: #847459;
}

div#faq dl.qList dd {
margin: -1.45em 0 0.9em 0;
padding: 0 0 0.4em 3.0em;
border-bottom: dotted 1px #cdcdcd;
}

div#faq dl.qList a:link,
div#faq dl.qList a:visited {
color: #847459;
text-decoration: none;
}
div#faq dl.qList a:hover,
div#faq dl.qList a:active {
color: #847459;
text-decoration: underline;
}

div#faq dl.qCont {
width: 548px;
margin-bottom: 20px;
padding: 15px;
border: #cdcdcd 1px solid;
background: #f8f8f8;
}

div#faq dl.qCont dt {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: #ededed 1px solid;
color: #847459;
}
