@charset "shift-jis";



/* ヘッダーメッセージ用 */

table.header_t {
	background-color: #FFF8DC;
	width: 800px;
	border: 2px solid #A2B445;
	margin-top: 10px;
	margin-bottom: 10px;
}


table.header_t  tr td {
	padding: 30px 4px;
}

table.header_t2 {
	background-color: #FFF8DC;
	width: 800px;
	border: 2px solid #A2B445;
	margin-top: 10px;
	margin-bottom: 10px;
}


table.header_t2  tr td {
	padding: 10px 4px;
	text-align: center;
}


/* EasyTable用 */

table.EasyTable {
	width: 800px;
	background-color: #FFF8DC;
	border: 2px solid #A2B445;
	font-weight: normal;
	color: #000000;
}

/* ボタン用 */

div.EasySubmit {
	width: 180px;
	 margin-right: auto; 
	 margin-left: auto;
}

div.EasySubmit input {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}


