@charset "utf-8";
#main-form {
	background-image: url(img/bk.gif);
	padding: 10px;
}
#main-form h3 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#main-form p {
	font-size: 14px;
	line-height: 168%;
	font-weight: bold;
	color: #333;
}
#main-form table {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
#main-form table td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-size: 14px;
	line-height: 168%;
	white-space: nowrap;
	padding: 10px;
}
#main-form .td-01 {
	font-weight: bold;
	background-color: #EBEBEB;
}
#main-form .input-50 {
	width: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#main-form .input-100 {
	width: 100px;
}
#main-form .input-150 {
	width: 150px;
}
#main-form .input-200 {
	width: 200px;
}
#main-form .input-400 {
	width: 400px;
}
#main-form .input-500 {
	width: 500px;
}
#main-form .input-500-100 {
	width: 500px;
	height: 100px;
}#main-form .button-div {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.button-div #button {
	padding-top: 5px;
	padding-bottom: 5px;
}
#main-form .txt-01 {
	color: #F00;
}
