/* ___COMMON STYLE___ */
body { margin:0 auto;
    padding:0;
	background:#ffffe3 url(/img/background.gif) repeat;
	text-align:center;
	font-size:95%;
}

#container {/* ページ全体 */
	width:850px;
	margin:0 auto 30px auto;
	padding:0;
	text-align:left;
	color:#333;
	background:#ffffcc url(/img/back-container.gif) repeat-y left;
}
#kage-back {background:url(/img/background2.gif) repeat-y center;}

#top-intro { margin:0; padding:0; text-indent:0.5em; test-align:center; background:#000; color:#fff;}
#top-intro a:link { color:#333;  text-decoration:none;}

h1 { width:200px; font-size:10%; float:left;}

#header {/* ヘッダ */
	height:130px;
	width:850px;
	overflow:hidden;
	margin:0;
	padding:0;
	zoom:1;
	background:#fff url(/img/header.gif) no-repeat left;
}
#header a {
	width:250px; height:130px;
	display:block;
	overflow: hidden;
	text-indent:-9999em;
	text-align: center;
}

/* 各ページタイトル */
#page-title_pray, #page-title_history, #page-title_guidance, #page-title_event
, #page-title_fujisawa, #page-title_kagura, #page-title_blog
, #page-title_privacy, #page-title_about, #page-title_link, #page-title_access{
	width:550px; height:130px;
	display: block;
	text-align: center;
	text-indent:-9999em;
	overflow:hidden;
	float:right;
	zoom:1;
}

#page-title_pray{background:url(/img/page-title_pray.jpg) no-repeat top right;}
#page-title_history{background:url(/img/page-title_history.jpg) no-repeat top right;}
#page-title_guidance{background:url(/img/page-title_guidance.jpg) no-repeat top right;}
#page-title_event{background:url(/img/page-title_event.jpg) no-repeat top right;}
#page-title_fujisawa{background:url(/img/page-title_fujisawa.jpg) no-repeat top right;}
#page-title_kagura{background:url(/img/page-title_kagura.jpg) no-repeat top right;}
#page-title_blog{background:url(/img/page-title_blog.jpg) no-repeat top right;}
#page-title_privacy{background:url(/img/page-title_privacy.jpg) no-repeat top right;}
#page-title_about{background:url(/img/page-title_about.jpg) no-repeat top right;}
#page-title_link{background:url(/img/page-title_link.jpg) no-repeat top right;}
#page-title_access{background:url(/img/page-title_access.jpg) no-repeat top right;}

#menu {
	width:198px;
	float:left;
	margin:0 0 0 1px; padding:0;
}

#menu p { text-align:center; margin:0 0 8px;}

/* 主要コンテンツ部分 */
#cont{
	width:198px; height:200px;
	margin:0; padding:0;
	text-align:left;
}
#cont-blog{
	width:198px; height:80px;
	margin:0; padding:0;
	text-align:left;
}

#cont ul, #cont-blog ul {margin:0; padding:0;}
#cont li, #cont-blog li {margin:0; padding:0; float:left; list-style-type:none;}

ul#cont a, ul#cont-blog a {
	display:block;
	height:40px;
	overflow:hidden;
	text-decoration:none;
}

#cont li a, #cont-blog li a{
	height:40px;
	display:block;
	overflow: hidden;
	background:url(/img/cont.gif) no-repeat;
	text-indent:-9999em;
}

#cont #top, #cont-blog #top { width:198px; }
#cont #pray { width:198px; }
#cont #history {width:198px; }
#cont #guidance { width:198px; }
#cont #event { width:198px; }
#cont-blog #blog { width:198px; }

#cont #top a, #cont-blog #top a { background-position: 0px 0px ;}
#cont #pray a { background-position: 0px -40px ;}
#cont #history a { background-position: 0px -80px ;}
#cont #guidance a { background-position: 0px -120px ;}
#cont #event a { background-position: 0px -160px ;}
#cont-blog #blog a { background-position: 0px -200px ;}

#cont #top a:hover, #cont-blog #top a:hover { background-position: -198px 0px ;}
#cont #pray a:hover { background-position: -198px -40px ;}
#cont #history a:hover { background-position: -198px -80px ;}
#cont #guidance a:hover { background-position: -198px -120px ;}
#cont #event a:hover { background-position: -198px -160px ;}
#cont-blog #blog a:hover { background-position: -198px -200px ;}

/* 訪れたページのメニュー部分をアクティブ状態に */
#cont #top_visited { width:198px; }
#cont #pray_visited { width:198px; }
#cont #history_visited { width:198px; }
#cont #guidance_visited { width:198px; }
#cont #event_visited { width:198px; }
#cont-blog #blog_visited { width:198px; }

#cont #top_visited a { background-position: -198px 0px ;}
#cont #pray_visited a { background-position: -198px -40px ;}
#cont #history_visited a { background-position: -198px -80px ;}
#cont #guidance_visited a { background-position:-198px -120px ;}
#cont #event_visited a { background-position: -198px -160px ;}
#cont-blog #blog_visited a { background-position: -198px -200px ;}

/*左中バナーエリア用*/
#cont-bnr {
	width:198px;
	background:#fc9;
	margin:0;
	padding-bottom:10px;
}
#cont-bnr p {
	margin:0; padding:0;
}

/*左下サブコンテンツ用*/
#subcont {
	background:url(/img/back-subcont.gif) no-repeat left top;
	padding-left:25px;
	border-top:1px solid #009;
	height:100%;
	font-family: "ヒラギノ明朝 Pro W6", "ＭＳ 明朝";
	font-size:14px; _font-size:12px;
}
#subcont ul {width:140px; margin-top:1em; padding-bottom:300px;}
#subcont a {text-decoration:none;}


/*通常ページ用*/

#main{/* サイドメニュー含むメインコンテンツ */
	width:850px;
	padding:0;
	margin:0;
	overflow:visible;
	clear:both;
}

#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:630px;
	overflow:hidden;
	float:right;
	margin:0 10px 0 0;
	padding:0;
	_margin:10px 5px 0 0;
}
#article p{
	margin:0 0 2em 10px;
	line-height:140%;
}

.half-l { width:300px; float:left;}
.half-r { width:300px; float:right;}

.p-column {border:1px dashed #666; background:#fee; padding:5px;}


.midashi_01{/* 主に中見出しに使用する見出し背景（茶） */
	width:630px;
	height:30px;
	font-size:18px;
	display:block; orverflow:hidden;
	padding-left:5px; margin:0 10px 1em 0;
	background: url(/img/midashi_01.gif) no-repeat top left;
	color:#333;
	line-height:200%;
	text-decoration:none;
}
.midashi_01 a{ text-decoration: none; color:#666;}

.midashi_02, .midashi_02half{/* 主に小見出しに使用する見出し背景 */
	width:620px;
	font-size:16px; height:20px;
	_padding-top:-10px; margin:0 0 1em 10px;
	background: url(/img/midashi_02.gif) no-repeat left center;
	border-bottom:1px dashed #f30;
	color:#333;
	text-decoration:none;
	text-indent:25px;
}
.midashi_02{/* 主に小見出しに使用する見出し背景 */
	width:620px;
}
.midashi_02half{/* 主に小見出しに使用する見出し背景 */
	width:300px;
}

.midashi_03{/* 主に小小見出しに使用する見出し背景 */
	padding:0 0 0 8px; margin:1em 10px 0.5em 10px;
	color:#333; font-family: "ヒラギノ角ゴ Pro W6", "ＭＳ ゴシック"; line-height:150%;font-size:100%;
	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%; line-height:150%;}*/
.list_flower { list-style-image: url(/img/list_flower.gif); padding-left:10px; margin-left:10px; }
.list_flower-o { list-style-image: url(/img/list_flower-o.gif); padding-left:10px; margin-left:10px; }
.list_flower li,.list_flower-o li{ border-bottom:1px dashed #009;}

.pray_list { list-style-type:none; margin:0; padding:0; font-size:100%;}
.pray_list-li {float:left; width:7em; margin:0; padding:0;}


/* テーブル */
 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');
}

/* ___フッタ___ */

#footer {
	width:850px;
	height:25px;
	margin:0;
	padding:0;
	background:url(/img/footer.gif) no-repeat center bottom;
	color:#fff;
	text-align:center;
	text-indent:-9999em;
	display:block;
	overflow:hidden;
	zoom:1;
}
