#faq_ti {
	padding: 0px;
	height: 60px;
	width: 660px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-size: large;
	font-weight: bolder;
}
#faq_contents {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
	width: 620px;
}
#faq_setumei {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 20px;
	width: 620px;
	font-size: medium;
	line-height: 200%;
}
#faq_list {
	line-height: 200%;
	margin-bottom: 20px;
}
#faq_q {
	background-color: #6cbb59;
	width: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	color: #FFF;
}
#faq_a {
	background-color: #eeeeee;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
