@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-image: url(../images/bg-green.gif);
	background-color: #CCCCCC;
	background-repeat: repeat;
}
hr {
	display: none;
}
a img {
	border: none;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 870px;
	margin: 10px auto 0px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
/* header style
------------------------------*/
#header {
	border-bottom: 3px solid #FF6600;
	position: relative;
	height: 145px;
	background-color: #FFFFFF;
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
#header #free-dial {
	position: absolute;
	top: 10px;
	right: 15px;
	left: 600px;
}
#header #menu {
	position: absolute;
	left: 0px;
	top: 110px;
	width: 870px;
	padding: 0px;
	right: 0px;
	background-color: #336600;
}
#header  #menu li {
	float: left;
	list-style: none;
}
#header  #menu li a {
	color: #FFFFFF;
	text-decoration: none;
	width: 145px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	text-align: center;
	display: block;
	list-style: url(../images/image-point.gif);
	background-image: url(../images/image-menu.gif);
	height: 35px;
	line-height: 35px;
	font-style: normal;
}
#header #menu li a:hover {
	background-image: url(../images/image-menu2.gif);
}	
#header #top_menu {
	position: absolute;
	top: 80px;
	width: 241px;
	right: 20px;
	left: 620px;
}
#header #top_menu li {
	list-style: none;
	float: left;
}
#header #top_menu li a {
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	height: 2.5em;
	padding-right: 10px;
	background-image: url(../images/image-point2.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
}
#header #top_menu a:link {
	color: #663300;
	font-weight: normal;
	text-decoration: underline;
}
#header #top_menu a:visited {
	color: #663300;
	text-decoration: none;
}
#header #top_menu a:hover {
	color: #FF6600;
}
#header #top_menu a:active {
	color: #FF9900;
}
#home #header #nHome a,
#funeral #header #nFuneral a,
#ceremonia #header #nCeremonia a,
#gallery #header #nGallery a,
#member #header #nMember a,
#contact #header #nContact a{
	color: #FFFFFF;
	background-image: url(../images/image-menu2.gif);
}
/* main style
------------------------------*/
h1 {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #007D3E;
	padding-left: 10px;
	line-height: 2.3em;
	text-transform: lowercase;
	font-size: xx-small;
}
h2 {

	background-image: url(../images/midashi_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	height: 30px;
	padding-right: 5px;
	color: #FFFFFF;
	letter-spacing: 0.5em;
	line-height: 30px;
	width: 585px;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 14px;
	margin-bottom: 20px;
}
h3 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	width: 100%;
	vertical-align: middle;
	height: 30px;
	text-indent: 45px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin-top: 15px;
	padding-top: 10px;
}
h4 {
	font-size: 13px;
	line-height: 2em;
	color: #333333;
	border-bottom: 1px solid #FF9900;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
	background-image: url(../others/images/bullet.gif);
	background-repeat: repeat-y;
	padding-left: 20px;
}
h5 {
	font-size: 12px;
	line-height: 1.3em;
	color: #333333;
	border-bottom: 1px dotted #3399FF;
	font-weight: bold;
	width: 90%;
	display: block;
	padding: 15px 0px 0px 5px;
}
#main {
	top: 185px;
	float: left;
	margin: 5px 5px 10px 20px;
	width: 585px;
}


#main table#box {
	border-collapse:collapse;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* 会館案内などのボックス
------------------------------*/
.box_container {
	border-collapse:collapse;
	margin-top: 15px;
	margin-bottom: 15px;
}.box_gray_th {
	text-align: right;
	padding: 5px 10px 5px 5px;
	border-top: 1px solid #CCCCCC;
	background-color: #efefef;
}
.box_gray_td {
	padding: 5px 5px 5px 15px;
	border-top: 1px solid #CCCCCC;
	background-color: #efefef;

}

.box_white_th {
	text-align: right;
	padding: 5px 10px 5px 5px;
	border-top: 1px solid #CCCCCC;
}
.box_white_td {
	padding: 5px 5px 5px 15px;
	border-top: 1px solid #CCCCCC;
}





.box_dt {
	font-weight: bold;
	color: #663300;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.box_dd {
	padding-left: 20px;
	padding-bottom: 10px;
	font-weight: normal;
}
#main table#name_01 {
	border-collapse:collapse;
	border-bottom: 1px solid #663300;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	vertical-align: middle;
	width: 90%;
	height: 40px;
	border-top: 1px solid #663300;
	line-height: 1.3em;
	background-color: #FDFEE2;
	text-align: center;
	color: #663300;
	background-image: url(../shop/images/image_05.gif);
	background-repeat: no-repeat;
}
#main table#name_02 {
	border-collapse:collapse;
	border-bottom: 1px solid #663300;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	vertical-align: middle;
	width: 90%;
	height: 40px;
	border-top: 1px solid #663300;
	line-height: 1.3em;
	background-color: #FDFEE2;
	text-align: center;
	color: #663300;
	background-image: url(../shop/images/image_04.gif);
	background-repeat: no-repeat;
}
#main table#name_03 {
	border-collapse:collapse;
	border-bottom: 1px solid #663300;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	vertical-align: middle;
	width: 90%;
	height: 40px;
	border-top: 1px solid #663300;
	line-height: 1.3em;
	background-color: #FDFEE2;
	text-align: center;
	color: #663300;
}

.name_01 {
	border-collapse:collapse;
	border-bottom: 1px solid #663300;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	vertical-align: middle;
	width: 180px;
	height: 40px;
	border-top: 1px solid #663300;
	line-height: 1.3em;
	background-color: #FDFEE2;
	text-align: right;
	color: #663300;
	background-image: url(../shop/images/image_04.gif);
	background-repeat: no-repeat;
}
.name_02 {
	border-collapse:collapse;
	border-bottom: 1px solid #663300;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	vertical-align: middle;
	width: 180px;
	height: 40px;
	border-top: 1px solid #663300;
	line-height: 1.3em;
	background-color: #FDFEE2;
	text-align: right;
	color: #663300;
	background-image: url(../shop/images/image_05.gif);
	background-repeat: no-repeat;
}
.name_03 {
	border-collapse:collapse;
	border-bottom: 1px solid #663300;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	vertical-align: middle;
	width: 180px;
	height: 40px;
	border-top: 1px solid #663300;
	line-height: 1.3em;
	background-color: #FDFEE2;
	text-align: center;
	color: #663300;
}


div.imgArea_01 {
	width: 100%;
	line-height: 2.3em;
	margin-bottom: 3em;
	padding-right: 5px;
	padding-left: 15px;
	color: #663300;
}
div.imgArea_02 {
	width: 100%;
	margin-bottom: 3em;
	padding-right: 5px;
	padding-left: 15px;
	margin-top: 30px;
}

img.imgArea_left {
	float: left;
	margin: 5px 15px 5px 5px;
}
img.imgArea_right {
	float: right;
	margin: 5px 5px 5px 15px;
}

.clearLeft { clear: left; }
.clearRight { clear: right; }

#pankuzu p {
	font-size: 12px;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 10px;
}
/* left style
------------------------------*/
#left_menu {
	float: left;
	margin-right: 5px;
	color: #666666;
	padding-top: 5px;
	padding-left: 0px;
	width: 180px;
	margin-left: 5px;
}
#left_menu ul {
	display: block;
	width: 178px;
	margin-bottom: 10px;
	height: auto;
	border-right: 1px solid #F39700;
	border-bottom: 1px solid #F39700;
	border-left: 1px solid #F39700;
	margin-top: 0px;
	padding-top: 0px;
}
#left_menu ul#ceremonia {

	display: block;
	width: 178px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-right: 1px solid #8EC31F;
	border-bottom: 1px solid #8EC31F;
	border-left: 1px solid #8EC31F;
	height: auto;
}
#left_menu ul#ceremonia_02 {

	display: block;
	width: 178px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-right: 1px solid #8EC31F;
	border-bottom: 1px solid #8EC31F;
	border-left: 1px solid #8EC31F;
	height: auto;
}
#left_menu li {
	display: block;
	height: auto;
	list-style: none;
}
#left_menu li a:link {
	color: #0000FF;
	display: block;
	width: 168px;
	height: auto;
	padding-left: 10px;
}
#left_menu li a:hover {
	color: #FFCC00;
	display: block;
	background-color: #FFFFCC;
	width: 167px;
	height: auto;
}
#left_menu li a:visited {
	padding-left: 10px;
	display: block;
	height: auto;
	width: 167px;
}
/* footer style
------------------------------*/
#footer {
	clear: both;
	width: 870px;
	margin-left: 0px;
	text-align: center;
	padding-top: 10px;
	margin-top: 20px;
}
#footer ul {
	margin-bottom: 10px;
}
#footer ul li{
	display: inline;
	list-style: url(../none) none;
	margin-right: 10px;
	margin-left: 10px;
}
#footer ul li a:hover #taxi {
	background-image: url(../images/banner_03b.jpg);
}
address {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	display: block;
	height: 20px;
	width: 870px;
	font-style: normal;
	text-align: center;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
}
.menu {
	margin-top: 10px;
	margin-bottom: 0px;
}
.word {
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
	text-align: center;
	height: 25px;
	width: 870px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 20px;
	vertical-align: middle;
	padding-top: 5px;
	font-weight: bold;
}
.photo_line {
	margin: 10px 2px 2px;
	padding: 3px;
	border: 1px solid #CCCCCC;

	line-height: 1.8em;
}
.photo {
	margin: 5px 3px 3px;
}
.font_red {
	color: #FF0000;
	font-weight: bold;
}
.font_orange {color: #FF6600}

