div.table {
	background-color:#f7f4eb;
	background-image:url(../img/table_foot.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:580px;
	border-top:1px solid #ffa213;
	padding:15px;
	margin-bottom:20px;
}

h3 span.h3 {
	color:#3070c0;
	font-weight:bold;
	padding-left:8px;
}

table {
	margin:5px 0;
	width:568px;
	background-color:#fff;
	font-size:13px;
}

table td {
	border:1px solid #ccc;
	padding-left:10px;
}

table th{
	border:1px solid #ccc;
	background-color:#eee;
	width:70px;
	height:30px;
	padding-left:25px;
}

table th.term{
	border:1px solid #ccc;
	background-color:#eee;
	width:70px;
	height:30px;
	padding-left:25px;
}

table td.question02 {
	color:#FF0000;
	border:1px solid #ccc;
	background-color:#eee;
	width:95px;
	height:45px;
	padding-left:25px;
}

table td.answer1 {
	width:190px;
}

table td.answer2 {
	height:125px;
}

table td.answer2 image {
	margin-left:10px;
}

table td.answer3 {
	width:150px;
}

div.button {
	text-align:center;
	margin-top:10px;

}