/*----------------------------------------------------------
   五葉コンサルティング　CSS
-----------------------------------------------------------*/

/* faq
------------------------------------*/
#faq #contents dl{
width:536px;
margin:0 0 28px 12px;
}
#faq #contents dl dt{
background: url( '/images/faq/qa_q.gif' ) left top no-repeat;
border-bottom:dashed 1px #cccccc;
padding:0 0 3px 28px;
font-weight:bold;
margin-bottom:16px;
}
#faq #contents dl dd{
background: url( '/images/faq/qa_a.gif' ) left top no-repeat;
padding:0 0 3px 28px;
margin: 0;
margin-bottom:28px;
}
#faq #contents a:link {
color:#dd7569;
text-decoration:underline;
}

#faq #contents a:visited {
color:#dd7569;
text-decoration:underline;
}

#faq #contents a:hover {
color:#ffddd9;
text-decoration:underline;
}

#faq #contents a:active {
color:#ffddd9;
text-decoration:underline;
}
