a:visited{
  color                 : #5755BA;
  text-decoration       : none;
}

a:hover{
  color                 : #5755BA;
  text-decoration       : underline;
}

.link a{
  color                 : #9F9F9F;
  text-decoration       : none;
}

.link a:visited{
  color                 : #9F9F9F;
  text-decoration       : none;
}

.link a:hover{
  color                 : #9F9F9F;
  text-decoration       : underline;
}

#contents p{
  width                 : 580px;
  line-height           : 150%;
  letter-spacing        : 0.1em;
}

#contents h2{
  width                 : 580px;
  height                : 25px;
  margin                : 10px 0;
  text-indent           : -9999px;
  background-image      : url('../img/title/faq.gif');
  background-repeat     : no-repeat;
  background-position   : 0 0;
}

.attention{
  color                 : #670000;
}

.faq_box{
  width                 : 540px;
  text-align            : center;
  margin                : 15px auto;
}

.question{
  width                 : 540px;
  background            : #DDDDDD;
  padding               : 2px 0;
  font-weight           : bold;
  color                 : #333;
  text-align            : left;
}

.answer{
  width                 : 540px;
  background            : #F6F6F6;
  padding               : 2px 0;
  font-weight           : bold;
  color                 : #666;
  text-align            : left;
}