@charset "utf-8";

#faq{
display: inline;
margin-left: 20px;
width: 587px;
float: left;
}
#faq ul{
padding:20px 10px 0 10px;
}
#faq ul#content2List{
margin-top:10px;
padding-bottom:30px;
border-bottom:dashed 1px #999;
font-weight:bold;
}
#faq ul#content2List li{
display: inline;
padding-left: 1.2em;
background: url(../image/org-circl.gif) no-repeat 0 0em;
}
#faq ul#content2List li a{
text-decoration:none;
color:#0d4d82;
}
#faq ul#content2List li a:hover{
text-decoration:none;
color:#666;
}
#faq h3{
margin-top:30px;
color:#0d4d82;
background-color:#e5f1fa;
padding:5px 10px;
}
#faq ul li.question{
padding-left: 1.2em;
background: url(../image/ltr-q.gif) no-repeat 0 0.3em;
}
#faq ul li.answer{
padding-left: 1.2em;
background: url(../image/ltr-a.gif) no-repeat 0 0.4em;
}
#faq #inquiry {
margin-top: 30px;
border: 1px solid #CCC;
}
#faq #inquiry h4 {
padding: 0 23px;
background: none;
}
#faq #inquiry dl {
margin: 10px 10px 10px 32px;
}
#faq #inquiry dl dt {
width: 10em;
float: left;
clear: both;
}
#faq #inquiry dl dd {
margin-left: 11em;
}
