@charset "UTF-8";
/* CSS Document */

/*　ブラウザのデフォルトスタイルを初期化
----------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,"ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Std", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック",  Osaka, sans-serif; 
	font-size: 14px;
	line-height: 1.6;
	font-weight: normal;
	color: #333333;
}

/*　初期値
----------------------------------------------*/
body {
     margin: 0px;
     padding: 0px;
	 text-align: center;
	 border-top: 2px solid #acdd03;
	 background-image: url(../images/bg-body.jpg);
}
#wrapper {
	margin: 0 auto;
	background-image: url(../images/bg.jpg);
	width: 860px;
	padding: 0 23px;
	text-align: left;
}
#contents-left {
	width: 640px;
	float: left;
}
#contents-right {
	width: 204px;
	float: right;
	padding: 0 0 0 0;
}
strong {
	text-decoration: none;
	font-size: 1.0em;
}
p {
	font-weight: normal;
}
a {
	color: #7da005;
	font-size: 1.0em;
}
a:hover {
	text-decoration: underline;
	background:#f5ffea;
} 
img{
	border: 0;
	margin: 0;
	vertical-align: bottom;
}
ul li {
	list-style: none;
}
table {
    border-collapse: collapse;
}


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.bold {
	font-weight: bold;
}
.block {
	display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.margin-bottom_10px {
	margin-bottom: 10px;
}

.margin-bottom_20px {
	margin-bottom: 20px;
}
.margin-top_10px {
	margin-top: 10px;
}
.stay img {
	visibility: hidden;
}
.margin_5px_0 {
	margin: 5px 0;
}
.margin-left_15px {
	margin-left: 15px;
}
.red {
	background-color: #fcf0f0;
}
.gray {
	background-color: #eeeeee;
}
.white {
	background-color: #ffffff;
}


div.kanren{
	list-style-type:none;
	background-image:none;
	line-height:1.5;
	background-image:none;
	padding-bottom:5px;
	margin-bottom:10px;
	padding-left:5px;
	border:1px solid #CCCCCC;
}

div.kanren a{
	text-decoration:none;
	padding-right:0.5em;
	padding-bottom:0.1em;
	line-height:1.2;
}

.div.kanren a:hover{
	background:#ebfcfd;
}

p.side_midasi{
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

/*　ヘッダー
----------------------------------------------*/
#header {
	height: 90px;
	padding: 20px 0 0 0;
	position: relative;
}
#logo img {
	margin: 0px 30px 0 0;
}
#tel {
	margin: 0 0 0 21px;
}
#area {
	margin: 20px 0 0 45px;
}
#header h1 {
	position: absolute;
	top: 10px;
	right: 0px;
	font-size: 10px;
	color: #999999;
}
#header h1 a {
 	color: #999999;
}

/*　フッター
----------------------------------------------*/
#footer {
	border-top: 2px solid #43bd00;
	height: 50px;
	margin: 30px 0 0 0;
	padding: 0 0 20px 0;
}	

/*　トップページ
----------------------------------------------*/


/*　サイドナビ
----------------------------------------------*/


/*　インナーページ共通部
----------------------------------------------*/
#oomidashi {
	border-left: 7px solid #98c302;
}
#oomidashi h2 {
	margin: 0 0 15px 15px;
	padding: 5px 0 0 0;
	font-size: 40px;
	line-height: 1.2;
	color: #333333;
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体";
	font-weight: bold;
}
.oomidashi {
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
	border-left: 7px solid #98c302;
	height: 60px;
}
.komidashi {
	border-left: 1.3em solid #98c302;
}
.komidashi p {
	margin: 15px 0 15px 15px;
	font-size: 18px;
	line-height: 1.0;
	color: #333333;
	font-weight: bold;
}

.komidashiSIDE {
	border-left: 1.3em solid #98c302;
}
.komidashiSIDE p {
	margin: 15px 0 15px 5px;
	font-size: 18px;
	line-height: 1.0;
	color: #333333;
	font-weight: bold;
}

.wiki-box{
	width:600px;
	text-align:justify;
	padding-bottom:15px;
}
.wiki-box h2{
	border-left: 5px solid #98c302;
	margin: 5px 0 0px 0px;
	padding: 0px 0 0 14px;
	font-size: 18px;
	color: #333333;
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体";
	font-weight: bold;
}

.wiki-box h3{
	font-size: 15px;
	font-weight: bold;
}

.wiki-box span.link{
	color:crimson;
}

ul.wiki{
	margin-bottom:1em;
	width:600px;
}
ul.wiki li{
	display:inline;
}
.list-inner {
}
.list-inner li {
	background-image: url(../images/list-mark.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px dotted #cccccc;
	padding: 0 0 0 30px;
}
#banner-bottom {
	background-image: url(../images/banner-bottom.jpg);
	height: 166px;
	width: 640px;
	position: relative;
	margin: 20px 0 0 0;
}
#button-banner-bottom {
	display: block;
	position: absolute;
	top: 96px;
	right: 36px;
}
#button-banner-bottom:hover {
  background-color: transparent;
}
#button-banner-bottom:hover img {
  visibility: hidden;
}

/*　斎場案内
----------------------------------------------*/

.text {
	padding: 0 0 0 10px;
	display: block;
	width: 530px;
	float: left;
	font-size: 12px;
}


/*　PHPサイト追加
----------------------------------------------*/

.KanrenBox{
	
	list-style-type:none;
}

.heightLine-site,.heightLine-blog{
	float:left;
	width:270px;
	border:#CCCCCC 1px solid;
	margin-bottom:10px;
	margin-right:10px;
	padding:5px 10px 5px 10px;
}

.KanrenBox{
	}
.SiteName{
	width:270px;
}
	
.KanrenBox a{
	font-size:16px;
	text-decoration:none;
}

.KanrenBox a:hover{
	background:#f5ffea;
}

.SiteImg{
	float:left;
	width:128px;
}

.SiteText{
	float: right;
	width:130px;
	line-height:1.2;
}

.BOX{
	padding-bottom:20px;
	clear:both;
}

.komidashi{
	clear:both;
}

/*グルメ情報*/

.GourmetTable{
	text-align:left;
	width:204px;
	padding-bottom:10px;
}

.NameTD{
	padding:5px 10px 5px 10px;
	font-weight:bold;
	color:#800000;
	vertical-align:top;
	background:#f5deb3;
	line-height:1.2;
}

.NameTD a{
	color:#800000;
	font-weight:bold;
}


.PhotoTD{
	text-align:center;
	padding:4px 2px 0 2px ;
	background:#f5deb3;
}

.AddTD{
	padding:5px 10px 5px 10px;
	font-weight:bold;
	color:#800000;
	vertical-align:top;
	background:#f5deb3;
	line-height:1.2;
	text-align:left;
}

.GourmetCopy{
	font-size:10px;
}

.GourmetCopy a{
	font-size:10px;
}







