/* for body */
body { 
        background-position: center;
	font-size: 85%;
	background: #ffffff;
	color: #000000;
	font-family: Verdana,"MS PGothic",Osaka,Arial,sans-serif;
}

/* for table */
table.form {
	border: 1px solid #ffffff;
	border-collapse: collapse;
	margin-top: 1em;
}
table.form th, table.form td {
	text-align: left;
	border: 1px solid #ffffff;
	padding: 8px;
	font-weight: normal;
}
table.form th {
	white-space: nowrap;
	background: #ffd9d9;
}
table.form td {
	background: #ffe6e6;
}

/* for title */
strong.ttl {
	text-align: center;
	margin-top: 2em;
}

/* for message */
p.msg {
	color: #dd0000;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}

/* for back-button */
form.back {
	margin-top: 2em;
}

