.faq_block {
	margin: 0px;
	padding: 20px 0px 0px 0px;
}
.faq_block h3 {
	border-bottom: 1px dotted #999;
	border-left: 3px solid #999;
	font-weight:bold;
	font-size:110%;
}
.faq_block dl {
	margin: 0px;
	padding: 10px 0px 0px 16px;
	font-size: 90%;
	line-height: 140%;
}
.faq_block dl dt {
	background-image: url(../images/q.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px 0px 0px 24px;
	width: auto;
	height: 35px;
	font-size: 110%;
}
.faq_block dl dd {
	background-image: url(../images/a.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px 0px 0px 24px;
	padding: 0px 0px 24px 24px;
	min-height:28px;
	color: #0032CF;
}
.faq_table {
	margin: 0px;
	padding: 12px;
}
.faq_table table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	font-size:90%;
}
.faq_table th {
	text-align:center;
	margin: 0px;
	padding: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #D7D7D7;
}

.faq_table td {
	text-align:center;
	margin: 0px;
	padding: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}

.faq_table p {
	font-size:90%;
}.note {
	margin: 0px;
	padding: 8px 0px 0px 0px;
}
#faq_index {
	margin: 0px;
	padding: 0px;
}
#faq_index ul {
	margin: 0px;
	padding: 8px 0px 10px 0px;
}
#faq_index ul li {
	background-image: url(../../top/images/kadomaru.jpg);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	margin: 0px;
	padding: 7px 0px 7px 14px;
}
#faq_index ul li ul {
	margin: 0px;
	padding: 0px 0px 0px 100px;
}
#faq_index table {
	border-left: 1px dotted #CCC;
	border-top:none;
	border-bottom:none;
}
#faq_index table tr td {
	border-right: 1px dotted #CCC;
	border-top:none;
	border-bottom:none;
	margin: 0px;
	padding: 0px 20px;
	width: 150px;
}

