@charset "utf-8";

/*=== 境内案内Frame全体 ===*/
#garanFrameAll {
	width: 536px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

/*=== 伽藍の説明セットBox ===*/
#garanFrameAll .garanArea {
	width: 536px;
	text-align: left;
	margin-bottom: 120px;
}

/*=== ページのタイトル ===*/
.garanArea p.garanTitle {
	font-size: 150%;
	line-height: 110%;
	font-weight: bold;
	color: #006633;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom: 2px solid #008241;
	width: 536px;
	padding-top: 8px;
}

/*=== 本文中の見出し ===*/
.garanArea p.garanSubTitle {
	font-size: 120%;
	line-height: 120%;
	font-weight: bold;
	margin-bottom: 100px;
	margin-top: 30px;
	color: #990000;
	text-align: left;
}

/*=== 境内案内のページ本文 ===*/
.garanArea .garanBody {
	margin-bottom: 20px;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
}

.garanArea .garanBody p {
	line-height: 140%;
	text-indent: 1em;
}

/*=== メイン写真 ===*/
.garanArea .photoArea {
	width: 520px;
	margin-bottom: 16px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.garanArea .photoArea img {
	border: 1px solid #CCCCCC;
}

/*=== メイン写真（キャプション） ===*/
.garanArea .photoArea p {
	font-size: 90%;
	line-height: 100%;
	text-align: right;
	padding-bottom: 0px;
	margin-top: 4px;
}

/*=== サブ写真 ===*/
.garanArea .photoSubArea {
	width: 520px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.garanArea .photoSubArea .setBoxLeft{
	float: left;
	width: 255px;
	text-align: center;
}

.garanArea .photoSubArea .setBoxRight{
	float: right;
	width: 255px;
	text-align: center;
}

.garanArea .photoSubArea .setBoxLeft img,
.garanArea .photoSubArea .setBoxRight img {
	border: 1px solid #CCCCCC;
}

/*=== サブ写真キャプション（左揃え） ===*/
.garanArea .photoSubArea .setBoxLeft p,
.garanArea .photoSubArea .setBoxRight p {
	font-size: 90%;
	line-height: 120%;
	text-align: left;
	margin-top: 4px;
}

/*=== サブ写真キャプション（中央揃え） ===*/
.garanArea .photoSubArea .setBoxLeft p.center,
.garanArea .photoSubArea .setBoxRight p.center {
	font-size: 90%;
	line-height: 120%;
	text-align: center;
	margin-top: 4px;
}

/*=============== WARNING ===============*/
.garanWarning {
	width: 536px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.garanWarning a {
	font-size: 110%;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	line-height: 110%;
}

.garanWarning a:hover {
	font-size: 110%;
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
	line-height: 110%;
}

/*=============== ページトップ ===============*/
#garanFrameAll .garanArea .pageTop {
	width: 536px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 4px;
	border-top: 1px solid #CCCCCC;
	margin-top: 20px;
}

.garanArea .pageTop p {
	font-size: 90%;
	line-height: 100%;
}


.garanArea .pageTop a,
.garanArea .pageTop a:visited {
	line-height: 100%;
	color: #996600;
	text-decoration: none;
}

.garanArea .pageTop a:hover {
	color: #CC0000;
	text-decoration: underline;
}
