﻿@charset "utf-8";

#wrapper {
	padding: 0 92px;
	margin: auto;
}
/* -------------------ページ上部 ---------------------- */
.mainTop {
	width: 840px;
	height: 181px;
	background-image: url(../images/access_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;
}
h2.access {
	margin-bottom: 25px;
	color: #74707A;
	font-size: 12px;
	letter-spacing: 0.1em;
}
.rightblock_inner p {
	color: #74707A;
	font-size: 11px;
	line-height: 1.6em;
}
.rightblock_inner h3 {
	color: #74707A;
	font-size: 11px;
}
p.text2 {
	margin-bottom: 10px;
}
p.text4 {
	margin-bottom: 25px;
}
p.gmap {
	width: 512px;
	height: 512px;
	border: solid 1px #bdb6a8;
}
