.contents {
	margin: 0px 25px 57px 25px;
}
.contents h2 span {
	height: 20px;
	font-size: 20px;
	color: #ffffff;
	line-height: 20px;
	padding: 8px 10px 7px 10px;
	background-image: url(../images/title_base.jpg);
	display: inline-block;
}
.contents p {
	font-size: 15px;
	line-height: 30px;
	margin: 0px 10px 0px;
}
.contents .form {
	margin: 30px 0px 0px 22px;
}
.contents .form tr td:first-child {
	width: 263px;
	height: 45px;
	font-size: 15px;
	color: #ffffff;
	background-color: #95BC93;
	padding-left: 14px;
	vertical-align: middle;
}
.contents .form tr td:last-child {
	width: 578px;
	font-size: 15px;
	background-color: #CBE8CA;
	vertical-align: middle;
	padding-left: 8px;
}
.contents .form tr td.h200 {
	height: 200px;
}
.contents .form tr td span.must {
	font-size: 15px;
	color: #FFFFFF;
	padding: 0px 3px;
	background-color: #FF9B51;
}
.contents .form tr td.pl15 {
	width: 561px;
	line-height: 37px;
	padding-left: 15px;
}
.contents .form tr td input {
	width: 401px;
	font-size: 15px;
	line-height: 26px;
	border: 1px solid #CCCCCC;
	padding: 0px 5px;
}
.contents .form tr td input.w153 {
	width: 153px;
	margin-right: 30px;
}
.contents .form tr td input.w70 {
	width: 70px;
}
.contents .form tr td input.w182 {
	width: 182px;
}
.contents .form tr td input.w334 {
	width: 334px;
}
.contents .form tr td textarea {
	width: 556px;
	height: 181px;
	font-size: 15px;
	line-height: 30px;
	padding: 0px 5px;
	border: 1px solid #CCCCCC;
}
.contents .form tr td span.gray {
	font-size: 100%;
	color: #6E6E6E;
}
.contents p a {
	font-size: 100%;
	color: #005AFF
}
.contents input[type=checkbox] {
	width: 15px;
	height: 15px;
	margin: 7px 6px 0px 0px;
	padding: 0px 5px;
}
.contents input.submit {
	height: 42px;
	background-image: url(../images/title_base.jpg);
	text-align: center;
	margin: 28px auto 0px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 42px;
	padding: 0px 22px 0px 32px;
	border: none;
	border-radius: 18px;
	display: block;
	cursor: pointer;
}


.contents dl {
	width: 865px;
	border-bottom: 1px solid #5E5E5E;
	margin: 0px auto;
}
.contents dl dt {
	width: 263px;
	font-size: 15px;
	line-height: 30px;
	padding: 10px 0px 8px 14px;
	display: table-cell;
	vertical-align: middle;
}
.contents dl dd {
	width: 578px;
	padding: 10px 0px 8px 8px;
	display: table-cell;
	vertical-align: middle;
}
.contents span.err {
	font-size: 100%;
	color: red;
}

.contents .submit_area {
	text-align: center;
}
input[type="button"][value="戻　る"] {
    margin-left: 15px;
    padding: 7px 27px;
    font-size: 20px;
    font-weight: bold;
    color: #96b935;
    line-height: 20px;
    background-image: url(../../../images/title_base_white.jpg);
    border-radius: 23px;
    border: 3px solid #96b935;
    display: inline;
    cursor: pointer;
}
input[type="submit"][value="送　信"] {
	padding: 10px 30px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	border-radius: 23px;
	border: none;
	background-image: url(../../../images/title_base.jpg);
    display: inline;
	cursor: pointer;
}
