@charset "UTF-8";
/* CSS Document */

.faq ul.tab {
	display:block;
	height:45px;
    margin: 0;
	padding:0 0 0 20px;
	background:url(../img/contents/tab_left.png) left top no-repeat;
	text-align:center;

}

.faq ul.tab li {
    list-style: none;
    float: left;
	width:auto;
	height:45px;
    margin: 0;
    padding: 0;
	text-align:center;
}

.faq ul.tab li#qaother {
    list-style: none;
    float: left;
	width:auto;
	height:45px;
    margin: 0;
    padding: 0 20px 0 0px;
	background:url(../img/contents/tab_right.png) right top no-repeat;
}

.faq ul.tab li a {
    display: block;
    width:auto;
	height:25px;
	margin:0;
	padding:10px;
	text-decoration:none;
	background:url(../img/contents/tab_center.png) left top repeat-x;
	color:#666666;
	font-weight:bold;
}

.faq ul.tab li a:hover {
	background:url(../img/contents/tab_hover.png) left top repeat-x;
	color:#0099FF;
	font-weight:bold;
}

.faq ul.tab li.active a {
	background:url(../img/contents/tab_active.png) left top repeat-x;
	color:#FFFFFF;
	font-weight:bold;
}

.faq dl {
    clear: both;
    zoom: 1;
    padding: 10px;
}
.faq dl dt {
    font-weight: bold;
    padding:3px 0 10px 40px;
    margin:5px 0 5px 0;
    border-bottom: 1px solid #CCCCCC;
	background:url(../img/contents/faq_q.png) left top no-repeat;
}
.faq dl dd {
    margin:0 0 25px 0;
    padding:3px 0 10px 40px;
	border-bottom:#CCCCCC dotted 1px;
	background:url(../img/contents/faq_a.png) left top no-repeat;
}