@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-sightseeing.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;
}
#lmenu03 a {
	background-position: 0 -72px;
}
#lmenu03 a:hover {
	background-position: -200px -72px;
}
#lmenu04 a {
	background-position: 0 -108px;
}
#lmenu04 a:hover {
	background-position: -200px -108px;
}
#lmenu05 a {
	background-position: 0 -144px;
}
#lmenu05 a:hover {
	background-position: -200px -144px;
}
/*
#lmenu06 a {
	background-position: 0 -180px;
}
#lmenu06 a:hover {
	background-position: -200px -180px;
}
*/

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



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

#caption p {
	margin: 10px auto 0;
	width: 680px;
	line-height: 1.4em;
}
/* イベントボックス
------------------------------------------------------------*/
.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-right em {
	display: block;
	font-weight: bold;}
.box-right table {
	background-color:#FFFFFF;
	border: 1px solid #007f2f;
	margin-bottom: 10px;
}
.box-right th {
	background: #cbe0d3;
	padding: 2px 5px;
	text-align: left;
}
.box-right td {
	background: #eeeeee;
	padding: 2px 5px;
}
.box-left {
	float: left;
	width: 300px;
}
.box-left img {
	padding: 4px;
	border: 1px solid #007f2f;
	margin: 0px 0px 5px;
}
.spot-title {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 10px;
	line-height: 1.4em;
}
