@charset "utf-8";
@import "../../common/css/import.css";

/*コンテンツ*/

#contents .section1 {
	padding-bottom: 5px;
	border: solid 2px #DDB4D0;
	background: #FAF2F3;	
}

#contents .section1 h2 {
	margin: 10px 15px 5px;
}

#contents .section1 p {
	margin: 15px 0 5px 30px;	
}

#contents .section1 .title {
	margin: 10px 0 20px 20px;
	color: #00469B;
	background: #E5CBE1 url(../img/title_btm.gif) left bottom no-repeat;
}

#contents .section1 .title h3 {
	margin: 0;
	padding: 10px 0 0 15px;
	font-size: 18px;
	background: url(../img/title_top.gif) left top no-repeat;
}

#contents .section1 .title p {
	margin: 5px 0 0;	
	padding: 0 0 5px 30px;
}

#contents .section1 h4 {
	margin: 10px 30px;
	font-size: 14px;
	border-bottom: solid 2px #DDB4D0;
}

#contents .section1 h4 span {
	margin-right: 5px;
	color: #DDB4D0;
}

#contents .section1 table {
	margin: 10px 15px;
	padding: 5px 10px;
}

#contents .section1 table th {
	padding: 5px 10px;
	width: 190px;
	vertical-align: top;
	text-align: right;
}

#contents .section1 table th span {
	color: #00469B;
}

#contents .section1 table td {
	padding: 5px 10px;
	width: 500px;
	vertical-align: top;
}

#contents .section1 table td input {
	width: 300px;
	height: 20px;
	border: solid 1px #DDB4D0;
}

#contents .section1 table td textarea {
	width: 500px;
	height: 200px;
	font-size: 13px;
	border: solid 1px #DDB4D0;
}

#contents .section1 .submitArea {
	margin: 0 auto;
	padding-bottom: 10px;
	width: 350px;
}

	*html #contents .section1 .submitArea {
		width: 390px;
	}

	*:first-child+html #contents .section1 .submitArea {
		width: 380px;
	}

#contents .section1 .submitArea li {
	margin: 0 10px;
	float: left;
}

#contents .section1 .submitArea .resetBtn {
	border: 0;
	width: 150px;
	height: 40px;
	cursor: pointer;
	background: url(../img/submit02.gif) left top no-repeat;
}

#contents .section1 .pageTop a {
	margin: -20px 15px 0 0;
	color: #C077AF;
	float: right;
	display: block;
}
#contents .section1 .submitArea #edit {
	border: 0;
	width: 150px;
	height: 40px;
	text-indent: -9999px;
	cursor: pointer;
	display: block;
	background: url(../img/submit03.gif) left top no-repeat;
}

#contents .section1 .submitArea #submit {
	border: 0;
	width: 150px;
	height: 40px;
	text-indent: -9999px;
	cursor: pointer;
	display: block;
	background: url(../img/submit04.gif) left top no-repeat;
}
#contents .section1 .submitAreaThx {
	margin: 20px auto 0;
	padding-bottom: 10px;
	width: 150px;
}

#contents .section1 .submitAreaThx li {
	margin: 0 10px;
}

.errorMsg {
	margin: 15px 0 0 30px;
	color: #f00;
}

	*html #contents .section1 .pageTop a {
		margin: -20px 7px 0 0;
	}