@charset "UTF-8";
@import "global.css";

#header {
	}

#header #top {
	position: relative;
	top: 0;
	left: 0;
	width: 960px;
	margin: 0 auto;
	}
#header #top a {
	display: block;
	position: absolute;
	top: 10px;
	left: -52px;
	width: 104px;
	height: 105px;
	background: url(../images/logo.png) no-repeat 0 0;
	text-indent: -9999px;
	}

#header #fontsize {
	color: #ffffff;
	background: url(../images/fontsize.jpg);
	}
#header #fontsize p {
	width: 960px;
	margin: 0 auto;
	text-align: right;
	}

#header #global-nav {
	background: url(../images/global_nav_bg.jpg);
	}
#header #global-nav ul {
	width: 960px;
	margin: 0 auto;
	}
#header #global-nav ul li {
	float: left;
	margin-right: 10px;
	padding: 15px 0;
	text-align: left;
	background: none;
	}
#header #global-nav ul li a {
	display: block;
	height: 30px;
	text-indent: -9999px;
	}
#header #global-nav ul #global-nav01 { width: 200px; }
#header #global-nav ul #global-nav01 a { margin-left: 60px; }

#header #global-nav ul #global-nav02 { width: 160px; }
#header #global-nav ul #global-nav03 { width: 140px; }
#header #global-nav ul #global-nav04 { width: 150px; }

#header #global-nav ul #global-nav01 a { background: url(../images/global-nav.gif) no-repeat 0 0; }
#header #global-nav ul #global-nav02 a { background: url(../images/global-nav.gif) no-repeat -150px 0; }
#header #global-nav ul #global-nav03 a { background: url(../images/global-nav.gif) no-repeat -320px 0; }
#header #global-nav ul #global-nav04 a { background: url(../images/global-nav.gif) no-repeat -470px 0; }
#header #global-nav ul #global-nav01 a:hover { background: url(../images/global-nav.gif) no-repeat 0 -30px; }
#header #global-nav ul #global-nav02 a:hover { background: url(../images/global-nav.gif) no-repeat -150px -30px; }
#header #global-nav ul #global-nav03 a:hover { background: url(../images/global-nav.gif) no-repeat -320px -30px; }
#header #global-nav ul #global-nav04 a:hover { background: url(../images/global-nav.gif) no-repeat -470px -30px; }

#main {
	background: url(../images/main_bg.jpg);
	padding-bottom: 20px;
	}

#contents_header {
	background: url(../images/contents_header_bg.jpg) repeat-x top;
	}
#contents_header_wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(../images/contents_header_main_bg.jpg) no-repeat center top;
	}
#contents_header #main_image {
	float: right;
	width: 720px;
	}
#contents_header #main_image h2 {
	text-align: right;
	color: #612584;
	margin: 80px 0 20px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", Georgia, "Times New Roman", Times, serif !important;
	font-weight: 900;
	font-size: 2.5em;
	vertical-align: top;
	}
#contents_header #main_image p {
	text-align: right;
	color: #612584;
	}
#contents_header #local-nav {
	float: left;
	width: 240px;
	margin: 70px 0 30px;
	border-top: 1px solid #000;
	list-style: none;
	}
#contents_header #local-nav li {
	list-style: none;
	padding: 0;
	background: none;
	}
#contents_header #local-nav li a {
	display: block;
	width: auto;
	height: 40px;
	text-indent: -9999px;
	}
#contents_header #local-nav #local-nav01 a { background: url(../images/local-nav.gif) no-repeat 0 0; }
#contents_header #local-nav #local-nav02 a { background: url(../images/local-nav.gif) no-repeat 0 -40px; }
#contents_header #local-nav #local-nav03 a { background: url(../images/local-nav.gif) no-repeat 0 -80px; }
#contents_header #local-nav #local-nav04 a { background: url(../images/local-nav.gif) no-repeat 0 -120px; }
#contents_header #local-nav #local-nav01 a:hover { background: url(../images/local-nav.gif) no-repeat -240px 0; }
#contents_header #local-nav #local-nav02 a:hover { background: url(../images/local-nav.gif) no-repeat -240px -40px; }
#contents_header #local-nav #local-nav03 a:hover { background: url(../images/local-nav.gif) no-repeat -240px -80px; }
#contents_header #local-nav #local-nav04 a:hover { background: url(../images/local-nav.gif) no-repeat -240px -120px; }

#contents_header #local-nav li ul {
	margin-top: 10px;
	}

#contents_body {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
	}
#contents_body .container {
	float: right;
	width: 700px;
	background: #fff;
	}
#contents_body h3 {
	margin: 20px 20px 27px;
	padding: 0 0 1px;
	border-bottom: 2px solid #A81A08;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", Georgia, "Times New Roman", Times, serif;
	font-weight: 900;
	font-size: 2em;
	color: #4F3D1F;
	vertical-align: center;
	}
#contents_body h4 {
	color: #82692E;
	padding: .5em 0;
	}
#contents_body h5 {
	color: #ba3000;
	padding: .8em 0 .5em;
	}
#contents_body p {
	margin-bottom: 5px;
	}
#contents_body table {
	border-collapse: separate;
	border-spacing: 1px;
	margin-bottom: 20px;
	}
#contents_body table.full {
	width: 660px;
	margin: 0 auto 20px 20px;
	}
#contents_body table tr th,
#contents_body table tr td {
	text-align: left;
	vertical-align: top;
	padding: .5em;
	border: 1px solid #ccc;
	}
#contents_body table tr th {
	background: #eee;
	font-weight: normal;
	}

#contents_body #contents_local-nav {
	float: left;
	width: 234px;
	}
#contents_body #contents_local-nav ul {
	border-bottom: 1px solid #FAE6B4;
	border-top: 1px solid #B59959;
	margin-bottom: 15px;
	}
#contents_body #contents_local-nav ul li {
	padding-top: .5em;
	padding-bottom: .5em;
	border-top: 1px solid #FAE6B4;
	border-bottom: 1px solid #B59959;
	}

.section {
	margin-left: 20px;
	margin-right: 20px;
	}
.section p {
	margin-bottom: 1.5em;
	}
.section dd {
	margin-bottom: 0;
	}

#contents_footer {
	clear: both;
	padding-top: 20px;
	}
#contents_footer p {
	font-size: 80%;
	text-align: center;
	}
#contents_footer a {
	margin: 0 .5em;
	}

#footer {
	width: 960px;
	margin: 0 auto;
	padding: .5em 0 1em;
	color: #999;
	background: #000;
	clear: both;
	}
#footer a { color: #999; }
#footer a:hover { color: #ddd; background: none; text-decoration: underline; }
#footer ul,
#footer ul li {
	list_style: none;
	}
#footer ul { text-align: left; }
#footer ul li {
	float: left;
	margin-right: 2em;
	background: url(../images/footer_li_bg.png) no-repeat 0 center;
	}
#footer address {
	padding: 2em 0 0;
	font-style: normal;
	}


#contents_body .bread-crams { text-align: right; }

#contents_body table tr.theader { color: #fff; }
#contents_body table tr .purple { background: #E1C3F5; }
#contents_body table tr.theader .purple { background: #753BA6; }
#contents_body table tr .green { background: #C9E5C1; }
#contents_body table tr.theader .green { background: #2B701A; }
#contents_body table tr .blue { background: #D3E2F4; }
#contents_body table tr.theader .blue { background: #202584; }


input.long, textarea.long {
	width: 20em;
	}
textarea.long {
	height: 4em;
	}

.bordered {
	background: #fff;
	}

#story .bordered {
	padding-top: 1em;
	}
#story .bordered p {
	margin-bottom: 0;
	}

#feature .grave_price tr th {
	width: 120px;
	vertical-align: middle;
	}
#feature .grave_price tr td th {
	width: 230px;
	}

#feature #main_image {
	background: url(../images/feature.png) no-repeat right top;
	}
#feature .container {
	background: #fff url(../images/feature_container.png) repeat-y left;
	}

#introduction #main_image {
	background: url(../images/introduction.png) no-repeat right top;
	}
#introduction .container {
	background: #fff url(../images/introduction_container.png);
	}

#search #main_image {
	background: url(../images/search.png) no-repeat right top;
	}
#search .container {
	background: #fff url(../images/search_container.png);
	}

#story #main_image {
	background: url(../images/story.png) no-repeat right top;
	}
#story .container {
	background: #fff url(../images/story_container.png) repeat-y left;
	}

#inquiry #main_image {
	background: url(../images/inquiry.png) no-repeat right top;
	}
#inquiry .container {
	background: #fff url(../images/inquiry_container.png) repeat-y left;
	}

#visit #main_image {
	background: url(../images/visit.png) no-repeat right top;
	}
#visit .container {
	background: #fff url(../images/visit_container.png);
	}

.faq_list {
	margin: 20px;
	}
.faq_list li {
	float: left;
	width: 280px;
	height: 3em;
	background: url(../images/li_bg.png) no-repeat 0 .2em;
	}

#faq .container h4,
#faq .container dl dt {
	font-size: 2em;
	margin: 15px 0 5px;
	padding: 5px 45px;
	background: url(../images/q.png) no-repeat 0 top;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", Georgia, "Times New Roman", Times, serif;
	}
#faq .container dl dd {
	margin: 0 0 10px;
	padding: 5px 45px;
	background: url(../images/a.png) no-repeat 0 top;
	}
#faq #contents_body .container .center {
	clear: both;
	}

#sitemap .container .section ul {
	margin: 20px 10px;
	}

.reserve_bt {
	text-align: center;
	}
.reserve_bt a {
	display: block;
	width: 300px;
	height: 40px;
	margin: 1em auto;
	text-align: left;
	text-indent: -9999px;
	background: url(../images/reserve_bt.jpg) no-repeat 0 0;
	}

.pdf {
	border: 1px solid #ccc;
	}

.section dl dt {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: .5em;
	}
.section ul li {
	margin-bottom: .5em;
	background: url(../images/li_bg.png) no-repeat 0 .3em;
	}

.page-links {
	border: 1px solid #ccc;
	padding: 1.5em;
	margin: 20px 180px;
	}