
#faq-content {
	float:right;
	width:715px;
}

.faq-box {
	width:705px;
	border-bottom:1px dashed #666633;
	padding:5px;
	margin-top:10px;
}

table.faq {
	width:705px;
	border-collapse:collapse;
}

.faq th {
	font-weight:normal;
	padding:0px 10px 5px 0px;
	width:26px;
}

.faq td {
	font-weight:normal;
	text-align:left;
	line-height:1.5em;
	padding:5px 0px;
}

/* ÄÉ²Ã */
#faq-content h3 {
	margin: 20px 0 5px 0;
	padding: 10px 20px;
	background-color: #2c5739;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
}

#faq-content .item {
	padding: 5px 10px;
	border-bottom: 1px dashed #aaa;
}

#faq-content .item .q {
	margin: 10px 0 5px 0;
	padding: 0 0 10px 35px;
	background: url("../img/index/faq_q_icon.png") no-repeat left top;
	color: #2c5739;
}

#faq-content .item .a {
	margin: 0 0 5px 0;
	padding: 0 0 10px 35px;
	background: url("../img/index/faq_a_icon.png") no-repeat left top;
	color: #7f5f3e;
}

