﻿/* ___COMMON STYLE___ */
body { margin:0 auto;
    padding:0;
	background:#ffffe3 url(/img/background.gif) repeat-y center;
	text-align:center;
	font-size:14px;
}

#container {/* ページ全体 */
	width:900px;
	margin:0 auto 30px auto;
	padding:0;
	text-align:left;
	color:#333;
	background:#ffffcc url(/img/back-container.gif) repeat-y center;
}

#top-intro { margin:0; padding:0; font-weight:bolder; test-align:center;}
#top-intro a:link { color:#333;  text-decoration:none;}

#header {/* ヘッダ */
	height:220px;
	width:660px;
	overflow:hidden;
	margin:0;
	padding:0;
	text-align:right;
	zoom:1;
}

/* 各ページタイトル */
#page-title_event, #page-title_history, #page-title_pray, #page-title_guide, #page-title_access
, #page-title_enmusubi, #page-title_kitsune, #page-title_trivia, #page-title_seinenkai, #page-title_toushougu, #page-title_bridal
, #page-title_anzan,#page-title_about, #page-title_privacy, #page-title_link, #page-title_health, #page-title_ryouen{
	width:660px; height:220px;
	display: block;
	text-align: center;
	text-indent:-9999em;
	overflow:hidden;
	float:right;
	zoom:1;
}

#page-title_event{background:url(/img/page-title_event.jpg) no-repeat top right;}
#page-title_history{background:url(/img/page-title_history.jpg) no-repeat top right;}
#page-title_pray{background:url(/img/page-title_pray.jpg) no-repeat top right;}
#page-title_guide{background:url(/img/page-title_guide.jpg) no-repeat top right;}
#page-title_access{background:url(/img/page-title_access.jpg) no-repeat top right;}
#page-title_enmusubi{background:url(/img/page-title_enmusubi.jpg) no-repeat top right;}
#page-title_kitsune{background:url(/img/page-title_kitsune.jpg) no-repeat top right;}
#page-title_trivia{background:url(/img/page-title_trivia.jpg) no-repeat top right;}
#page-title_seinenkai{background:url(/img/page-title_seinenkai.jpg) no-repeat top right;}
#page-title_toushougu{background:url(/img/page-title_toushougu.jpg) no-repeat top right;}
#page-title_bridal{background:url(/img/page-title_bridal.jpg) no-repeat top right;}
#page-title_anzan{background:url(/img/page-title_anzan.jpg) no-repeat top right;}
#page-title_about{background:url(/img/page-title_about.jpg) no-repeat top right;}
#page-title_privacy{background:url(/img/page-title_privacy.jpg) no-repeat top right;}
#page-title_link{background:url(/img/page-title_link.jpg) no-repeat top right;}
#page-title_health{background:url(/img/page-title_health.jpg) no-repeat top right;}
#page-title_ryouen{background:url(/img/page-title_ryouen.jpg) no-repeat top right;}

#menu {
	width:220px;
	margin:0; padding:0;
}
#menu-title a {
	width:220px; height:220px;
	display:block;
	overflow: hidden;
	text-indent:-9999em;
	background: url(/img/back-menu-title.gif) no-repeat top center;
}

#menu p { text-align:center; margin:0 0 8px;}

/* 主要コンテンツ部分 */
#cont{
	width:220px; height:186px;
	margin:0 0 10px 0; padding:0;
	text-align:left;
}

#cont ul {margin:0; padding:0;}
#cont li {margin:0; padding:0; float:left; list-style-type:none;}

ul#cont a {
	display:block;
	height:31px;
	overflow:hidden;
	text-decoration:none;
}

#cont li a{
	height:31px;
	display:block;
	overflow: hidden;
	background:url(/img/cont.gif) no-repeat;
	text-indent:-9999em;
}

#cont #top { width:220px; }
#cont #history {width:220px; }
#cont #event { width:220px; }
#cont #pray { width:220px; }
#cont #bridal { width:220px; }
#cont #access { width:220px; }

#cont #top a { background-position: 0px 0px ;}
#cont #history a { background-position: 0px -31px ;}
#cont #event a { background-position: 0px -62px ;}
#cont #pray a { background-position: 0px -93px ;}
#cont #bridal a { background-position: 0px -124px ;}
#cont #access a { background-position: 0px -155px ;}

#cont #top a:hover { background-position: -220px 0px ;}
#cont #history a:hover { background-position: -220px -31px ;}
#cont #event a:hover { background-position: -220px -62px ;}
#cont #pray a:hover { background-position: -220px -93px ;}
#cont #bridal a:hover { background-position: -220px -124px ;}
#cont #access a:hover { background-position: -220px -155px ;}

/* 訪れたページのメニュー部分をアクティブ状態に */
#cont #top_visited { width:220px; }
#cont #history_visited { width:220px; }
#cont #event_visited { width:220px; }
#cont #pray_visited { width:220px; }
#cont #bridal_visited { width:220px; }
#cont #access_visited { width:220px; }

#cont #top_visited a { background-position: -220px 0px ;}
#cont #history_visited a { background-position: -220px -31px ;}
#cont #event_visited a { background-position: -220px -62px ;}
#cont #pray_visited a { background-position:- 220px -93px ;}
#cont #bridal_visited a { background-position: -220px -124px ;}
#cont #access_visited a { background-position: -220px -155px ;}


/*通常ページ用*/

#main{/* サイドメニュー含むメインコンテンツ */
	width:660px;
	padding:0;
	margin:0;
	float:right;
	overflow:visible;
	clear:both;
	backgrond:#dbf2bc;
}

#main strong{
	font-weight:lighter;
}

/* 各ページ　サイドメニュー */
#side-cont{
	width:180px;
	margin:-70px 0 0 0; padding:0 0 160px 0;
	float:left;
}

#side-subcont a:link{color:#fff; text-decoration:none;}
#side-subcont a:visited {color:#cff; text-decoration:none;}
#side-subcont a:hover {color:#cfc; text-decoration:underline;}
#side-subcont a:active {color:#cfc; text-decoration:none;}


#article{/* 各ページメイン記事部分 */
	width:660px;
	overflow:hidden;
	margin:20px 0 0 0; padding-top:10px;
	border-top:1px solid #999;
	background:#ebf9d9 url(/img/back-article.gif) no-repeat center bottom;
}
#article p{
	margin:0 10px 2em 10px;
}

.half-l { width:290px; float:left;}
.half-r { width:290px; float:right;}

.p-column {border:1px dashed #666; background:#f7fdf0; padding:5px;}


.midashi_01{/* 主に大見出しに使用する見出し背景（茶） */
	height:43px;
	font-size:28px;
	display:block; orverflow:hidden;
	_padding:5px; padding-left:5px; margin:0 10px 1em 10px;
	background: url(/img/midashi_01.gif) no-repeat left bottom;
	color:#333; font-family: "ヒラギノ明朝 Pro W6", "ＭＳ 明朝";
	_line-height:-200%;
	text-decoration:none;
}
.midashi_01 a{ text-decoration: none; color:#666;}

.midashi_02{/* 主に中見出しに使用する見出し背景 */
	font-size:18px; height:25px;
	_padding-top:-10px; margin:0 0 1em 10px;
	font-weight:lighter;
	background: url(/img/midashi_02.gif) no-repeat left center;
	color:#360; font-family: "ヒラギノ角ゴ Pro W6", "ＭＳ ゴシック";
	_line-height:-500%;
	text-decoration:none;
	text-indent:10px;
}
.midashi_02 .sub-midashi{/* 中見出し中のサブ的見出し */
	font-size:80%;
	padding:0; margin:0;
	color:#6c6; font-family: "ヒラギノ角ゴ Pro W6", "ＭＳ ゴシック";
	_line-height:200%;
	text-decoration:none;
}
.midashi_02b{/* 主に中見出しに使用する見出し背景　オレンジ版 */
	font-size:18px; height:25px;
	_padding-top:-10px; margin:0 0 1em 10px;
	font-weight:lighter;
	background: url(/img/midashi_02b.gif) no-repeat left center;
	color:#ff3; font-family: "ヒラギノ角ゴ Pro W6", "ＭＳ ゴシック";
	_line-height:-500%;
	text-decoration:none;
	text-indent:10px;
}

.midashi_03{/* 主に小見出しに使用する見出し背景 */
	padding:0 0 0 8px; margin:1em 10px 0.5em 10px;
	color:#333; font-family: "ヒラギノ角ゴ Pro W6", "ＭＳ ゴシック"; line-height:150%;font-size:14px;
	border-bottom: 1px solid #030; border-left: 3px solid #090;
	background:#9f9;
	clear:both;
}

.midashi_04{/* 主に小見出しに使用する見出し背景 */
	display:block; orverflow:hidden;
	font-size:110%; font-weight:lighter;
	height:15px; background: url(/img/midashi_04.gif) no-repeat bottom left; padding:15px 0 0 20px; margin:0 10px 0.5em 10px;
	color:#360; font-family: "ヒラギノ角ゴ Pro W6", "ＭＳ ゴシック";
	clear:both;
}
.midashi_04 a{ text-decoration: none; color:#360;}

.midashi_bnr{/* 主に小見出しに使用する見出し背景 */
	margin:1em 0 1em 25px;
	clear:both;
}

.page-contents{
	width:450px; text-align:center; padding:0.5em;
	border:1px dashed #36c; background:#9cf;
	margin:1em 0 1em 75px;
}

img {border:none;vertical-align:bottom;}
.article-img {margin-left:10px;}

.img_right{float:right; margin-left:10px;}
.img_left{float:left; margin-right:10px;}

/* 新着情報　コラム */
.news ,#column {
	margin:0 10px; padding:5px; font-size:90%; background:#ffc;
	border:1px dashed #999;
}

/* 各部品 */
.c-both{clear:both; height:0; width:0; visibility:hidden;}
.left {text-align:left;}
.right {text-align:right; margin-right:10px;}
.center {text-align:center;}
.photo_left { float:left; margin:0 1em 1em 0;}
.photo_right { float:right; margin:0 0 1em 1em;}
.attention {color:#c00;}
.attention2 {color:#006f00;}
.attention3 {color:#00c;}
.attention_column{border:1px solid #f00; padding:0.5em; }
.notice {color:#F00;font-size:90%;}
.notice2 {color:#080;font-size:90%;}
.bold {font-weight:bolder;}
.marker-t {color:#009899}
.important {color:#c00; font-size:110%; font-weight:bolder;}
.lighter {font-weight:lighter;}
.caption {font-size:70%; color:#066;}
.date {font-size:90%;text-align:right;}
.small {font-size:85%;font-weight:normal}
.big { font-size:120%;}
.huge { font-size:150%;}
.pagenavi {color:#009899;margin:1em 0 50px 0;line-height:150%;}
.pagenavi img {vertical-align:baseline;}

.frame {border:1px solid #009899; padding:10px;margin:5px 20px 1em 35px;}
.frame-c {border:1px solid #009899; padding:10px;background-color:#EBF8F8;margin:5px 20px 1em 35px;;}
.frame-notice {border:1px solid #F00; padding:10px;margin:5px 0 1em 0;color:#F00;}
.frame li, .frame-c li {list-style-type:none;margin:5px 0}
.frame ul.cllist li, .frame-c ul.cllist li {list-style-type:disc;margin:5px 0}
.frame ol.cllist li, .frame-c ol.cllist li {list-style-type:decimal;margin:5px 0 5px 10px}
#main p.submitline {text-align:center; margin:25px 0;}
.backbtn {margin-right:2em}
.submitbtn {width:10em;}
.resetbtn {margin-left:2em}
.main-text:first-letter{font-size:180%; _line-hight:200%; float:left;}


/*リスト*/
ul, ol { font-size:90%;}
.list_circle { list-style-image: url(/img/list_circle.gif); padding-left:20px; margin-left:20px; }
.yoko-list {
	list-style-type: none;
	width:640px; padding:0 auto 0 auto; margin-left:5px;
}
.yoko-list_circle {
	float:left; background: url(/img/list_circle.gif) left no-repeat; padding-left:15px;
	width:10em;
}

/* テーブル */
 table {margin:0 10px 1em 10px; font-size:90%;}
 table caption {font-size:100%; color:#c30; background:#ff9;}
 
.chart-gray, .chart-gray-l {background:#666;margin-bottom:1em;}
.chart-orange, .chart-orange-l {background:#c30;margin-bottom:1em;}
.chart-red, .chart-red-l {background:#c00;margin-bottom:1em;}
.chart-purple, .chart-purple-l {background:#606;margin-bottom:1em;}
.chart-pink, .chart-pink-l {background:#f66;margin-bottom:1em;}
.chart-clear, .chart-clear-l {margin-bottom:1em;}

.chart-gray caption, .chart-orange caption, .chart-red caption, .chart-purple caption, .chart-pink caption, .chart-clear caption,
.chart-gray-l caption, .chart-orange-l caption, .chart-red-l caption, .chart-orange-l caption, .chart-purple-l caption, .chart-clear-l caption
{text-align:center;font-weight:bold;padding:2px 0;}

.chart-gray td, .chart-gray-l td, .chart-orange td, .chart-orange-l td, .chart-red td, .chart-red-l td,
.chart-purple td, .chart-purple-l td, .chart-pink td, .chart-pink-l td
{background:#fff; color:#333;}

.chart-gray th, .chart-gray-l th {background:#999;color:#fff;}
.chart-orange th, .chart-orange-l th {background:#f60;color:#fff;}
.chart-red th, .chart-red-l th {background:#ffc;color:#a00;}
.chart-purple th, .chart-purple-l th {background:#939;color:#fff;}
.chart-pink th, .chart-pink-l th {background:#fcc;color:#666;}
.chart-clear th, .chart-clear-l th {background:#ccc;color:#333;}

.chart-gray th.mi-sub, .chart-gray-l th.mi-sub {background:#666;color:#FFF;}
.chart-gray th.mi-subsub, .chart-gray-l th.mi-subsub {background:#ccc;color:#fff}
.chart-orange th.mi-sub, .chart-orange-l th.mi-sub {background:#f93;color:#222;}
.chart-orange th.mi-subsub, .chart-orange-l th.mi-subsub {background:#fc9;color:#222}
.chart-red th.mi-sub, .chart-red-l th.mi-sub {background:#f99;color:#333;}
.chart-red th.mi-subsub, .chart-red-l th.mi-subsub {background:#fcc;color:#333}
.chart-purple th.mi-sub, .chart-purple-l th.mi-sub {background:#C2C2CC;color:#222;}
.chart-purple th.mi-subsub, .chart-purple-l th.mi-subsub {background:#EBEBF7;color:#222;}
.chart-pink th.mi-sub, .chart-pink-l th.mi-sub {background:#fdd;color:#333;}
.chart-pink th.mi-subsub, .chart-pink-l th.mi-subsub {background:#fee;color:#333;}
.chart-clear th.mi-sub, .chart-clear-l th.mi-sub {background:#666;color:#fff;}
.chart-clear th.mi-subsub, .chart-clear-l th.mi-subsub {background:#ccc;color:#333;}

.chart-gray th, .chart-orange th, .chart-red th, .chart-purple th, .chart-pink th, .chart-clear th,
.chart-gray th.mi-sub, .chart-gray th.mi-subsub, .chart-orange th.mi-sub, .chart-orange th.mi-subsub, .chart-purple th.mi-sub, .chart-purple th.mi-subsub, .chart-clear th.mi-subsub
 {text-align:center}
.chart-gray-l th, .chart-orange-l th, .chart-red-l th, .chart-purple-l th, .chart-pink-l th, .chart-clear-l th,
.chart-gray-l th.mi-sub, .chart-gray-l th.mi-subsub, .chart-orange-l th.mi-sub, .chart-orange-l th.mi-subsub, .chart-purple-l th.mi-sub, .chart-purple-l th.mi-subsub, .chart-clear-l th.mi-subsub
 {text-align:left}
 
.mihon-chart th {
 	padding:3px;
	width:70px ;text-align:left; font-family: "ヒラギノ明朝 Pro W6", "ＭＳ 明朝";
	background: url(../img/midashi_tate.jpg) repeat-y;
 }
.mihon-chart td {
 	margin-bottom:10px;width:150px ;text-align:right; font-family: "ヒラギノ明朝 Pro W6", "ＭＳ 明朝";
 }
 
  /* メールフォーム */
.table_contact{
 	background:url(/img/back_contact.jpg) no-repeat center center #fff;
	width:700px;
	margin-left:0;
}
.table_talisman{
 	background:url(/img/back_talisman.jpg) no-repeat center center #fff;
	width:700px;
	margin-left:0;
}
.table_contact th, .table_talisman th{
 	width:140px;
	padding:2px;
	border-bottom:1px solid #999;
}
 
.defaultTxtInput{
 	border:1px solid #999;
	filter:Alpha(opacity='50');
}
.focusTxtInput{
 	border:1px solid #f99;
	filter:Alpha(opacity='100');
}
.errorTxtInput{
 	border:1px solid #f00;
	background:#f99;
	filter:Alpha(opacity='100');
}

/* ___フッタ___ */

#article-bottom{
	width:660px;
	text-align:center;
	margin:20px 0 5px 0;
}
#article-bottom a.page-top {
	width:660px; height:130px;
	display:block;
	overflow: hidden;
	text-indent:-9999em;
}


#footer {
	width:900px;
	margin:0;
	padding:0.1em;
	height:16px;
	background: #360;
	color:#fff;
	font-size:80%;
	border:1px solid #cf6;
	text-align:center;
}

