@charset "UTF-8";

@import "common.css";

/*--------------------------------------------------------------
ContentsArea
--------------------------------------------------------------*/

ul.faq {
margin:0px 0px 0px 20px;
padding:0px;
}

.faq li.q {
list-style-image:url("../img/q.gif");
color:#000000;
font-weight:600;
line-height:20px;
}

.faq li.a {
margin:0px 0px 20px;
list-style-image:url("../img/a.gif");
line-height:20px;
}

/*--------------------------------------------------------------
IE hack
--------------------------------------------------------------*/

* html .faq li.q {
list-style-image:url("../img/q_ie.gif");
}

* html .faq li.a {
list-style-image:url("../img/a_ie.gif");
}

/*--------------------------------------------------------------
OPERA hack
--------------------------------------------------------------*/

*+html>/**/body .faq li.q {
list-style-image:url("../img/q_opera.gif");
}

*+html>/**/body .faq li.a {
list-style-image:url("../img/a_ie.gif");
}
