#contents table {
	height: auto;
	width: 590px;
	border: none;
	border-collapse:collapse;
	margin-bottom: 20px;
}
#contents th {
	padding: 10px;
	height: auto;
	width: 30%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #424242;
	color: #006600;
	text-align: left;
	font-size: 82%;
	vertical-align: top;
}
#contents td {
	padding: 10px;
	height: auto;
	width: 70%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #424242;
}
textarea {
	height: 150px;
	width: 390px;
}
#caution {
	font-size: 69%;
	line-height: 1.3em;
	font-weight: bold;
	color: #333333;
	background-color: #FFCCCC;
	padding: 10px;
	border: 1px dotted #CC0000;
}
#bt {
	text-align: center;
	margin-bottom: 30px;
}
#naiyou input {
	width: 200px;
	height: 20px;
}
#bt input {
	margin-right: 10px;
	margin-left: 10px;
}
