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

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


/* サイドメニュー部分 */
#cont-menu{
	width:200px; height:440px;
	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 #summer {width:200px; }
#cont-menu #autumn {width:200px; }
#cont-menu #winter {width:200px; }

#cont-menu #index a { background-position: 0px 0px ; height:110px;}
#cont-menu #summer a { background-position: 0px -110px ; height:110px;}
#cont-menu #autumn a { background-position: 0px -220px ; height:110px;}
#cont-menu #winter a { background-position: 0px -330px ; height:110px;}

#cont-menu #index a:hover { background-position: -200px 0px ;}
#cont-menu #summer a:hover { background-position: -200px -110px ;}
#cont-menu #autumn a:hover { background-position: -200px -220px ;}
#cont-menu #winter a:hover { background-position: -200px -330px ;}

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

#cont-menu #index_visited a { background-position: -200px 0px ; height:110px;}
#cont-menu #summer_visited a { background-position: -200px -110px ; height:110px;}
#cont-menu #autumn_visited a { background-position: -200px -220px ; height:110px;}
#cont-menu #winter_visited a { background-position: -200px -330px ; height:110px;}


/* ページタイトル部分 */
/*Flashエリア*/
#flash_index, #flash_summer, #flash_autumn, #flash_winter {
	width:600px;
	height:440px;
	margin:0; padding:0;
	float:right;
	z-index: 2;
}
#flash_index {
	background: #fff url(../img/title_index.jpg) no-repeat top left;
}
#flash_summer {
	background: #fff url(../img/title_summer.jpg) no-repeat top left;
}
#flash_autumn {
	background: #fff url(../img/title_autumn.jpg) no-repeat top left;
}
#flash_winter {
	background: #fff url(../img/title_winter.jpg) no-repeat top left;
}


/*右スケジュールエリア*/
#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;}

