@charset "UTF-8";

/*////////////////////////////////////////////////////

	サイト基本設定

////////////////////////////////////////////////////*/

/* ====================================================
	ヘッダ
==================================================== */

#header {
	height: 145px;
	margin: auto;
	background: url(../images/common/header/back_header.jpg) repeat-x 0 0;
	text-align: center;
}
#header-contents {
	position: relative;
	width: 972px;
	height: 145px;
	margin: auto;
	background: url(../images/common/header/back_header_contents.jpg) no-repeat 0 0;
}
#logo {
	position: absolute;
	top: 11px;
	left: 60px;
}
p#tagline {
	position: absolute;
	top: 3px;
	right: 60px;
	width: 590px/*44.5em*/;
	padding-left: 30px;
	text-align: right;
	color: white;
}
p#tagline img {
	padding-right: 3px;
	padding-bottom: 5px;
}
p#tagline strong { font-weight: normal; }

ul#header-button {
	position: absolute;
	top: 40px;
	right: 60px;
	height: 19px;
}
ul#header-button:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
	clear: both;
}
ul#header-button { display: inline-block; }
/* ¥*/
* html ul#header-button { height: 19px; }
ul#header-button { display: block; }
/* */

ul#header-button li {
	float: left;
	margin-left: 10px;
}
	
/* ====================================================
	グローバルナビ
==================================================== */

ul#global-navi {
	position: absolute;
	top: 78px;
	left: 60px;
	width: 852px;
	height: 67px;
	background: url(../images/common/header/global-navi.jpg) no-repeat 0 0;
	overflow: hidden;
}
ul#global-navi:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
	clear: both;
}
ul#global-navi { display: inline-block; }
/* ¥*/
* html ul#global-navi { height: 67px; }
ul#global-navi { display: block; }
/* */

ul#global-navi li {
	float: left;
	width: 284px;
	height: 67px;
	text-indent: -9000px;
}
ul#global-navi li a {
	display: block;
	height: 67px;
}

ul#global-navi li#bt-omairi a { background: url(../images/common/header/global-navi.jpg) no-repeat 0 0; }
ul#global-navi li#bt-tour a   { background: url(../images/common/header/global-navi.jpg) no-repeat -284px 0; }
ul#global-navi li#bt-event a  { background: url(../images/common/header/global-navi.jpg) no-repeat -568px 0; }

ul#global-navi li#bt-omairi a:hover { background: url(../images/common/header/global-navi.jpg) no-repeat 0 -67px; }
ul#global-navi li#bt-tour a:hover   { background: url(../images/common/header/global-navi.jpg) no-repeat -284px -67px; }
ul#global-navi li#bt-event a:hover  { background: url(../images/common/header/global-navi.jpg) no-repeat -568px -67px; }


/* ====================================================
	コンテンツボックス
==================================================== */

/* ページタイトル */
h1#title {
	margin-bottom: 10px;
	padding-bottom: 1px;
	background: url(../images/common/dot.gif) repeat-x 0 100%;
}
#wrapper {
	width: 972px;
	margin: auto;
}
#content-wrapper {
	width: 840px;
	margin: 10px auto 0px;
	padding: 4px;
	border: 1px solid #f93;/* 枠フチ */
	background: #fc6;/* 枠 */
}

#content {
	padding: 10px;
	background: #fff;
}
#content:after {
	content: " ";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
	clear: both;
}
#content { display: inline-block; }
/* */
* html #content { height: 1%; }
#content { display: block; }
/* */

.contentsInBox {
	margin-bottom: 20px;
	padding: 0 13px 0 14px;
}

/* ページの先頭へ戻るボタン */
#pagetop {
	width: 852px;
	margin: 10px auto 15px;
	padding: 0 60px;
	text-align: right;
}

/* ====================================================
	フッタ
==================================================== */

#footer {
	background: url(../images/common/footer/back_footer.gif) repeat-x 0 0;
	text-align: center;
}
#footer-contents {
	position: relative;
	width: 972px;
	margin: 0 auto;
	background: url(../images/common/footer/back_footer_contents.gif) no-repeat 50% 0;
}
#footer-contents:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
	clear: both;
}
#footer-contetns { display: inline-block; }
/* ¥*/
* html #footer-contents { height: 1%; }
#footer-contents { display: block; }
/* */

/* キャッチ */
p#footer-line {
	text-align: left;
	margin-left: 130px;
	padding-top: 16px;
	color: white;
}

/* 連絡先
----------------------------------------------------------------*/
#footer-left {
	float: left;
	display: inline;/* for IE6 */
	width: 655px;
	margin-top: 5px;
	margin-left: 130px;
	padding: 20px 0 5px;
	text-align: left;
}
#footer-left ul {
	clear: both;
	width: 655px;
	padding-top: 15px;
	font-size: 85%;
	line-height: 1.25;
}

/* お問い合わせ
--------------------------------------------------------------- */
dl#tel {
	float: left;
	width: 66%;
	line-height: 1.25;
}
dl#tel dt {
	float: left;
	padding-right: 5px;
}
dl#tel dd {
	font-size: 85%;
	color: 333;
}
dl#tel dd span {
	font-size: 123.1%;
	letter-spacing: 1px;
}

/* ホームページへのご意見
--------------------------------------------------------------- */
dl#mail {
	float: left;
	width: 34%;
}
dl#mail dt {
	float: left;
	padding-right: 5px;
}
dl#mail dd {
	font-size: 77%;
	color: 333;
	line-height: 30px;
}
dl#mail dd a {
	color: #333;
}


/* 右側（ボタンとロゴ）
----------------------------------------------------------------*/
#footer-right {
	float: right;
	display: inline;
	width: 125px;
	margin-top: 5px;
	margin-right: 60px;
	padding: 20px 0 5px;
	text-align: left;
} 
#footer-right ul {
	margin-bottom: 10px;
}
#footer-right ul li {
	height: 25px;
}
#footer-right ul li a {
	height: 15px;
}
#footer-right p {
	text-align: right;
}

/* コピーライト */
#copyright {
	clear: both;
	width: 852px;
	margin: 0 auto;
	padding: 5px 0;
	border-top: 2px solid #aaa;
}

/* ====================================================
	FLASHページ
==================================================== */

object#main {
	display: block;
	margin: 10px auto;
	text-align: center;
}

/* 現在地表示
------------------------------------------------------------*/

/* ご利益参拝ツアー＆正式参拝ルート */
body#tour ul#global-navi li#bt-omairi a,
body#sanpai ul#global-navi li#bt-omairi a  { background: url(../images/common/header/global-navi.jpg) no-repeat scroll 0 -67px; }

/* グルメ・おみやげ・見どころ */
body#gourmet ul#global-navi li#bt-tour a,
body#souvenir ul#global-navi li#bt-tour a,
body#viewpoint ul#global-navi li#bt-tour a { background: url(../images/common/header/global-navi.jpg) no-repeat scroll -284px -67px; }


