div.OkangaeMenu {
    font-size: 20px;
}
div.OkangaeMenu a {
    margin-right: 30px;
}
a.qa_link{
	text-decoration: underline;
	color:#000000;
}

p.qa_text{
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

#faq dl.qa {
    margin-bottom: 20px;
    margin-left:20px;
}
#faq dl.qa dt.question {
    background: url("question.png") no-repeat scroll 0 0;
    overflow: hidden;
    margin:0px;
    padding-left: 4.5em;
    padding-bottom:15px;
    padding-top:10px;
    margin-bottom:20px;
    color:#000000;
    font-weight:bold;
    border:none;
}
#faq section a:link {
    text-decoration: underline;
}
#faq dl.qa dt.active, #faq dl.qa dt.question:hover {
    background: url("question.png") no-repeat scroll 0 0;
    overflow: hidden;
    margin:0px;
    padding-left: 4.5em;
    padding-bottom:15px;
    padding-top:10px;
    margin-bottom:20px;
    color:#179BD9;
    text-decoration:underline;
    font-weight:bold;
    border:none;
    transition: all 0.2s ease-out 0s;
}
#faq dl.qa dd.answer {
    background: url("answer.png") no-repeat scroll 0 0;
    overflow: hidden;
    margin:0px;
    padding-left: 4.5em;
    padding-bottom:20px;
    padding-top:5px;
    color:#0A5E83;
    font-weight:bold;
}
p.qa_check{
	margin:0px;
	font-size:12px;
}
ul.qa_list{
	margin-left:30px;
}
ul.qa_list > li{
	list-style-type : disc;
}
ul.qa_list2{
	margin-left:30px;
}
ul.qa_list2 > li{
	list-style-type: decimal;
}
a:link, a:visited {
    color: #71625b;
    text-decoration: none;
}
div.OkangaeMenu a:hover {
    font-weight: bold;
    text-decoration: underline;
}
