@charset "utf-8";
body {
	background-image: url(../images/Bg.gif);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0 }
p { margin-top: 0; margin-bottom: 0 }
.clear {
	clear: both;
}
body header {
	position:fixed;
	width:100%;
	height: 89px;
	background-image:url(../images/HeaderBg.png);
	background-repeat:repeat-x;
	z-index:999;
}
#Header {
	position: relative;
	margin-left: -510px;
	left: 50%;
	width:1091px;

}
h1 {
	height: 18px;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	letter-spacing: 1px;
}
#Logo {
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	display: block;	
}
#Logo:hover {
	opacity: 0.5;
}
nav {
	margin-left: 20px;
}
nav ul {
	margin: 0px;
}
nav:after {
	clear: both;
}
nav ul li {
	float: right;
	list-style: none;
	margin-top: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F1EDEC;
}
nav ul li.r_border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F1EDEC;
}

#Wrapper {
	width:100%;
	padding-top:79px;
}

section.contents {
	position: relative;
	margin-left: -510px;
	left: 50%;
	width:1019px;
	margin-top:21px;
}
.caption:after {
	clear: both;
}
.caption {
	width:1019px;
	background-color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1EDEC;
}
.caption img {
	float:left;
}
.caption h2 {
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #563631;
	margin-bottom: -12px;
	padding-top:12px;
	padding-left:150px;
	height:83px;
	line-height: 1.3em;
	font-size:22px;
}
.cont_box {
	background-color: rgba( 255, 255, 255, 0.35 );
	margin: 0px;
	font-size:16px;
	color:#563631;
	line-height: 2em;
}
.cont_box p {
	padding-top:15px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;

}
.left_box {
 float:left;
 padding-top:15px;
 padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
}
.right_box {
	float:right;
	padding-top:15px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
}
h4 {
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #563631;
	margin-top:10px;
	margin-bottom:15px;
	line-height: 0.2em;
	font-size:22px;
}

.company_table {
	width:100%;
	margin:0px;
	padding:0px;
}

.company_table tr th.subtitle {
	font-size: 22px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 30px;
	padding-bottom: 15px;
	border-right: 0px none;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
}

.company_table tr {
	background-image: url(../images/border.gif);
	background-repeat: no-repeat;
}
.company_table tr.borderless {
	background-image: url(../images/Null.gif);
	background-repeat: no-repeat;
}
.company_table tr th.subtitle span {
	font-size: 16px;
}
.company_table tr th {
	width: 187px;
	border-right: 1px solid #f2edec;
	font-weight: bold;
	vertical-align: middle;
}
.company_table tr td {
	vertical-align: middle;
	padding-left: 15px;
}

.profile_table {
	width:100%;
	margin:0px;
	padding:0px;
}
.profile_table tr {
	background-image: url(../images/border.gif);
	background-repeat: no-repeat;
}
.profile_table tr.borderless {
	background-image: url(../images/Null.gif);
	background-repeat: no-repeat;
}
.profile_table tr th {
	width: 750px;
	border-right: 1px solid #f2edec;
	font-weight: bold;
	text-align:left;
	padding-left:30px;
}
.profile_table tr th.representative {
	font-size: 22px;
	padding-top: 15px;
	padding-left: 30px;
	padding-bottom: 15px;
}
.profile_table tr th.representative span {
	font-size: 16px;
	margin-left: 20px;
}
.profile_table tr td {
	vertical-align: middle;
	padding-left: 30px;
}
.form_text {
	font-size: 16px;
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 0px;
	font-weight: normal;

	text-align: left;
}
form {
   margin:0;

}
#FormBox {
	width:100%;
	margin:0;
	padding:0;
}
form:after {
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#FormBox dl {
    clear: both;
	margin:0;
}
#FormBox dt.comment_box {
	height:140px;
}
#FormBox dt {
	width:300px;
	float:left;
	font-size:16px;
	font-weight:bold;
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom:0px;
	border-right: 1px solid #f2edec;
}
#FormBox dt span {
	color:#ff2301;
	font-size: 14px;
}
#FormBox dd {
	float:left;
}
#FormBox dt,
#FormBox dd {
	padding-top:15px;
	padding-bottom:15px;
}
#FormBox dd #Name,
#FormBox dd #Com,
#FormBox dd #Email {
	width:550px;
	height:24px;
	font-size:24px;
	background-image:url(../images/FormBg.gif);
	background-repeat:repeat;
	border:1px solid #d2cac8;
	padding-left:5px;
	padding-right:5px;
}
#FormBox dd #Comment {
	width:550px;
	height:120px;
	font-size:24px;
	background-image:url(../images/FormBg.gif);
	background-repeat:repeat;
	border:1px solid #d2cac8;
	padding-left:5px;
	padding-right:5px;
}
#Reset {
	float:left;
	margin-left:25%;
	margin-bottom:25px;
	border: 0px;
	width: 213px;
	height: 46px;
	background-repeat: no-repeat;
	background-position: no-repeat;
	background-image: url(../images/MailBtnBack.gif);
	cursor: pointer;
}
#Check {
	float:right;
	margin-right:25%;
	margin-bottom:25px;
	border: 0px;
	width: 213px;
	height: 46px;
	background-repeat: no-repeat;
	background-position: no-repeat;
	background-image: url(../images/MailBtnConfirm.gif);
	cursor: pointer;
}
#Send {
	float:right;
	margin-right:25%;
	margin-bottom:25px;
	border: 0px;
	width: 213px;
	height: 46px;
	background-repeat: no-repeat;
	background-position: no-repeat;
	background-image: url(../images/MailBtnSend.gif);
	cursor: pointer;
}
#Reset:hover,
#Check:hover,
#Send:hover {
	opacity: 0.75;
}
footer {
	width:100%;
	height:80px;
	text-align:center;
	font-size:12px;
	color:#826a66;
	font-weight:bold;
	padding-top:30px;
}
.form-complete {
	font-size: 24px;
}
a.form-complete {
	color:#e15794;
	text-align:center;
}


/* TOPスクロール */
	a.top_link{
	display:block;
	position:fixed;
	bottom:20%;
	right:30px;
	width:46px;
	height:88px;
	z-index:1000;
	cursor:pointer;
	background-image: url(../images/PageTopBtn.gif);
	background-repeat: no-repeat;
	background-position: 46px 88px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;

}
	a.top_link:hover{
		opacity: 0.5;
}
