<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* /////////////////////////////////////////////////
common style
///////////////////////////////////////////////// */

#header{
	background:url(../images/header_bg.png) repeat-x;
	height:111px;
}

#headerInner{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}

h1{
	width:355px;
	float:left;
	margin-right:40px;
}

#headerImg{
	width:134px;
	float:left;
}

#headerAccess{
	width:395px;
	float:right;
}

#gNavi{
	height:44px;
	background:#473530;
}

#naviInner{
	width:960px;
	margin:0 auto;
}

#naviInner ul{
	list-style:none;
}

#naviInner ul li{
	display:inline;
}

#footerNavi{
	background:#9c7954;
	height:30px;
}

#footerNavi p{
	width:960px;
	margin:0 auto;
	color:#fff;
	font-size:12px;
	height:30px;
	line-height:30px;
}

#footerNavi p a{
	color:#fff;
	text-decoration:none;
}

#footerNavi p a:hover{
	text-decoration:underline;
}

#footer{
	width:960px;
	margin:16px auto 90px;
}

#footer p{
	font-size:11px;
	width:260px;
	float:left;
}

#backTo{
	width:125px;
	float:right;
}

#wp{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}

#wp h2{
	margin-top:30px;
	margin-bottom:20px;
}

#underContents{
	background:url(../images/main_visual_bg.png) repeat-x;
}
/* /////////////////////////////////////////////////
index style
///////////////////////////////////////////////// */

#mainVisual{
	background:url(../images/main_visual_bg.png) repeat-x;
	height:442px;
}

#mvInner{
	width:960px;
	margin:0 auto;
}

#indexLeft{
	width:690px;
	float:left;
}

#indexLeft h3{
	width:96px;
	float:left;
	margin-right:20px;
}

#indexLeft p{
	margin-top:30px;
	margin-bottom:35px;
}

#indexRight{
	width:240px;
	float:right;
}

.indexBnr{
	margin-bottom:20px;
}

.indexBnr img{
	margin-bottom:9px;
}

.indexBnr a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

.indexBnr p{
	background:url(../images/banner_check.png) no-repeat;
	font-size:12px;
	height:12px;
	line-height:12px;
	padding-left:11px;
}

.indexBnr p a{
	color:#976c41;
	text-decoration:underline;
}

.indexBnr p a:hover{
	text-decoration:none;
}

#indexBtm{
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
}

#indexBtm h3{
	width:174px;
	float:right;
}

/* /////////////////////////////////////////////////
tokugenji style
///////////////////////////////////////////////// */

#tokugenji{
	overflow:hidden;
	margin-bottom:40px;
}

#tokugenjiLeft{
	width:355px;
	float:left;
}

#tokugenjiLeft table{
	width:100%;
	margin-bottom:30px;
}

#tokugenjiLeft table th{
	width:20%;
	text-align:center;
	background:#3d3832;
	padding:5px 0px;
	border-bottom:1px dotted #3d3832;
	color:#fff;
}

#tokugenjiLeft table td{
	padding:5px 0 5px 15px;
	border-bottom:1px dotted #3d3832;
}

#tokugenjiRight{
	width:565px;
	float:right;
}

.tokugenjiImg{
	margin-top:20px;
	overflow:hidden;
}

.tokugenjiImg p{
	text-align:center;
}

.tokugenjiImgL{
	width:270px;
	float:left;
}

.tokugenjiImgR{
	width:270px;
	float:right;
}

#map{
	width:515px;
	float:left;
	margin-bottom:90px;
}

#access{
	width:405px;
	float:right;
}

#access h3{
	margin-bottom:20px;
}

#access ul{
	margin-left:40px;
	margin-bottom:20px;
}

#access #gMap{
	width:200px;
	text-align:center;
	float:right;
	background:#C1C1C1;
	color:#fff;
}

/* /////////////////////////////////////////////////
charnel style
///////////////////////////////////////////////// */

#charnelUpper{
	overflow:hidden;
	margin-bottom:50px;
}

#charnelLeft{
	width:445px;
	float:left;
}

#charnelLeftImg1{
	width:220px;
	float:left;
}

#charnelLeftImg2{
	width:220px;
	float:right;
}

#charnelLeftImg2 img{
	margin-bottom:4px;
}

#charnelRight{
	width:485px;
	float:right;
}

#charnelRight table{
	width:100%;
	border:1px solid #473530;
	border-collapse: collapse;
	border-spacing: 0;}

#charnelRight table th{
	background:#473530;
	color:#fff;
}

#charnelRight table td{
	border:1px solid #473530;
	padding:5px 8px;
	background:#fff;
}

#charnelRight table #kukaku{
	width:26%;
}

#charnelRight table #size{
	width:27%;
}

#charnelRight table #pay{
	width:47%;
}

#charnelRight table .changeBg{
	background:#F3EAEA;
}

.charnelBottom{
	overflow:hidden;
	margin-bottom:50px;
}

.charnelBottom h3{
	margin-bottom:30px;
}

#charnelBleft{
	width:520px;
	float:left;
}

#charnelBleft dl{
	margin:30px 0 0 30px;
}

#charnelBleft dl dt{
	padding:10px;
	width:60px;
	float:left;
	clear:both;
	font-size:14px;
}

#charnelBleft dd{
	padding:10px;
	width:440px;
	font-size:14px;
}

#charnelBleft p{
	margin-left:40px;
}

#charnelBright{
	width:420px;
	float:right;
}

#qaBox dt{
	background:#473530;
	color:#fff;
	font-size:1.2em;
	padding:10px;
	font-weight:bold;
}

#qaBox dd{
	padding:10px;
	border-bottom:dotted 1px #D4D3D3;
	margin-bottom:20px;
	font-size:1.2em;
}

#contactLeft{
	width:460px;
	height:150px;
	float:left;
	position:relative;
}

#contactTel{
	width:224px;
	height:56px;
	position:absolute;
	top:70px;
	left:30px;
}

#contactRight{
	width:460px;
	height:150px;
	float:right;
	position:relative;
}

#contactBtn{
	width:354px;
	height:57px;
	position:absolute;
	top:70px;
	left:30px;
}

#contactBtn p{
	font-size:150%;
}

/* /////////////////////////////////////////////////
cemetery style
///////////////////////////////////////////////// */

.cemeteryBox{
	margin-bottom:50px;
}

.cemeteryBox h3{
	margin-bottom:20px;
}

#cemeteryHistory{
	background:url(../images/cemetery_bg.png) no-repeat;
}

#cemeteryHistory p{
	text-align:center;
	font-size:130%;
	margin-top:30px;
}

.cemeteryBox h4{
	margin-bottom:20px;
}

.type{
	margin-bottom:30px;
}

.type dl{
	margin-left:300px;
}

.type dt{
	padding:0 10px 10px;
	width:100px;
	float:left;
	cleat:both;
	font-size:160%;
}

.type dd{
	padding:0 10px 10px;
	width:500px;
	font-size:160%;
}

/* /////////////////////////////////////////////////
contact style
///////////////////////////////////////////////// */

.contactForm{
	width:90%;
	margin:0 auto 50px;
}

.contactForm th{
	width:30%;
}
.contactForm th,td{
	padding:10px;
}

.contactForm input,textarea{
	padding:5px;
}

#privacy{
	width:500px;
	font-size:90%;
	margin:0 auto 15px;
}</pre></body></html>