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

/* ページタイトル部分 */
#page-title {
	width:800px;
	height:250px;
	background: #fff;
	margin:0; padding:0;
	border-bottom:3px solid #a00;
	clear:both;
}


/* サイドメニュー部分 */
#cont-menu{
	width:200px; height:250px;
	margin:0 0 0.5em 0; 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:200px;
	overflow:hidden;
	background:url(../img/cont-menu.jpg) no-repeat;
	text-decoration:none;
}

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

#cont-menu #index { width:200px; }
#cont-menu #omamori {width:200px; }
#cont-menu #ema { width:200px; }


#cont-menu #index a { background-position: 0px 0px ; height:84px;}
#cont-menu #omamori a { background-position: 0px -84px ; height:83px;}
#cont-menu #ema a { background-position: 0px -167px ; height:83px;}

#cont-menu #index a:hover { background-position: -200px 0px ;}
#cont-menu #omamori a:hover { background-position: -200px -84px ;}
#cont-menu #ema a:hover { background-position: -200px -167px ;}

/* 訪れたページのメニュー部分をアクティブ状態に */
#cont-menu #index_visited { width:200px; height:84px; }
#cont-menu #omamori_visited { width:200px; height:83px; }
#cont-menu #ema_visited { width:200px; height:83px; }

#cont-menu #index_visited a { background-position: -200px 0px ; height:84px;}
#cont-menu #omamori_visited a { background-position: -200px -84px ; height:83px;}
#cont-menu #ema_visited a { background-position: -200px -167px ; height:83px;}


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

#title_index, #title_omamori, #title_ema{
	display:block;
	overflow:hidden;
	width:600px;
	height:250px;
	margin:0; padding:0;
	text-indent:-9999em;
	float:right;
}
#title_index {/* ご神札 */
	background: url(../img/title_index.jpg) no-repeat right;
}
#title_omamori {/* お守り */
	background: url(../img/title_omamori.jpg) no-repeat right;
}
#title_ema {/* 絵馬 */
	background: url(../img/title_ema.jpg) no-repeat right;
}

/*右スケジュールエリア*/
#bnr-area  h2{ margin:10px 0 10px 0;}
#bnr-area  h3{ margin:10px 0 10px 20px; width:200px; background:#cfc; border-top:1px solid #060; border-bottom:1px solid #060;}

/*お守りサムネイル*/
#thumbnail, #thumbnail2 { width:530px; margin:0 0 1em 25px; padding:0;}
#thumbnail h3 { margin-left:0;}
#thumbnail p, #thumbnail2 p { width:100px; height:200px; float:left; margin:0 5px 1em 0; padding:0; text-align:center;}
#thumbnail p.ema { height:100px;}
#thumbnail p.wide, #thumbnail2 p.wide { width:200px; height:200px;}
#thumbnail p a:link, #thumbnail p a:visited, #thumbnail2 p a:link, #thumbnail2 p a:visited { color:#600; text-decoration:none;}
