.qa
{
  clear: both;
  width: 580px;
  text_font: 12px;
  padding-top: 5px;
  padding-left: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-left: 1px solid #195fd4;
  border-top: 1px solid #195fd4;
}

.q
{
  width: 550px;
  padding-left: 8px;
  padding-right: 10px;
  text-indent: 2em;
  line-height: 2;
  background-color: #eeffff;
  background-image: url(./img/q.gif);
  background-repeat: no-repeat;
  border-right: 1px dotted #cbc4aa;
  border-bottom: 1px dotted #cbc4aa;
}
.a
{
  width: 550px;
  padding-left: 8px;
  padding-right: 10px;
  text-indent: 2em;
  line-height: 2;
  background-image: url(./img/a.gif);
  background-repeat: no-repeat;
}
.n
{
  width: 550px;
  padding-left: 8px;
  padding-right: 10px;
  text-indent: 2em;
  line-height: 2;
  background-image: url(./img/n.gif);
  background-repeat: no-repeat;
}
