@charset "utf-8";
.mail_area {
	font-size: 0.688em;
	color: #000;
	background-image: url(../images/mail_bg.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding-top: 55px;
	text-align: center;
	line-height: 20px;
	height: 600px;
	width: 600px;
}
h1 {
	font-size: 1.25em;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.mail_tx1 {
	line-height: 18px;
	color: #333;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	text-align: left;
	clear: both;
}
.red_tx {
	color: #C00;
}
.add_form {
	clear: both;
	width: 450px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
}

