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

/* ページタイトル部分 */
#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 #anzan {width:200px; }
#cont-menu #hatsumiya { width:200px; }
#cont-menu #shichigosan { width:200px; }
#cont-menu #yakuyoke { width:200px; }
#cont-menu #index { width:200px; }

#cont-menu #anzan a { background-position: 0px 0px ; height:50px;}
#cont-menu #hatsumiya a { background-position: 0px -50px ; height:50px;}
#cont-menu #shichigosan a { background-position: 0px -100px ; height:50px;}
#cont-menu #yakuyoke a { background-position: 0px -150px ; height:50px;}
#cont-menu #index a { background-position: 0px -200px ; height:50px;}

#cont-menu #anzan a:hover { background-position: -200px 0px ;}
#cont-menu #hatsumiya a:hover { background-position: -200px -50px ;}
#cont-menu #shichigosan a:hover { background-position: -200px -100px ;}
#cont-menu #yakuyoke a:hover { background-position: -200px -150px ;}
#cont-menu #index a:hover { background-position: -200px -200px ;}

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

#cont-menu #anzan_visited a { background-position: -200px 0px ; height:50px;}
#cont-menu #hatsumiya_visited a { background-position: -200px -50px ; height:50px;}
#cont-menu #shichigosan_visited a { background-position: -200px -100px ; height:50px;}
#cont-menu #yakuyoke_visited a { background-position: -200px -150px ; height:50px;}
#cont-menu #index_visited a { background-position: -200px -200px ; height:50px;}


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

#title_index, #title_anzan, #title_hatsumiya, #title_753, #title_yakuyoke{
	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_anzan {/* 安産 */
	background: url(../img/title_anzan.jpg) no-repeat right;
}
#title_hatsumiya {/* 初宮 */
	background: url(../img/title_hatsumiya.jpg) no-repeat right;
}
#title_753 {/* 七五三 */
	background: url(../img/title_753.jpg) no-repeat right;
}
#title_yakuyoke {/* 厄除 */
	background: url(../img/title_yakuyoke.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;}


