﻿@charset "utf-8";

#wrapper {
	padding: 0 92px;
	margin: auto;
}
/* -------------------ページ上部 ---------------------- */
.mainTop {
	width: 840px;
	height: 181px;
	background-image: url(../images/gallery_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;
	margin-top: 30px;
	margin-left: 70px;
	border-bottom: double 3px #bdb6a8;
}
h2.gallery {
	color: #74707A;
	font-size: 12px;
	letter-spacing: 0.1em;
}
.imglist {
	padding: 30px 35px 70px 70px;
	overflow: hidden;
	zoom: 1;
}
.img {
	width: 150px;
	height: 150px;
	display: inline;
	float: left;
	margin-right: 35px;
	margin-bottom: 35px;
}
.img2 {
	width: 150px;
	height: 150px;
	display: inline;
	float: left;
	margin-right: 35px;
}