﻿@charset "utf-8";

#wrapper {
	padding: 0 92px;
	margin: auto;
}
/* -------------------ページ上部 ---------------------- */
.mainTop {
	width: 840px;
	height: 181px;
	background-image: url(../images/contact_img.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	overflow: hidden;
}
h2.logo {
	width: 179px;
	height: 181px;
	border-right: 1px solid #e0d9c7;
	float: left;
}
/* -------------------ページ下部 ---------------------- */
#wrapper2 {
	padding: 0 92px;
	margin: auto;
}
.main {
	width: 840px;
	background-color: #fffef2;
	overflow: hidden;
}
/* -------------------ページ下部<左> ---------------------- */
p.leftblock {
	width: 179px;
    height: 95px;
	float: left;
	background: url(../images/logo_bg.gif) no-repeat;
	background-color: #fffef2;
	text-indent:-3333px;
}
/* -------------------ページ下部<右> ---------------------- */
.rightblock {
	width: 660px;
	float: right;
	background-image: url(../images/white_bg.gif);
	border-left: 1px solid #d7d0bf;
}
.rightblock h2 {
	width: 520px;
	border-bottom: double 3px #bdb6a8;
}
.rightblock_inner {
	padding: 30px 70px 70px 70px;
}
.rightblock_inner h3 {
	text-indent: 1em;
	background: url(../images/shikaku.gif) no-repeat 0px 5px;
}
h2.contact {
	margin-bottom: 22px;
	color: #74707A;
	font-size: 12px;
	letter-spacing: 0.1em;
}
.rightblock_inner p {
	color: #74707A;
	font-size: 11px;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	text-indent: 1em;
}
.rightblock_inner h3 {
	color: #74707A;
	font-size: 11px;
}
p.text2 {
	margin-bottom: 10px;
}
p.text3 {
	margin-bottom: 20px;
}
p.text4 {
	color: #e0677e;
}
table {
	border-collapse: collapse;
}
/* -------------------テーブル ---------------------- */
#content {
	width: 520px;
}
table td {
	border-collapse: collapse;
}
#content table.table_contact {
	width: 520px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content table td {
	padding: 2px;
	border: solid 1px #C4BAA4;
	font-size: 12px;
}
#content table td.td_head {
	background-color: #FAF8F3;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #707070;
	border: solid 1px #C4BAA4;
	font-size: 12px;
}
#content table td.td_odd {
	background-color: #FFFFFF;
	padding: 8px;
	border: solid 1px #C4BAA4;
}
.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #C6B18E;
}
#content .table_info .td_odd p {
	margin: 0px;
}
.chuui {
	color: #e0677e;
}
input {
	border: solid 1px #C4BAA4;
}
textarea {
	border: solid 1px #C4BAA4;
}