
/* for table */
table.form {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-top: 1em;
}
table.form th, table.form td {
	text-align: left;
	border: 1px solid #ccc;
	padding: 8px;
	font-weight: normal;
}
table.form th {
	white-space: nowrap;
	background: #eee;
}
table.form td {
	background: #fff;
}

/* for title */
strong.ttl {
	text-align: left;
	border-left: solid 4px #cc0000;
	display: block;
	padding: 2px 5px;
	margin-top: 2em;
}

/* for message */
p.msg {
	color: #dd0000;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}

/* for back-button */
form.back {
	margin-top: 2em;
}



input[type=text], input[type=checkbox], input[type=radio], input[type=date], input[type=number], input[type=file], input[type=submit], input[type=reset], input[type=button] {
	margin:2px;
	padding:2px;
}
textarea {
	margin:2px;
	padding:2px;
}
input[type=submit], input[type=reset], input[type=button] {
	padding:5px 30px;
}