﻿@charset "utf-8";

/*ブラウザスタイルの初期化*/

body,div,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,
ul,ol,li,dl,dt,dd,
table,th,td,
form,fieldset,legend {
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",san-serif;
}

/*font-size初期化*/

body {
	font-size: 10px;
	_font-size:62.5%;/*IE6*/
	line-height:1.4;
}

/*border初期化*/
/*margin　paddingプロパティ追加*/

img,object {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:bottom;
}

/*table設定*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*テキスト設定*/

p {
	text-align: justify;
	text-justify: distribute;
}

/*clearfix*/
/*height0.1px font-size0.1em追加*/

.clearfix:after, div:after {
    content: "."; 
    display: block; 
	height: 0.1px;  
	font-size: 0.1em;  
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}/*IE7用*/

.clear {
	clear:both;
}
/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

body {
	color: #333;
	background-color:#E6E2DB;
}

ul,
li,
ol {
	list-style:none;
}

a {
	text-decoration:underline;
	cursor: pointer;
} 

a:link {
	color: #CC0000;
}

a:visited {
	color: #CC0000;
}

a:hover {
	color: #F1A3BA;
}

a:active {
	color: #CC0000;
}
/*		share
-----------------------------------------------------------------*/
.RGHT {
	text-align:right;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
p.txt {
	padding-left:10px;
}
p.top {
	text-align:right;
	clear:both;
	margin-bottom:10px;
}
p.top a {
	color:#666;
	padding:0 0 0 20px;
	text-decoration:underline;
	line-height:2;
}
p.top a:hover {
	color:#999;
}
p.pankuzu {
	font-size:11px;
	color:#666;
	padding:3px 0 15px 0;
}

h2 {
	position:absolute;
	top:7px;
	left:0px;
}
h3 {
	clear:both;
}

/*		全体構造
-----------------------------------------------------------------*/
div#container {
	font-size:1.2em;
	background:url(../image/bg.jpg) repeat-x left top;
}
div#header {
	position:relative;
	width:800px;
	height:80px;
	margin:0 auto;
	background:url(../image/head-bg.jpg) no-repeat;
}
div#header p {
	position:absolute;
	right:8px;
	top:5px;
	color:#CCC;
	font-size:11px;
}
div#header ul ,div#header ol {
	position:absolute;
	right:8px;
	top:30px;
	text-align:right;
}
div#header ul li ,div#header ol li {
	display:block;
	float:left;
}
div#header ol {
	right:8px;
	top:53px;
}
div#header ol li {
	display:block;
	float:left;
}
div#header ul li a:hover img ,div#header ol li a:hover img{
	opacity : 0.7;
	filter: alpha(opacity=70);
}

div#mainimg {
}
div#main {
	width:800px;
	margin:0 auto;
	background:url(../image/main-bg.jpg) repeat-y;
	clear:both;
}
div#side {
	width:190px;
	float:left;
	padding:5px 0 0 5px;
}

div#side ul {
	margin-bottom:9px;
}

div#side ul li.mid {
	padding-bottom:9px;
}

div#side p {
	text-align:right;
	padding-bottom:10px;
}
div#side p a {
	color:#333;
	font-size:10px;
}
div#side p a:hover {
	color:#666;
	text-decoration:none;
}
div#side p a:hover img {
	opacity : 0.8;
	filter: alpha(opacity=70);
}

div#side dl {
	background:url(../image/side-company-bg.jpg) repeat-y left top;
	margin-bottom:20px;
}
div#side dl dt {
	background:url(../image/side-company.jpg) no-repeat left top;
	padding:32px 0 5px 10px;
}
div#side dl dd {
	background:url(../image/side-line.jpg) no-repeat center top;
	padding:5px 0 5px 10px;
}


div#content {
	width:600px;
	float:right;	
}

div#other-content {
	width:580px;
	float:right;
	background:#F7EDE6;
	padding:5px 10px;
}


div#content-in {
	width:580px;
	padding:10px 10px 0 10px;
}
div#content-in div.bnrArea {
	padding:10px 0 20px 10px;
}

div#content-in div.bnrArea ul li {
	float:left;
	padding-right:10px;
}

div#content-in div.bnrArea ul li a:hover img {
	opacity : 0.7;
	filter: alpha(opacity=70);
}

div#content-in iframe.info {
	height:120px;
	width:580px;
}
div#content-in iframe.news {
	height:190px;
	width:580px;
}

div#fnavi ul {
	text-align:right;
	padding:10px 0 5px;
	font-size:10px;
}
div#fnavi ul li {
	display:inline;
	border-right:1px solid #666;
}
div#fnavi ul li.lastChild {
	border:none;
}
div#fnavi ul li a {
	padding:0 6px 0 4px;
	color:#666;
	text-decoration:none;
}
div#fnavi ul li a:hover {
	color:#CCC;
}


div#footer {
	background:url(../image/foot-bg.jpg) repeat-x;
	width:790px;
	height:28px;
	padding:2px 10px 0 0;
	margin:0 auto;
	font-size:10px;
	text-align:right;
	color:#000;
}

/*             会社概要              */
dl.company {
	float:right;
	border:1px solid #978864;
	padding:10px;
	width:290px;
	margin:10px 0 10px 10px;
}
dl.company dt {
	background:url(../image/company-dt.jpg) no-repeat center bottom;
	padding:0 0 5px 10px;
}
dl.company dd {
	padding:5px 0 10px 20px;
}
dl.company dd a {
	font-size:12px;
	font-weight:bold;
	color:#990000;
}

ul.company {
	margin:10px 0 0 10px;
}
ul.company li.img {
	padding-bottom:20px;
}

p.company {
	clear:both;
	text-align:center;
	padding:10px 0;
}

ul.companyBt {
	margin:10px 0 20px 10px;
}

/*             お問い合わせ             */
div.contact {
	width:540px;
	padding:10px 20px;
}
div.contact p {
	padding:20px 0 10px 10px;
}
div.contact p span {
	color:#990000;
}
div.contact div.form {
	border:1px solid #978864;
	padding:10px 0 10px 45px;
}
div.contact table {
	border-collapse:separate;
	border-spacing:15px;
}
div.contact table th {
	text-align:left;
	font-weight:normal;
	border-left:3px solid #990000;
	padding:2px 10px 0;
	vertical-align:top;
	white-space:nowrap;
	line-height:1;
}
div.contact table th span {
	font-size:10px;
	color:#990000;
}
div.contact table td {
	padding:0 10px;
}
div.contact table td.bt {
	text-align:center;
	padding:20px 0 10px;
	background:url(../image/bt-line.jpg) no-repeat center top;
}

div.contact dl {
	text-align:center;
}
div.contact dl dt {
	font-size:15px;
	font-weight:bold;
	padding:4px 0 6px;
}
div.contact dl dd {
	text-align:center;
	color:#990000;
	padding-bottom:8px;
}

/*    MT   */

h4 {
	background:url(../image/h4-bg.jpg) no-repeat;
	height:28px;
	width:510px;
	font-size:14px;
	padding:17px 0 0 70px;
}
div.MTlist ,div.MTlistyoko {
	clear:both;
	padding:10px;
	margin-bottom:10px;
}
div.MTlist ul {
	float:right;
	width:280px;
}
div.MTlist ul li {
	background:url(../image/mtlist-li.jpg) no-repeat center bottom;
	padding:9px 0 10px 10px;
}
div.MTlist ul li span {
	font-weight:bold;
	padding:0 0 0 10px;
}
div.MTlist ul li.more {
	padding:10px 0 10px 10px;
	background:none;
}

div.MTlist span.img {
	display:block;
	width:260px;
	height:340px;
	background:url(../image/tate-base.jpg) no-repeat;
	text-align:center;
}
div.MTlist span.img img {
	padding:8px 0 0 0;
}


div.MTlistyoko ul {
	width:560px;
}
div.MTlistyoko ul li {
	background:url(../image/mtlist-li2.jpg) no-repeat center bottom;
	padding:9px 0 10px 10px;
}
div.MTlistyoko ul li span {
	font-weight:bold;
	padding:0 0 0 10px;
}
div.MTlistyoko ul li.more {
	padding:10px 0 10px 10px;
	background:none;
}

div.MTlistyoko span.img {
	display:block;
	width:340px;
	height:260px;
	background:url(../image/yoko-base.jpg) no-repeat;
}
div.MTlistyoko span.img img {
	padding:8px 0 0 8px;
}

/*    料金表   */
div.price {
	padding:10px 0 10px 20px;
}

h4.price {
	background:url(../image/price-h4.jpg) no-repeat;
	height:20px;
	width:520px;
	font-size:12px;
	padding:0 0 0 20px;
	line-height:1.3;
}
div.price table {
	border-bottom:1px solid #774F45;
	border-right:1px solid #774F45;
	margin:15px 0 10px 10px;
}
div.price table th {
	background-color:#F9F2EE;
	border-top:1px solid #774F45;
	border-left:1px solid #774F45;
	width:208px;
	padding:4px 10px;
	text-align:left;
	font-weight:normal;
}
div.price table td {
	border-top:1px solid #774F45;
	border-left:1px solid #774F45;
	background-color:#FFF;
	padding:4px 10px;
	width:255px;
}
div.price table th span {
	display:block;
	font-size:11px;
	color:#FF0000;
}

/*    神社   */
div.jinja {
	padding:10px 10px 10px 20px;
	margin-bottom:80px;
}

div.jinja table {
	border-bottom:1px solid #774F45;
	border-right:1px solid #774F45;
	margin:15px 0 20px 10px;
}
div.jinja table th {
	background-color:#F9F2EE;
	border-top:1px solid #774F45;
	border-left:1px solid #774F45;
	width:158px;
	padding:4px 10px;
	text-align:left;
	font-weight:normal;
}
div.jinja table td {
	border-top:1px solid #774F45;
	border-left:1px solid #774F45;
	background-color:#FFF;
	padding:4px 10px;
	width:305px;
}
div.jinja table td span {
	display:block;
	font-size:11px;
}
div.jinja table td span a {
	color:#0000FF;
}

div.jinja table.bt th {
	width:228px;
}
div.jinja table.bt td {
	width:235px;
}

/*    詳細   */

div.MTimg {
	clear:both;
}
div.MTimg span.img {
	clear:both;
	width:320px;
	height:320px;
	text-align:center;
	background-color:#FFFFFF;
	display:block;
}
p.detail {
	padding:0 0 0 10px;
	font-size:11px;
	color:#666666;
}

div.MTphoto {
	clear:both;
}
div.MTphoto table td {
	text-align:center;
	vertical-align:middle;
}
div.MTphoto table td div {
	width:170px;
	height:250px;
	overflow:hidden;
	padding:10px;
	margin-bottom:40px;
}

/*    サンクス   */
p.sendafter {
	padding:20px 0 450px 10px;
	font-size:14px;
	line-height:2;
}

/*    神社   */
div.jinjaTop {
	padding:20px 0 10px 55px;
}
div.jinjaTop table th {
	padding:20px 0 0 0;
}
div.jinjaTop table td {
	padding:0 5px;
}
div.jinjaTop table td img {
	padding:2px;
	background:#FFF;
	border:1px #CCCCCC solid;
}
/*    神社詳細   */
table.jinjatable {
	margin:20px 0 30px 10px;
}
table.jinjatable th {
	text-align:left;
	padding-bottom:15px;
}
table.jinjatable th img {
	padding:4px;
	border:1px solid #CCC;
	background:#FFF;
}
table.jinjatable td {
	padding:0;
	width:170px;
}
table.jinjatable td img {
	padding:2px;
	border:1px solid #CCC;
	background:#FFF;
}


/* seo master */

div.sbox table {
	margin:0 auto;
}

#test1 {
	height:350px;
	width:600px;
	margin-bottom:10px;
	background:url(../image/mainimg.jpg);
  }
  
p.hlimg {
	padding-bottom:20px;
}
  
div.jin_section {
	padding:10px 0 0;
	margin-bottom:20px;
}
	div.jin_section p {
		padding:0 0 10px 8px;
	}
div.photo {
	padding:10px 0 10px 5px;
}
	div.photo ul li {
		float:left;
		padding:5px;
	}
	div.photo ul li img {
		padding:3px;
		background:#FFF;
	}
div.intro {
	padding:10px;
}
	div.intro h4 {
		background:url(../image/jinja_intro-off.jpg) no-repeat;
		color:#FFF;
		font-size:12px;
		padding:3px 0 0 30px;
		margin-bottom:4px;
	}
	div.intro h4:hover {
		background:url(../image/jinja_intro.jpg) no-repeat;
		margin-bottom:4px;
	}
	
	div.intro h5 {
		background:url(../image/jinja-h5.jpg) no-repeat left bottom;
		height:20px;
		width:520px;
		font-size:12px;
		padding:0 0 0 10px;
		line-height:1.3;
		font-weight:normal;
		margin-bottom:5px;
	}
	div.intro ul li {
		background:url(../image/jinja-arr.gif) no-repeat left center;
		padding:0 0 0 12px;
		line-height:1.6;
	}
	div.intro dl dt {
		font-weight:bold;
		padding-top:4px;
	}
	div.intro span {
		color:#990000;
	}
div.open {
	padding:0 0 10px;
}
	div.open div.img {
		float:left;
		padding:0 10px 10px 0;
	}
