@charset "utf-8";

@import url("base.css");
@import url("reset.css");

#main h4 {
	margin-top: 20px;
}
#main h5 {
	margin-top: 20px;
	color: #00A51D;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 20px;
	background-image: url(../img/base/h5_back.jpg);
	background-repeat: no-repeat;
	background-position: left 1px;
}
p.top_img {
	margin-bottom: 20px;
}
p.content_area {
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
table#mailform {
	width: 624px;
	margin: 10px auto 20px auto;
	border: #cccccc 1px solid;
}
table#mailform td.title {
	width: 224px;
	padding: 15px 20px 15px 20px;
	border: #cccccc 1px solid;
	text-align: center;
	vertical-align: middle;
}
table#mailform td {
	width: 400px;
	padding: 15px 20px 15px 20px;
	border: #cccccc 1px solid;
	text-align: left;
	vertical-align: top;
}
input.input_text {
	width: 340px;
}
textarea.input_textarea {
	width: 360px;
}
table#mailform td.submit {
	width: 624px;
	padding: 8px 20px 8px 20px;
	border: #cccccc 1px solid;
	text-align: center;
	background-color: #efefef;
}
p#err {
	color: #ff0000;
	border: #ff0000 1px solid;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 10px;
}
.guide {
	margin-top: 15px;
}
div.question {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	border-bottom: #cccccc 1px dotted;
}
div.answer {
	width: 100%;
	text-align: right;
}
.next_a {
	margin-left: 10px;
}
.next_button {
	width: 100%;
	text-align: right;
	margin-top: 30px;
	margin-bottom: 20px;
}
label {
	padding-top: 3px;
}
table#result {
	margin-top: 20px;
	width: 624px;
}
#result th {
	font-size: 0.9em;
	font-weight: bold;
	color: #ffffff;
	background-color: #009900;
	width: 208px;
	text-align: center;
	border: #cccccc 1px solid;
}
#result td {
	padding: 5px;
	width: 208px;
	text-align: left;
	border: #cccccc 1px solid;
	vertical-align: middle;
}
div.no01 {
	font-weight: bold;
	background-image: url(../img/no01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1px;
	padding-left: 28px;
	height: 25px;
	margin-bottom: 5px;
}
div.no02 {
	font-weight: bold;
	background-image: url(../img/no02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1px;
	padding-left: 28px;
	height: 25px;
	margin-bottom: 5px;
}
div.no03 {
	font-weight: bold;
	background-image: url(../img/no03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1px;
	padding-left: 28px;
	height: 25px;
	margin-bottom: 5px;
}
div.no04 {
	font-weight: bold;
	background-image: url(../img/no04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1px;
	padding-left: 28px;
	height: 25px;
	margin-bottom: 5px;
}

