@charset "utf-8";

/* =============================================メールフォームに関する事項=============================================*/

.formAround {
	width: 650px;
	text-align: center;
	margin: 20px 15px 0;
	padding: 0;
	}

.mailFrame {
	width: 650px;
	text-align: left;
	color: #696;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	margin: 30px auto 20px;
	}

	.mailFrame h4 {
	border-width: 0 0 1px 0;
	border-style: dotted;
	color: #C96;
	font-size: 14px;
	color: #C96;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 2px;
	}


/**
 * メールフォーム
--------------------------------------*/
table#mail {
	width: 650px;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #E1D7B3;
	margin: auto;
	padding: 5px;
	}

table#mail th {
	width: 23%;
	height: 30px;
	border: 1px solid #E1D7B3;
	background-color: #FDF5BE;
	font-weight: normal;
	text-align: center;
	color: #C93;
	padding: 10px;
	}

table#mail td {
	background-color: #FFFEE4;
	border: 1px solid #E1D7B3;
	line-height: 1.5em;
	color: #666;
	text-align: left;
	padding: 10px;
	}


/* フォームパーツ関連
-----------------------------*/
table#mail td input[type="text"] {
	color: #333;
	margin: 0 2px 5px 0;
	padding: 3px;
}

table#mail td textarea {
	color: #333;
	padding: 3px;
}

.areaSelect {
	border: 1px solid #999;
	line-height: 1.2em;
	padding: 2px;
}


/**
 * ボタン押
--------------------------------------*/
#button {
	width: 650px;
	text-align: right;
	margin: 40px auto 0;
	padding: 0;
	}
	#button input {
	margin-left: 20px;
	border: none;
	text-indent: -9999px;
	}


.mail_submit,
.mail_reset,
.mail_back,
.mail_topback {
	width: 180px;
	height: 65px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.mail_submit { background-image: url(../img/mail/btn_submit.jpg);}
.mail_reset { background-image: url(../img/mail/btn_reset.jpg);}
.mail_back { background-image: url(../img/mail/btn_back.jpg);}
.mail_topback { background-image: url(../img/mail/btn_top.jpg);}
