@charset "utf-8";
/* CSS Document */

@import url("sub.css");

#step-list {
	position: relative;
	width: 575px;
	height: 78px;
	padding-bottom: 30px;
}
#step-list #step01 {
	position: absolute;
	width: 145px;
	height: 78px;
	top: 0px;
	left: 0px;
}
#step-list #step02 {
	position: absolute;
	width: 145px;
	height: 78px;
	top: 0px;
	left: 145px;
}
#step-list #step03 {
	position: absolute;
	width: 145px;
	height: 78px;
	top: 0px;
	left: 290px;
}
#step-list #step04 {
	position: absolute;
	width: 140px;
	height: 78px;
	top: 0px;
	left: 435px;
}

#form-table {
	width: 575px;
	margin-top: 20px;
	border-top: 1px dotted #593016;
}
#form-table th {
	background-color: #f9f6ed;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #593016;
	border-right: 1px dotted #593016;}
#form-table td {
	padding: 10px;
	border-bottom: 1px dotted #593016;
}
#button-area {
	text-align:center;
}