@charset "EUC-JP";

body {
	background-color: #fff;
	text-align: center;
	margin: 0px;
	padding: 20px 0px;
	font-size: 12px;
	width: 500px;
}

.title {
	color: #000;
	text-align: center;
	font-size: 18px;
}

.msg_head {
	color: #000; 
	text-align: center;         
}

.msg_foot {
	color: #000;   
	text-align: center;
}

table {
	border-style: none;
	width: 700px;
	vertical-align: middle;
	margin-top: 20px;
	margin-bottom: 20px;
}

table th {
	background-color: #eee;
	color: #000000;
	text-align: right;
	border-style: none;
	white-space: nowrap;
	padding: 5px;
	width: 150px;
	font-weight: lighter;
	font-size: 12px;
}

table td {
	color: #000;
	text-align: left;
	padding: 5px;
	width: 550px;
	white-space: nowrap;
	border: 1px solid #eee;
	font-size: 12px;
}

.submit {
	text-align: center;
}
em {
	font-size: 12px;
	font-style: normal;
	color: #f00;
}
