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

h3.title01 {
	margin-bottom:15px;
}

p#text01 {
	float:left;
	width:800px;
	font-size:13px;
	margin-bottom:30px;
}

p#text02 {
	float:right;
	width:160px;
	color:#aa1f24;
	text-align:right;
}

#formArea,
#main {
	margin-bottom:140px;
}

.table01 {
	width:100%;
	margin-bottom:60px;
	border-top:#947054 1px solid;
	border-left:#947054 1px solid;
	border-right:#947054 1px solid;
}

.table01 th {
	width:20%;
	color:#947054;
	font-size:13px;
	font-weight:bold;
	padding:20px;
	background:#f8f1e8;
	border-bottom:#947054 1px solid
}

.table01 th span {
	color:#aa1f24;
}

.table01 td {
	width:80%;
	font-size:13px;
	padding:20px;
	border-bottom:#947054 1px solid;
}
.linkText a,
.textBtn a {
	text-decoration:none;
	color:#fff;
	background-color:#927766;
	padding:2px 5px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#btnBox {
	width:638px;
	margin:0 auto;
}

#btnBox .btnCancel {
	float:left;
	margin-right:30px;
}

#btnBox .btnSubmit {
	float:left;
}