/* タグ */
BODY {
	background-color: #ffffff;
	background-image: url(images/bg007.gif);
	background-repeat: repeat;
	margin: 0px;
	text-align: center;
	color: #555555;
}
A {
	color: #00aa00;
	text-decoration: none;
}
A:hover {
	color: #0088bb;
	text-decoration: underline;
}
A.white {
	color: #ffffff;
	text-decoration: none;
}
A.white:hover {
	color: #ffffff;
	text-decoration: underline;
}
A.menu_link {
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	width: 180px;
	height: 21px;
	padding: 0px;
	border-width: 0px 0px 1px 0px;
	border-color: #888888;
	border-style: solid;

	/* 不透明度 */
	filter: filter: Alpha(opacity=40);
	-khtml-opacity: .40;	// Safari
	-moz-opacity: .40;		// Firefox
	opacity: .40;			// CSS2
}
A.menu_link:hover {
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	width: 180px;
	height: 21px;
	padding: 0px;
	border-width: 0px 0px 1px 0px;
	border-color: #888888;
	border-style: solid;

	/* 不透明度 */
	filter: filter: Alpha(opacity=80);
	-khtml-opacity: .80;	// Safari
	-moz-opacity: .80;		// Firefox
	opacity: .80;			// CSS2
}
A.menu_link_img:hover {
	/* 不透明度 */
	filter: filter: Alpha(opacity=40);
	-khtml-opacity: .40;	// Safari
	-moz-opacity: .40;		// Firefox
	opacity: .40;			// CSS2
}
A.menu_link_img {
	/* 不透明度 */
	filter: filter: Alpha(opacity=99);
	-khtml-opacity: .99;	// Safari
	-moz-opacity: .99;		// Firefox
	opacity: .99;			// CSS2
}
// TABLE,TR,TH,TD {
//	padding: 0px;
//	border-width: 0px;
//	border-collapse: collapse;
//}


/* 基本 */
.font50  { font-size: 0.5em; }
.font60  { font-size: 0.6em; }
.font70  { font-size: 0.7em; }
.font75  { font-size: 0.75em; }
.font80  { font-size: 0.8em; }
.font85  { font-size: 0.85em; }
.font90  { font-size: 0.9em; }
.font95  { font-size: 0.95em; }
.font100 { font-size: 1.0em; }
.font110 { font-size: 1.1em; }
.font120 { font-size: 1.2em; }
.font130 { font-size: 1.3em; }
.font140 { font-size: 1.4em; }
.font150 { font-size: 1.5em; }

.font8px  { font-size: 8px; }
.font10px { font-size: 10px; }
.font12px { font-size: 12px; }
.font14px { font-size: 14px; }
.font16px { font-size: 16px; }

H1 {
	font-size: 1.3em;
	line-height:140%;
}
H2 {
	font-size: 1.2em;
	line-height:130%;
}
H3 {
	font-size: 1.1em;
	line-height:120%;
}
H4 {
	font-size: 1.0em;
	line-height:110%;
}
H5 {
	font-size: 0.9em;
	line-height:100%;
}
H6 {
	font-size: 0.8em;
	line-height:100%;
}


/* 枠 */
.tbl_waku_gray {
	padding: 10px;
	border-width: 1px;
	border-color: #aaaaaa;
	border-style: solid;
	border-collapse: collapse;
}
.tbl_waku_green {
	padding: 10px;
	border-width: 1px;
	border-color: #008800;
	border-style: solid;
	border-collapse: collapse;
}
.tbl_waku_blue {
	padding: 10px;
	border-width: 1px;
	border-color: #2266ff;
	border-style: solid;
	border-collapse: collapse;
}



/* コンテンツ */
/* 基本 */
.content_text
{
	font-size: 0.9em;
	line-height: 140%;
	text-align: justify;
	text-justify: inter-ideograph;
}


/* 外枠 */
.base {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.main {
	width: 758px;
	padding: 0px 1px 0px 1px;
	background-color: #ffffff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.content {
	display: block;
	margin: 0px;
	width: 750px;
	padding: 0px 3px 0px 3px;
	background-color: #ffffff;
	text-align: left;
	border-width: 0px 1px 0px 1px;
	border-color: #7799aa;
	border-style: solid;
}

/* ヘッドライン */
.header {
	display: block;
	overflow: hidden;
	height: 20px;
	line-height: 100%;
	text-align: left;
	padding: 0px;
}
H1.headline {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

/* トップページイメージ・今月の神訓 */
.topimage {
	display: block;
	width: 750px;
	margin: 0px 0px 2px 0px;

	background-color: #449944;

	text-align: left;
	line-height: 100%;
}
.shinkun {
	display: block;
	padding: 1px 5px 4px 5px;

	font-size: 0.9em;
	color: #ffffff;
	white-space: normal;
}

/* メイン */
.content_main {
	width: 750px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	vertical-align: top;
}

/* 左メニュー */
.content_left {
	width: 200px;
	vertical-align: top;
	background-image: url(images/bg-menu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 265px;
}
.menu_l {
	vertical-align: top;
	padding: 10px;
	line-height: 100%;
}
.m_item {
	display: block;
	padding: 3px 0px 0px 0px;
}


/* 右コンテンツ */
.content_right {
	width: 550px;
	vertical-align: top;
}
.content_r {
	padding: 10px;
	vertical-align: top;
}
.content_r_body {
	line-height:140%;
	text-align: justify;
	text-justify: inter-ideograph;
}

/* バナーリンク */
.topbunner {
	display: block;
	margin: 0px 0px 5px 0px;
	text-align: center;
}

/* トップニュース */
.topnews {
	display: block;
	margin: 10px 0px 5px 0px;
	width: 530px;
}
.topnews_title {
	text-align: left;
	font-weight: bold;
	font-size: 1.0em;
	padding: 0px 0px 5px 0px;
	line-height: 100%;
}
.topnews_date {
	text-align: right;
	font-size: 0.9em;
	color: #880000;
	padding: 0px 0px 5px 0px;
	line-height: 100%;
}
.topnews_body {
	vertical-align: top;
	text-align: left;
	font-size: 0.9em;
	line-height: 140%;
}
.topnews_photo {
	vertical-align: top;
	text-align: left;
	padding: 0px 0px 0px 10px;
	font-size: 0.8em;
	line-height: 140%;
}
.topindex {
	display: block;
	padding: 5px 0px 15px 10px;
	width: 530px;
	line-height: 140%;
	font-size: 0.9em;
}
.toplibrary {
	display: block;
	padding: 10px;
	width: 260px;
	line-height: 120%;

	background-color: #000000;
	color: #ffffff;
}
.topnegilibtd{
	padding: 10px 0px 0px 0px;
}

/* フッタ */
.footer {
	display: block;
	width: 750px;
	padding: 0px;
	border-width: 1px 0px 0px 0px;
	border-color: #449944;
	border-style: solid;
	text-align: center;
}
.footer_left {
	padding: 2px 0px 5px 5px;
	text-align: left;
	vertical-align: top;
	line-height: 110%;
	font-size: 0.9em;
}
.footer_right {
	padding: 2px 5px 5px 0px;
	text-align: right;
	vertical-align: top;
	font-size: 12px;
}


/* 年中行事 */
.shinji_month {
	display: block;
	width: 180px;
	border-width: 0px 0px 1px 2px;
	border-style: solid;
	border-color: #bbbbbb;
	margin-top: 10px;
	padding: 2px 0px 2px 10px;
	font-size: 0.9em;
	font-weight: bold;
}
.shinji_day {
	width: 120px;
	text-align: right;
	vertical-align: top;
	padding: 3px 5px 2px 0px;
	font-size: 0.85em;
	line-height: 140%;
}
.shinji_cont {
	width: 400px;
	vertical-align: top;
	padding: 3px 0px 2px 10px;
	font-size: 0.85em;
	line-height: 140%;
	text-align: justify;
	text-justify: inter-ideograph;
}


/* リンク */
.link_category {
	display: block;
	width: 180px;
	border-width: 0px 0px 1px 2px;
	border-style: solid;
	border-color: #bbbbbb;
	margin-top: 10px;
	padding: 2px 0px 2px 10px;
	font-size: 0.9em;
	font-weight: bold;
}
.link_title {
	width: 200px;
	text-align: left;
	vertical-align: top;
	padding: 3px 5px 2px 10px;
	font-size: 0.85em;
	line-height: 140%;
}
.link_url {
	width: 320px;
	text-align: left;
	vertical-align: top;
	padding: 3px 0px 2px 10px;
	font-size: 0.85em;
	line-height: 140%;
}


/* アクセス */
.access_category {
	display: block;
	width: 180px;
	border-width: 0px 0px 1px 2px;
	border-style: solid;
	border-color: #bbbbbb;
	margin-top: 10px;
	padding: 2px 0px 2px 10px;
	font-size: 0.9em;
	font-weight: bold;
}


/* 御祈祷 */
.kitou_category {
	display: block;
	width: 240px;
	border-width: 0px 0px 1px 2px;
	border-style: solid;
	border-color: #bbbbbb;
	margin-top: 10px;
	padding: 2px 0px 2px 10px;
	font-size: 0.9em;
	font-weight: bold;
}
.kitou_title {
	width: 150px;
	text-align: right;
	vertical-align: top;
	padding: 3px 5px 9px 0px;
	font-size: 0.85em;
	font-weight: bold;
	line-height: 140%;
}
.kitou_cont {
	width: 370px;
	vertical-align: top;
	padding: 3px 0px 9px 10px;
	font-size: 0.85em;
	line-height: 140%;
	text-align: justify;
	text-justify: inter-ideograph;
}

/* 境内案内 */
.keidai_map {
	display: block;
	width: 530px;
	height: 115px;
	overflow-x: scroll;
	overflow-y: hidden;
}

.keidai_waku {
	display: block;
	width: 400px;
	height: 435px;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	border-width: 0px 0px 0px 1px;
	border-color: #aaaaaa;
	border-style: solid;
}
.keidai_cont {
	display: block;
	width: 400px;
	height: 435px;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px 10px 5px 10px;
	font-size: 0.85em;
	line-height: 140%;
	visibility: hidden;
	text-align: justify;
	text-justify: inter-ideograph;
	z-index: 1;
}

/* 神訓 */
.shinkun_waku
{
	border-width: 1px;
	border-color: #aaaaaa;
	border-style: solid;
	padding: 30px 20px 40px 20px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 180%;
}
.shinkun_cont
{
	writing-mode:tb-rl;
}

/* 御祈祷 */
.ofuda_category {
	display: block;
	width: 530px;
	border-width: 0px 0px 1px 2px;
	border-style: solid;
	border-color: #bbbbbb;
	margin-top: 10px;
	padding: 2px 0px 2px 10px;
	font-size: 0.9em;
	font-weight: bold;
}

/* ゑびす茶屋 */
.cafe li{
	list-style-type: none;
}
.cafe ul{
	margin: 3px 0 3px 10px;
}
.cafe h1{
	width: 400px;
	height: 35px;
	font-size: 110%;
	background: url("./images/title_red400x35.gif") top left no-repeat;
	padding: 0 0 0 40px;
}
.cafe h2{
	width: 200px;
	height: 30px;
	font-size: 110%;
	background: url("./images/title_green200x30.gif") top left no-repeat;
	padding: 0 0 0 40px;
	margin: 0;
}
.cafe table{
	width: 465px;
}
.cafe table th{
	width: 150px;
	height: 100px;
}
.cafe table td{
	font-size: 90%;
	text-align: center;
}
.cafe span{
	height: 30px;
	background: url("./images/title_green200x30.gif") top left no-repeat;
	display: block;
	font-weight: bold;
	font-size: 120%;
	padding: 5px 0 10px 40px;
	text-align: left;
}
.cafe.ebisu_content{
	padding: 0 0 0 30px;
}

