div#contentsArea div#leftArea section#intro p {
  margin: 0 0 40px 0;
}
div#contentsArea div#leftArea dl#faqList dt {
  cursor: pointer;
  margin: 20px 0;
  padding: 0 0 5px 35px;
  border-bottom: 1px dotted #B9121B;
  color: #000066;
  background: no-repeat url(../img/faq/q.gif);
}
div#contentsArea div#leftArea dl#faqList dd {
  display: none;
  margin: 20px 0;
  padding: 0 0 0 35px;
  background: no-repeat url(../img/faq/a.gif);
}
