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

#pageTitle{ background:url(../images/pageTitle.jpg) 0 0 no-repeat;}

/*-------------------------------------*/

#title{
	background:url(../images/title.gif) 0 0 no-repeat;
	margin-bottom:30px;
}


.txt01{
	width:600px;
	margin:0 125px 10px;
	color:#412e0a;
	font-size:14px;
}

.txt02{
	width:600px;
	text-align:center;
	margin:0 125px 20px;
	color:#412e0a;
	font-size:14px;
}


#form{
	width:558px;
	border:solid 1px #412e0a;
	margin:0 125px 10px;
	padding:0 20px;
}

#form table{
	width:100%;
	border-collapse:collapse;
}

#form th{
	width:30%;
	border-bottom:dotted 1px #555555;
	text-align:left;
	padding:10px 0;
	color:#412e0a;
	vertical-align:top;
}

#form th span{
	color:#a30000;
	font-size:10px;
}

#form td{
	width:70%;
	border-bottom:dotted 1px #555555;
	padding:10px 0;
}

#form .text01{
	width:200px;
	border:solid 1px #aaaaaa;
}

#form .text02{
	width:150px;
	border:solid 1px #aaaaaa;
}

#form .text03{
	width:250px;
	border:solid 1px #aaaaaa;
}

#form .text04{
	width:350px;
	height:100px;
	border:solid 1px #aaaaaa;
}

#form .noBorder{ border:none;}

#formBtn{
	margin:0 320px 100px;
	width:210;	
}

#formBtn input{
	width:90px;
}




/* postmail
-------------------------------*/

.ttl {
	text-align:left;
	border-left:solid 4px #412e0a;
	display:block;
	padding:2px 5px;
	width:586px;
	margin:0 125px 20px;
	font-size:14px;
	color:#412e0a;
}

.confBtn{
	width:210px;
	margin:0 320px 100px;
}

.confBtn input{
	width:90px;
}

.error{
	width:600px;
	margin:0 125px 20px;
	color:#a30000;
}

.errorBtn{
	width:120;
	margin:0 360px 100px;
}

.errorBtn input{
	width:120px;
}

.thxBtn{
	width:120;
	margin:0 360px 150px;
}

.thxBtn input{
	width:120px;
}

.marginB40{ margin-bottom:40px;}