@charset "utf-8";

/* ローカルメニュー
------------------------------------------------------------*/
#local-menu {
	width: 200px;
}
#local-menu ul {
}
#local-menu li {
	display: block;
	float: none;
	height: 36px;
	width: 200px;
	text-indent: -9999px;
	/*\*/
	overflow: hidden;
	/**/
}
#local-menu li a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../../img/common/local-menu-spa.gif);
	background-repeat: no-repeat;
}
#lmenu01 a {
	background-position: -200px 0;
}
#lmenu01 a:hover {
	background-position: -200px 0;
}
#lmenu02 a {
	background-position: 0 -36px;
}
#lmenu02 a:hover {
	background-position: -200px -36px;
}

/* コンテンツヘッド
------------------------------------------------------------*/
h3 {
	width: 740px;
	height: 80px;
	background-image: url(../../img/index/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}



/* 見出し
------------------------------------------------------------*/
#caption01 {
	padding-bottom: 20px;
}

#caption01 p {
	margin: 10px auto 0;
	width: 680px;
	line-height: 1.4em;
}
#calendar {
	padding-bottom: 20px;
}

/* イベントボックス
------------------------------------------------------------*/
.box01 {
	padding-bottom: 25px;
	background: url(../../img/common/border.gif) no-repeat center bottom;
	clear: both;
}
.box-right {
	float: right;
	width: 420px;
}
.box-right p {
	line-height: 1.4em;
	padding-bottom: 10px;
}
.box-left {
	float: left;
	width: 300px;
}
.box-left img {
	padding: 4px;
	border: 1px solid #c89319;
}
.event-title {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 10px;
	vertical-align: top;
	line-height: 1.4em;
}
.event-period {
	background: #CDB462;
	padding: 2px;
	margin-bottom: 20px;
}
