@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: 0 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: -200px -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/life/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;
}
h4 {
	font-size: 18px;
	line-height: 1.5em;
	background: #669966;
	color: #FFFFFF;
	border-left: 4px solid #006633;
	padding-left: 8px;
}

/* ライフテーブル
------------------------------------------------------------*/
#life01 {
	padding-bottom: 20px;
}
#life01 ul {
	margin: 0px auto;
	width: 700px;
	padding-top: 10px;
	padding-bottom: 20px;
	list-style: disc;
	line-height: 1.4em;
}
#life01 td {
	line-height: 1.4em;
	padding: 5px;
}

/* 
------------------------------------------------------------*/
#flash {
	height: 380px;
	width: 740px;
	padding-bottom: 20px;
}

