﻿@charset "utf-8";

#wrapper {
	padding: 0 92px;
	margin: auto;
}
/* -------------------ページ上部 ---------------------- */
.mainTop {
	width: 840px;
	height: 181px;
	background-image: url(../images/sitemap_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.sitemap {
	margin-bottom: 30px;
	color: #74707A;
	font-size:11px;
}
/* ---------------------テーブル ---------------------- */
table {
	width: 520px;
	border-left: dotted 1px #bdb6a8;
	border-right: dotted 1px #bdb6a8;  
}
th.line {
	border-top: dotted 1px #bdb6a8;
}
td.line {
	border-top: dotted 1px #bdb6a8;
}
th {
	width: 250px;
	border-bottom: dotted 1px #bdb6a8;
	padding: 12px 0px 12px 5px;
	backgrou#74707And-color: trasparent;
	color: #6f6b75;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}
td {
	border-bottom: dotted 1px #bdb6a8;
	padding: 12px 5px 12px 0px;
	background-color: trasparent;
	color: #74707A;
	font-size: 11px;
	text-align: right;
}
/* -----------------------リンク ----------------------- */
a {
	color: #74707A;
	text-decoration: none;
}
a:visited {
	color: #74707A;
	text-decoration: none;
}
a:hover {
	color: #CBAFCF;
	text-decoration: none;
}

