@charset "utf-8";
@import url("style.css");
.index #header {
	padding: 0 10px 0 20px;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	height: 65px;
	margin: 0px;
}
#header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	background-attachment: scroll;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px;
	width: 250px;
	float: left;
}
#header h1 span {
	display: none;
}
#container #header p {
	width: 350px;
	float: right;
	font-size: 12px;
	line-height: 14px;
	height: 50px;
	padding: 0px;
	margin: 15px 0px 0px;
}


#container #topphotos {
	clear: both;
	height: 75px;
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../img/contact/topphoto.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}



#mainContent #contract {
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 15px 0px 25px;
	border: 1px solid #99A4A8;
}

#mainContent h2.contract {
	height: 65px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	width: 680px;
	background-attachment: scroll;
	background-image: url(../img/t_takuchibunjyou_bg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
#post02 form {
	margin-left: 50px;
}
#post02 form td {
	font-size: 0.9em;
	line-height: 150%;
}
#post02 form td.solid {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	padding: 5px 2px;
}
#post02 p.info {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #5B64C9;
	padding-top: 5px;
}
form span.mailb {
	font-weight: bold;
	color: #039;
}

#contract p {
	line-height: 150%;
	font-size: 0.9em;
	padding-left: 35px;
	padding-right: 35px;
}
