@charset "EUC-JP";
/*全体スタイル*/

/*紺色	#000066*/

/*
.mailTable table  {
	margin: 0px 0px 0px 50px;
	padding : 5px 20px 5px 20px;
	border-top:3px double #000066;
	border-bottom:3px double #000066;
	}

.mailTable table td {
	font-size:80%;
	line-height:130%;
	margin:0px;
	padding : 3px;
	vertical-align: top;
	}
	
.mailTable table th {
	font-size:80%;
	line-height:130%;
	font-weight: normal;
	margin:0px;
	padding : 1px 1px 6px 1px;
	vertical-align: top;
	border-bottom:3px double #000066;
	}
*/




.mailFormTable {
 width:640px;
 margin:10px 12px;
 padding:0px;
 border:solid 1px #000066;

}
.mailFormTable th {
 width:130px;
 padding:5px; font-size:0.8em;
 background: #cce;
 border-bottom:solid 1px #aaf;
 border-right:solid 1px #000066;
 

}
.mailFormTable td {
 padding:5px; font-size:0.8em;
 border-bottom:solid 1px #aaf;
 line-height:150%;
}

.ethna-error{ display:block; color:red; font-weight:bold; }
