@charset "UTF-8";
/* CSS Document */

.basebox {
	width: 635px;
	overflow: hidden;
	position: relative;
}
#button3 a {
	background-image: url(../images/button_03.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 155px;
	margin-top: 10px;
}
#button3 a:hover {
	background-image: url(../images/button_03.gif);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}
.textbox1 {
	float: left;
	width: 455px;
}
.textbox2 {
	float: right;
	width: 155px;
}.qbox {
	background-image: url(../images/faq_q.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 605px;
	margin-top: 20px;
	padding-left: 30px;
	color: #995100;
	font-weight: bold;
}
.abox {
	background-image: url(../images/faq_a.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 575px;
	margin-top: 10px;
	margin-left: 30px;
	padding-left: 30px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D3A87C;
}
.qboxtop {
	background-image: url(../images/faq_q.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 605px;
	margin-top: 40px;
	padding-left: 30px;
	color: #995100;
	font-weight: bold;
}
