@charset "UTF-8";

#center-container{
	width:480px;
	margin:0 auto;

}

#h3_header_mailform{
	width:480px;
	height:30px;
	background:transparent url(../mail/img/h3_mailform.gif) no-repeat;
	text-indent:-9999px;
	margin-top:10px;
}

/* 
==========================
ここからフォーム部分
==========================
 */
table{
	width:480px;
	border-collapse: collapse;
}
th{
	width:120px;
	color:#fff;
	background-color:#998b72;
	border-bottom:1px solid #fff;
	text-align:center;	
	font-size:12px;
	font-weight:normal;
}
td{
	width:360px;
	background-color:#e6e6da;
	border-bottom:1px solid #fff;
	text-align:left;
	padding:10px;
}


/* 
==========================
inputエリアの設定
==========================
 */

/* フォームの一行入力部分 */
input.TEXT{
	width:340px;
	height:18px;
	color:#333;
	font-size:12px;
	border:1px dashed #998b72;
}
/* フォームの内容部分 */
textarea.TEXTAREA{
	width:340px;
	color:#333;
	font-size:12px;
	border:1px dashed #998b72;
	padding:5px;
}
/* 送信、リセットボタン */
#button-container{
	width:150px;
	margin:10px auto;
	text-align:center;
}
#button-container input.mybutton{
	width:150px;
	height:30px;
	background-color:#998b72;
	color:#fff;
	border:none;
}

div.message_err{
	margin:5px 0;
}