@charset "utf-8";

*{margin:0;padding:0;}

html{background:#ffffff;}

body{
	font: 13px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #252525;
	background-image: url(images/header.png);
	background-repeat: repeat-x;
	background-color: #FFF4F4;

}

#all{
	background-image: url(images/body-bg.gif);
	background-repeat: repeat;
}

body#sub {
background: url(images/header_sub.png) repeat-x;
}

a{
	color:#663;
}
a:hover{color:#a47a92;text-decoration:none;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}
p{margin-bottom: 10px;}
.center{text-align:center;}
.right{text-align:right;}
.zeibetsu{
	font-size:bolder;
	font-size:1.2em;
	}
.red{
	color:#f00;}
/*******************************
全体幅
*******************************/
#header, #container, .inner{
margin: 0 auto;
width: 960px;
}


/*******************************
/* ヘッダー
*******************************/
#header{
	position: relative;
	height: 130px;
}

#header h1,#header h2, #header h3, #header ul, #header .banners{
font-weight:normal;
position:absolute;
top:0;
color: #333;
font-size: 10px;
line-height: 21px;
}

#header h2{right:0;}

/* ロゴの位置 */
#header h3{top: 50px;}


/******************
/* ヘッダーナビゲーション
******************/
#header ul{
top: 40px;
right:0;
width: 305px;
height: 14px;
background:url(images/topnav.png) no-repeat 0 0;
line-height:14px;
}

#header ul li{float:left;list-style:none;}

#header ul a{
text-indent: -9999px;
text-decoration: none;
display: block;
height: 14px;
background:url(images/topnav.png) no-repeat;
}

#header ul a#contact{background-position:0 0;width: 110px;}
#header ul a#sitemap{background-position:-110px 0;width:104px;}
#header ul a#access{background-position:-214px 0;width:91px;}

#header ul a#contact:hover, #header ul li.active a#contact{background-position:0 -14px;}
#header ul a#sitemap:hover, #header ul li.active a#sitemap{background-position:-110px -14px;}
#header ul a#access:hover, #header ul li.active a#access{background-position:-214px -14px;}


/******************
/* ヘッダー　バナー
******************/
#header .banners{
	right: 0px;
	top: 64px;
}

#header .banners img{margin-right:10px;}


/************************************
/* メインナビゲーション
************************************/
ul#mainnav{
margin: 0 auto;
width: 960px;
height: 60px;
background:url(images/mainnav.png) no-repeat 0 0;
}

ul#mainnav li{float:left;list-style:none;width:192px;}

ul#mainnav a{
text-indent: -9999px;
text-decoration: none;
display: block;
width: 192px;
height: 60px;
background:url(images/mainnav.png) no-repeat 0 0;
}

ul#mainnav a#home{background-position:0 0;}
ul#mainnav a#menu1{background-position:-192px 0;}
ul#mainnav a#menu2{background-position:-384px 0;}
ul#mainnav a#menu3{background-position:-576px 0;}
ul#mainnav a#menu4{background-position:-768px 0;}


ul#mainnav a#home:hover, ul#mainnav li.active a#home{background-position:0 -60px;}
ul#mainnav a#menu1:hover, ul#mainnav li.active a#menu1{background-position:-192px -60px;}
ul#mainnav a#menu2:hover, ul#mainnav li.active a#menu2{background-position:-384px -60px;}
ul#mainnav a#menu3:hover, ul#mainnav li.active a#menu3{background-position:-576px -60px;}
ul#mainnav a#menu4:hover, ul#mainnav li.active a#menu4{background-position:-768px -60px;}



/*******************************
メイン画像
*******************************/
#mainImage{
	background-image: url(images/header.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}


/*******************************
コンテンツ位置
*******************************/
#container{
padding: 20px 0;
}

#main {
float: left;
width: 715px;
padding-bottom:40px;
}

#sidebar {
	float: right;
	width: 225px;
	padding-bottom: 40px;
	font-size: 13px;
}


/*************************
/* ボックスの囲み
/* .boxContainer
/* 背景画像でボックスの高さを調整
/* 
/* 各ボックス
/* .box1 1番目の2つのbox
/* .box2 2番目の3つのbox（画像）
/* .box3 3番目の2つのbox
/* .box4 4,5番目の1つのbox
/* #sidebar .box1 サイドバーのbox
*************************/
.boxContainer{
width:715px;
margin:0 auto 20px;
background:url(images/box1.gif) 0 100%;
}

.box1,.box2, .box3, .box4{
float: left;
width: 225px;
margin: 0 20px 20px 0;
}

.box1, .box3, .box4{
	width: 327px;
	margin: 0 21px 0 0;
	padding: 10px;
	/*border-top: 1px solid #dadada;*/
}

#sidebar .box1{
width:209px;
margin: 0 0 20px;
padding: 10px 7px;
border:1px solid #dadada;
background: #fff;
}

.box3{
width:347px;
padding:0 0 10px;
}

.box4{
margin:0 0 20px 0;
padding:0;
width:715px;
border:1px solid #dadada;
background: #fff;
}

/* 最後のbox */
.last{margin-right:0;}


/* 画像を中央表示 */
.box1 .center{padding-bottom:10px;}

/* 画像を左に回りこみ */
.box4 img{
float:left;
margin: 0 10px 10px;
}

.box4 h4 img{float:none;margin:0 0 10px;}

.box4 p{padding: 0 10px 10px;}



#date {
text-align: right;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 10px;
font-weight:bold;
color:#858585;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

.box_img_border{
   border: 1px solid #cccccc;
   padding: 1px;
  margin: 1px;
}


/*************
/* 見出し
*************/
.box3 h4{margin-bottom:10px;}

#container h3{
margin-bottom:10px;
padding-bottom:5px;
color: #857d53;
font-weight: normal;
}

#container h2{
padding: 0 5px 0 0;
margin-bottom:10px;
line-height:37px;
font-size: 14px;
font-weight: normal;
color:#857d53;
background:url(images/h2Bg.png) no-repeat 0 100%;
}

#container .box4 h3{
padding: 7px 5px;
}

h5{
	font-size: 115%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B38CB3;
	padding-left: 15px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-top: 30px;
	margin-bottom: 10px;
}


/*************
/* リスト
*************/
#container ul{margin-left: 5px;}

#container ul li, #footerUpper ul li{
list-style: none;
margin-bottom: 8px;
padding: 0 5px 0 12px;
background:url(images/bullet.gif) no-repeat 0 5px;
}

#container .box3 ul{padding: 0 5px;}

#container ul p{margin-bottom: 0px;}


#sidebar ul{margin-left:3px;}

/*************
サイド（右側）コンテンツ
*************/
#sidebar p{margin-bottom:20px;}
#sidebar ul{margin-bottom:10px;}


/*******************************
/* フッター
*******************************/
#footerUpper{
clear:both;
padding: 20px 0;
border-bottom:1px solid #fff;
overflow: hidden;
background:#ecebc5;
}

#footerUpper .inner{
background:url(images/footerBorder.gif) repeat-y;
}

#footerUpper .inner .box{
float: left;
width: 210px;
padding-left:10px;
margin:0 20px 10px 0;
line-height: 1.2;
}

#footerUpper .inner .last{
width: 230px;
margin-right:0;
}

#footerUpper ul li{
color:#fff;
background:url(images/bullet.gif) no-repeat 0 3px;
}

#footerUpper a{color:#666;}
#footerUpper a:hover{color:#857d53;}

#footerLower{
clear:both;
padding: 10px;
text-align:center;
border-top:1px solid #fff;
background:#CB89A0;
}

address{
color: #fff;
font-style:normal;
font-size:13px;
text-align:center;
}

.gototop{
	font-weight: bold;
	text-align: right;
	width: 500px;
	margin-right: 10px;
	float: right;
	padding-top: 10px;
	padding-bottom: 15px;
}

.guide{
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/*******************************
/* 配置
*******************************/
.center{text-align: center;}

/*******************************
/* マージン、余白
*******************************/
.M10{
	margin: 10px;
}

.MT10{
	margin-top: 10px;
}
.MT20{
	margin-top: 20px;
}
.MB10{
	margin-bottom: 10px;
}
.MB20{
	margin-bottom: 20px;
}

.MR10{
	margin-right: 10px;
}
.MR15{
	margin-right: 15px;
}

.MR40{
	margin-right: 40px;
}

.ML10{
	margin-left: 10px;
}
.PL30{
	padding-left: 30px;
}

/*******************************
/* font
*******************************/
.Att-purple{color: #BB6483;}
.Att-red{
	color: #9B0F39;
}
.bold{font-weight: bold;}
.font-150{font-size: 150%;}
.font-90{font-size: 90%;}

/*******************************
/* bg-color
*******************************/
.bg-green{
	background-color: #88B407;
}



/*施行例*/
box4#example .ex img{
	margin-bottom: 10px;
}

/*葬儀プラン*/
#other li{
	padding-bottom: 30px;
	clear: both;
}

.border01{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDB5CD;
}
.box4 .icon{
	margin-left: 35px;
	margin-bottom: 20px;
	clear:both;
	padding-top: 10px;
}
.box4 .icon img{
float:none;
margin: 0 10px 5px;
}

#plan .box4 img.M0{
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#plan ul.MB20MT-10{
	margin-bottom: 20px;
	margin-top: -10px;
}




#att{
	width: 700px;
}
#att p{
	margin: 0px;
}
#att img{
	vertical-align: baseline;
	margin-right: 10px;
}


/*会員*/
#member img{
	float: none;
}

#member dl{
	width: 630px;
	margin-left: 30px;
	background-color: #FFF4F4;
	padding-top: 5px;
	vertical-right: 10px;
	font-weight: bold;
}
#member dt{
	float: left;
	width: 430px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 20px;
}
#member dd{
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CB89A0;
	text-align: center;
	}

.m-title{
	color: #BB6483;
	font-weight: bold;
	background-image: url(images/m-p01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 80px;
	padding-right: 10px;
	margin-bottom: 10px;
}
	
.block{
	display: block;
}	
	
	
.mada{
	color:#F60}


table.seturitu{
	width: 685px;
	margin-left: 10px;
	margin-bottom: 30px;
}
.seturitu th{
	width: 200px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C39;
	background-color: #FFF7F7;
}
.seturitu td{
	width: 485px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C39;
}