@charset "utf-8";
/* CSS Document */

/* -----------------------------------------------------------
CSS Information

 File name:       content.css
 Author:          Yoneda Ryo
 date:            2008/08/28
----------------------------------------------------------- */

/*======================================

	           TOP PAGE

=======================================*/

#main_box .post {
	background-image: url(../image/basic/kugiri510.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 10px 0;
	padding: 0 0 15px 0;
}
#main_box .post .date {
	text-align: left;
	color: #3B3B8A;
}
#main_box .post h3 {
	font-weight: bold;
	color: #6B014C;
}
#main_box .entry p {
	text-align: left;
}
#main_box p.list_all {
	text-align: right;
	margin: 5px 0 0 0;
}
#main_box p.list_all a {
	text-decoration: underline;
	color: #6B014C;
}

/*======================================

  PAGE COMMOMN

=======================================*/

.page {
  width: 700px;
  margin: 35px auto 20px auto;
}
img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
img.alignright {
  float: right;
  margin: 0 0 10px 10px;
}
img.alignnone {
  display: block;
  margin: 0 0 10px 0;
}
p.aligncenter {
  text-align: center;
  margin: 20px 0 20px 0;
}
.back_top {
  text-align: right;
  margin: 10px 0 0 0;
}

/*======================================

  NOTICE LIST PAGE

=======================================*/

.notice_list_page .post {
	background-image: url(../image/basic/kugiri700.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 10px 0 20px 0;
	padding: 0 0 15px 0;
}

.notice_list_page .post .date {
	text-align: left;
	color: #3B3B8A;
}
.notice_list_page h3 {
	font-weight: bold;
	color: #6B014C;
}
.notice_list_page .entry p {
	text-align: left;
}

/*======================================

  EVENT PAGE

=======================================*/

.event_page h3 {
  background-image: url(../image/basic/title_bg.gif);
  background-repeat: no-repeat;
  width: 660px;
  height: 39px;
  padding: 3px 0 0 40px;
  margin: 0 0 20px 0;
}
.event_page table {
  width: 700px;
  margin: 20px auto;
  border: 1px solid #3B3B8A;
}
.event_page table td.caption {
  padding: 5px;
  background-color: #000033;
  color: #FFFFFF;
  border: 1px solid #3B3B8A;
  text-align: center;
}
.event_page table th {
  width: 250px;
  background-color: #EFEFEF;
  border: 1px solid #3B3B8A;
}
.event_page table td {
  border: 1px solid #3B3B8A;
}

/*======================================

  EXPLORE PAGE(ご探訪)

=======================================*/

h2.explore {margin: 0 0 40px 0;}

/** 国宝 **/

.explore_page ul.n_treasure {
	zoom: 100%;
}
.explore_page ul.n_treasure :after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
ul.n_treasure li.left {
	float: left;
	width: 350px;
}
ul.n_treasure li.right {
	float: right;
	width: 350px;
}
ul.n_treasure li a {
	width: 170px;
	margin: 0 auto;
	display: block;
}
ul.n_treasure li img {
	display: block;
}
ul.n_treasure p.name a {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #6B014C;
	width: 350px;
	margin: 3px auto 0 auto;
}
ul.n_treasure p.description {
	width: 200px;
	margin: 0 auto;
}

/** 重要文化財 **/

ul.asset {
	zoom: 100%;
	margin-top: 40px;
}
ul.asset:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
ul.asset li.left {
	width: 230px;
	float: left;
}
ul.asset li.middle {
	width: 230px;
	float: left;
}
ul.asset li.right {
	width: 230px;
	float: right;
}
ul.asset li img a {
	display: block;
}
ul.asset p.name a {
	text-align: center;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #6B014C;
	margin: 3px auto 0 auto;
}
ul.asset p.description {
	width: 200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*======================================

  LINK PAGE

=======================================*/

.link_page h3 {
  color: #000033;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px 0;
  clear: both;
}
.link_page h4 {
  color: #6B0449;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
  clear: both;
}
.link_page table {
	margin: 0 0 20px 0;
	border-bottom: #999999;
	border-bottom-style:dotted;
	border-bottom-width: 1px;
}
.link_page table td {
	width: 50%;
	text-align: left;
}
/*======================================

  NORMAL PAGE

=======================================*/
.normal_page h3 {
  color: #000033;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
  clear: both;
}
.normal_page h4 {
  color: #FF0000;
  font-size: 12px;
  margin: 0 0 10px 0;
  clear: both;
}
.normal_page p {
  margin: 0 0 40px 0;
}
.normal_page .photo_box {
	background-color: #F9F6F0;
	padding: 20px;
	margin: 0 0 40px 0;
	height: 180px;
	zoom: 100%;
}
.normal_page .photo_box:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.normal_page .photo_box .l_pict {
	float: left;
	margin: 0;
	padding-right: 20px;
}
.normal_page .photo_box .l_pict02 {
	float: left;
	margin: 0;
	padding-right: 45px;
}
.normal_page .photo_box .r_pict {
	float: right;
	margin: 0;
}
.normal_page .photo_box .left {
	float: left;
	margin: 0 0 0 30px;
}
.normal_page .photo_box .right {
	float: right;
	margin: 0 30px 0 0;
}
.normal_page .photo_box img {display: block;}

.normal_page .event_content {
  background-color: #F9F6F0;
  padding: 5px;
  margin: 0 0 20px 0 ;
  text-align: left;
}
.normal_page .event_content .photo {
  float: right;
  margin: 10px;
  text-align: center;
  font-size: 76%;
}
.normal_page .event_content .photo img { display: block;}

.normal_page .treasure_box {
	background-color: #F9F6F0;
	padding: 20px;
	text-align: left;
}
/*======================================

 MAP PAGE(アクセス)

=======================================*/

.map_page .map01 {
	text-align: left;
	float: left;
	padding: 20px 0 0 0;
}
.map_page .map02 {
	text-align: left;
	float: right;
	padding: 20px 0 0 0;
}
.map_page .map03 {
	text-align: left;
	float: left;
	padding: 20px 0 0 0;
}
.map_page .map04 {
	text-align: left;
	float: right;
	padding: 20px 0 0 0;
}
.map_page .map05 {
	text-align: left;
	float: left;
	padding: 20px 0 0 0;
}
.map_page .map06 {
	text-align: left;
	float: right;
	padding: 20px 0 0 0;
}
.map_page iframe {border: none;}

.map_page .explain {
	background-color: #F9F6F0;
	padding: 5px;
	margin: 0 0 20px 0;
}
.map_page .e_explain {
	background-color: #F9F6F0;
	padding: 5px;
	margin: 0 0 20px 0;
	text-align: left;
}
#map {
  width: 300px;
  height: 300px;
  background-color: #333;
}
/*======================================

 住職ブログ

=======================================*/

#blog_content {
  float: left;
  width: 510px;
  padding: 0 0 0 20px;
  margin: 20px 0;
}
#blog_sidebar {
	width: 220px;
	float: right;
	margin: 20px 10px 0 10px;
	padding: 20px 0;
}
#blog_content .post h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000033;
}
#blog_content .post .date {
	font-size: 10px;
	text-align: left;
	color: #6B014C;
	margin: 0 0 10px 0;
}
#blog_content .post .entry {
	background-image: url(../image/basic/kugiri_blog.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#blog_sidebar ul li.title {
	background-image: url(../image/blog/title.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 220px;
	line-height: 35px;
	font-size: 14px;
	color: #000033;
	font-weight: bold;
}
#blog_sidebar ul li.kiji {
	text-align: left;
	margin: 5px 0;
	font-size: 12px;
}
#blog_sidebar ul.archive li.title {
	text-align: center;
	line-height: 35px;
}
#blog_sidebar ul.archive li {
	text-align: left;
	margin: 5px 0;
	font-size: 12px;
}
#blog_content h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000033;
	margin: 0 0 10px 0;
}
#blog_content .entry-date {
	font-size: 10px;
	text-align: left;
	color: #6B014C;
	margin: 0 0 10px 0;
}
#blog_content .entry-excerpt {
	background-image: url(../image/basic/kugiri_archive.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#blog_content .entry-text img {
	float: none;
	display: block;
}
