/* CSS Document */

#estimate {
	width: 100%;
	height: auto;
	margin: 20px auto;
	padding: 0;
}
#estimate h3 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin: 10px 0;
	font-size: 120%;
}
.estimate_box {
	width: 100%;
	height: auto;
	margin: 20px auto;
	padding: 0;
}
.estimate_box #step1 {
	width: 770px;
	height: 30px;
	background: url("../img/estimate/bkg_step1.png") top no-repeat;
	margin: 0 0 10px 0;
	border: none;
}
.estimate_box #step1 p {
	padding: 5px 0 0 190px;
}
.estimate_box #step2 {
	width: 770px;
	height: 30px;
	background: url("../img/estimate/bkg_step2.png") top no-repeat;
	margin: 0 0 10px 0;
	border: none;
}
.estimate_box #step2 p {
	padding: 5px 0 0 190px;
}
.estimate_box #step3 {
	width: 770px;
	height: 30px;
	background: url("../img/estimate/bkg_step3.png") top no-repeat;
	margin: 0 0 10px 0;
	border: none;
}
.estimate_box #step3 p {
	padding: 5px 0 0 190px;
}
.estimate_box #step4 {
	width: 770px;
	height: 30px;
	background: url("../img/estimate/bkg_step4.png") top no-repeat;
	margin: 0 0 10px 0;
	border: none;
}
.estimate_box #step4 p {
	padding: 5px 0 0 190px;
}
.estimate_box .left_box {
	width: 150px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}
.estimate_box .right_box {
	width: 600px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}
