#content .section01 h3 {
	margin-bottom: 20px;
}
#content .section01 .entry {
	background-image: url(../q_and_a/images/bg_entry_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 20px;
	width: 809px;
}

#content .section01 .entry h4 {
	background-image: url(../q_and_a/images/bg_entry.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 55px;
	padding-bottom: 18px;
	font-size: 14px;
}

#content .section01 .entry p {
	margin-left: 13px;
	margin-top: 10px;
	background-image: url(../q_and_a/images/bg_ans.gif);
	background-repeat: no-repeat;
	padding: 3px 20px 15px 40px;
}
#content .section01 .entry p.detai {
	background-image: none;
	text-align: right;
	margin-top: -20px;
	padding-top: 0px;
}
#content .section01 .entry .detai a {
	color: #333333;
	text-decoration: none;
}

