﻿/*==最新行事情報ページ専用==*/

/* ページタイトル部分 */

#header-subpage {/* ヘッダ */
	background: url(../img/title_hibita.jpg) no-repeat right;
}

#page-title {
	width:200px;
	height:250px;
	overflow:hidden;
	background: url(/img/header.jpg) no-repeat left top;
	margin:0 0 0 1px; padding:0; padding:0;
	text-align:right;
	float:left;
}

#page-title h2 a.head-title{
	display: block;
	text-align: center;
	height:250px; width:200px;
	text-decoration: none;
	text-indent:-9999em;
	overflow:hidden;
}

/* サイドメニュー部分 */
#cont-menu{
	width:576px; height:70px;
	margin:180px 0 0 10px; padding:0;
	float:left;
}
#cont-menu ul {margin:0; padding:0;}
#cont-menu li {margin:0; padding:0; float:left; list-style-type:none;}

ul#cont-menu a {
	display:block;
	width:192px;
	overflow:hidden;
	background:url(../img/cont-menu.gif) no-repeat;
	text-decoration:none;
}

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

#cont-menu #index { width:192px; }
#cont-menu #chimei {width:192px; }
#cont-menu #keidai {width:192px; }
#cont-menu #saijiki {width:192px; }
#cont-menu #shokansha {width:192px; }
#cont-menu #juusansha {width:192px; }

#cont-menu #index a { background-position: 0px 0px ; height:35px;}
#cont-menu #chimei a { background-position: -192px 0px ; height:35px;}
#cont-menu #keidai a { background-position: -384px 0px ; height:35px;}
#cont-menu #saijiki a { background-position: 0px -35px ; height:35px;}
#cont-menu #shokansha a { background-position: -192px -35px ; height:35px;}
#cont-menu #juusansha a { background-position: -384px -35px ; height:35px;}

#cont-menu #index a:hover { background-position: 0px -70px ;}
#cont-menu #chimei a:hover { background-position: -192px -70px ;}
#cont-menu #keidai a:hover { background-position: -384px -70px ;}
#cont-menu #saijiki a:hover { background-position: 0px -105px ;}
#cont-menu #shokansha a:hover { background-position: -192px -105px ;}
#cont-menu #juusansha a:hover { background-position: -384px -105px ;}

/* 訪れたページのメニュー部分をアクティブ状態に */
#cont-menu #index_visited { width:192px; height:35px; }
#cont-menu #chimei_visited { width:192px; height:35px; }
#cont-menu #keidai_visited { width:192px; height:35px; }
#cont-menu #saijiki_visited { width:192px; height:35px; }
#cont-menu #shokansha_visited { width:192px; height:35px; }
#cont-menu #juusansha_visited { width:192px; height:35px; }

#cont-menu #index_visited a { background-position: 0px -70px ; height:35px;}
#cont-menu #chimei_visited a { background-position: -192px -70px ; height:35px;}
#cont-menu #keidai_visited a { background-position: -384px -70px ; height:35px;}
#cont-menu #saijiki_visited a { background-position: 0px -105px ; height:35px;}
#cont-menu #shokansha_visited a { background-position: -192px -105px ; height:35px;}
#cont-menu #juusansha_visited a { background-position: -384px -105px ; height:35px;}


/*境内案内サムネイル*/
#thumbnail, #thumbnail2 { width:570px; margin:0 0 1em 0; padding:0;}
#thumbnail h3 { margin-left:0;}
#thumbnail p, #thumbnail2 p { width:114px; height:130px; float:left; margin:0 0 1em 0; padding:0; text-align:center; font-size:12px;}
#thumbnail p a:link, #thumbnail p a:visited, #thumbnail2 p a:link, #thumbnail2 p a:visited { color:#600; text-decoration:none;}
