@charset "utf-8";

/* common
---------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size:small;
	line-height:1.6;
	color:#666666;
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	overflow-x:hidden;
	background:#dadada;
	text-align:center;
}
#wrapper{background:#fff;}
img{border:none; vertical-align:bottom;}
a{outline:none;}
p{margin-bottom:0.6em;}
hr{clear:both; visibility:hidden; border:none; height:1px;}
.clear{clear:both;}

/* link
---------------------------------------------------- */
a {outline:none;}

a:link {
  color:#08a3ca;
}
a:visited {
  color:#865d86;
}
a:hover, a:active {
  color:#107f9b;
}



/* header
---------------------------------------------------- */
#h-wrapper{
	width:100%;
	height:87px;
	background:url(../images/bg-header.jpg) repeat-x;
}
#header{
	width:760px;
	height:87px;
	margin:0 auto;
	background:url(../images/header.jpg) no-repeat;
	display: inline-block;  
}
#header:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}
#header h1{
	padding-top:16px;
	width:260px;
	height:45px;
	float:left;
	text-indent:-9999px;
}
#header h1 a{
	display:block;
	width:200px;
	height:57px;
}
#header p{
	display:none;
}
#header #right{
	padding:63px 10px 0 0;
	float:right;
	text-align:right;
	font-size:10px;
}
#header #right li{
	list-style:none;
	background:url(../images/icon.jpg) no-repeat 8px 4px;
	height:1%;
	padding-left:22px;
	display:inline;
	margin-left:10px;
	vertical-align:bottom;
}
#header #right li a{
	color:#08a3ca;
}

/* navigation
---------------------------------------------------- */
#bg-navi{
	background:url(../images/bg-navi.jpg) repeat-x;
	height:44px;
	width:100%;
	
}
#navi{
	background:url(../images/bg-navi.jpg) repeat-x;
	height:44px;
	width:760px;
	margin:0 auto;
	text-align:left;
}
#navi ul{
	height:44px;
	text-align:left;
	display: inline-block;  
}
#navi ul:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}
#navi ul li{
	display:block;
	float:left;	
	list-style:none;
}

#navi li a {
	text-decoration: none;
	display: block;
	height:44px;
	text-indent:-9999px;
}
#navi #navi01 a{ background:url(../images/navi01a.jpg); width:101px;}
#navi #navi02 a{ background:url(../images/navi02a.jpg); width:142px;}
#navi #navi03 a{ background:url(../images/navi03a.jpg); width:123px;}
#navi #navi04 a{ background:url(../images/navi04a.jpg); width:143px;}
#navi #navi05 a{ background:url(../images/navi05a.jpg); width:144px;}
#navi #navi06 a{ background:url(../images/navi06a.jpg); width:107px;}

#navi #navi01 a:hover{ background:url(../images/navi01b.jpg); width:101px;}
#navi #navi02 a:hover{ background:url(../images/navi02b.jpg); width:142px;}
#navi #navi03 a:hover{ background:url(../images/navi03b.jpg); width:123px;}
#navi #navi04 a:hover{ background:url(../images/navi04b.jpg); width:143px;}
#navi #navi05 a:hover{ background:url(../images/navi05b.jpg); width:144px;}
#navi #navi06 a:hover{ background:url(../images/navi06b.jpg); width:107px;}

#navi #navi01-on a{ background:url(../images/navi01b.jpg); width:101px;}
#navi #navi02-on a{ background:url(../images/navi02b.jpg); width:142px;}
#navi #navi03-on a{ background:url(../images/navi03b.jpg); width:123px;}
#navi #navi04-on a{ background:url(../images/navi04b.jpg); width:143px;}
#navi #navi05-on a{ background:url(../images/navi05b.jpg); width:144px;}
#navi #navi06-on a{ background:url(../images/navi06b.jpg); width:107px;}



/* content
---------------------------------------------------- */
#content{
	padding:10px 0;
	width:760px;
	margin:0 auto;
	text-align:left;
}
#content h3{
	background:url(../images/bg-title.jpg) no-repeat;
	width:735px;
	height:30px;
	padding:6px 0 0 25px;
	margin-bottom:8px;
	font-size:14px;
}
#tel{
	padding-bottom:20px;
}


/* footer
---------------------------------------------------- */
#bg-footer{
	background:url(../images/bg-footer.jpg) repeat-x;
	height:145px;
	margin-top:20px;
}
#footer{
	width:760px;
	height:145px;
	text-align:center;
	margin:0 auto;
}
#pagetop a{
	display:block;
	text-indent:-9999px;
	background:url(../images/pagetop.jpg) no-repeat;
	height:41px;
	width:169px;
	margin-left:591px;
}
#footer ul{
	margin:15px 0 15px 0;
}
#footer ul li{
	display:inline;
	padding:0px 13px;
	border-right:1px solid #666;
}
#footer ul .nobd{
	border-right:none;
}

#footer ul li a{
	color:#333;
	text-decoration:none;
}
#footer ul li a:hover{
	color:#666;
	text-decoration:underline;
}


/* top
---------------------------------------------------- */
#flash h2,
#flash h3,
#flash p{
	display:none;
}
#banner{
	padding:10px 0 20px 0;
}
.top-left{
	float:left;
	width:370px;
}
.top-right{
	float:right;
	width:370px;
}
.top-left p,
.top-right p{
	padding:0 5px 20px 5px;
}


/* 生花祭壇
---------------------------------------------------- */
.seika-body{
	width:738px;
	height:1%;
	border:1px solid #ccc;
	padding:10px;
}
.seika-body:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}
	
.seika-body .txt{
	float:right;
	width:418px;
}
.seika-body .photo{
	float:left;
	width:300px;
}

.seika-table{
	width:760px;
}
.seika-table td{
	width:33%;
	padding:10px 0;
}


/* ご葬儀の案内
---------------------------------------------------- */
.annai-table{
	width:760px;
	border-collapse:collapse;
	margin-bottom:20px;
}
.annai-table th,
.annai-table td{
	padding:5px;
	border:1px solid #ccc;
}
.annai-table th{
	background:#f3f3f3;
	width:33%;
}

.annai-table2{
	width:760px;
}
.annai-table2 td{
	width:33%;
}
.annai-table2 .txt{
	text-align:center;
	padding-bottom:15px;
}

.annai-table3{
	width:760px;
}
.annai-table3 td{
	width:25%;
}
.annai-table3 .txt{
	text-align:center;
	padding-bottom:15px;
}


/* ご葬儀の流れ
---------------------------------------------------- */
#content ol,
#content ul{
	margin:0 0 20px 30px;
}
#content ol li,
]#content ul li{
	margin-bottom:5px;
}


/* 費用について
---------------------------------------------------- */
.price-table{
	width:760px;
	border-collapse:collapse;
	margin-bottom:20px;
}
.price-table td,
.price-table th{
	padding:5px;
	border:1px solid #ccc;
	text-align:center;
}
.price-table th{
	background:#f3f3f3;
	font-weight:normal;
}

.price-table2{
	width:760px;
	border-collapse:collapse;
}
.price-table2 td{
	padding:5px;
	border:1px solid #ccc;
	width:14%;
	text-align:center;
}

/* 会社概要
---------------------------------------------------- */
.company-table{
	width:760px;
	margin:5px 0;
	border-collapse:collapse;
	margin-bottom:20px;
}
.company-table td,
.company-table th{
	padding:5px;
	border:1px solid #ccc;
}
.company-table th{
	background:#f3f3f3;
}
.txt-right{
	text-align:right;
}

/* よくあるご質問
---------------------------------------------------- */
.q{
	border-bottom:1px dotted #ccc;
	margin-bottom:5px;
	margin-top:10px;
}
.a{
	padding:5px 20px;
}

/* 回忌・包容
---------------------------------------------------- */
.kaiki-table1{
	width:760px;
	border-collapse:collapse;
}
.kaiki-table1 td,
.kaiki-table1 th{
	padding:5px;
	border:1px solid #ccc;
	text-align:center;
}
.kaiki-table1 th{
	background:#f3f3f3;
}


/* 用語集
---------------------------------------------------- */
#content #gyou{
	margin:0 0 20px 0px;
}
#gyou li{
	list-style:none;
	display:inline;
	padding:3px 15px;
	border-right:1px solid #ccc;
}
#content #gyou .nobd{
	border-right:none;
}


/* common
---------------------------------------------------- */
.red{color:#FF0000;}
