/**********************************************
	ヘッダー
**********************************************/
#header {
	position:relative;
	width:800px;
	height:100px;
	background:url("../navi/header.png") no-repeat;
}

#header .siteDescript {
	text-align:center;
	font-size:13px;
}

/**********************************************
	トップ
**********************************************/
#top a {
	position:absolute;
	top:20px;
	left:10px;
	width:328px;
	height:60px;
	text-indent:-9999em;
	background:url("../navi/corp.png") no-repeat;
}

/**********************************************
	メインナビゲーション
**********************************************/
/* メニュー */
#menu {
	width:200px;
	height:416px;
}

#menu ul {
	list-style-type:none;
}

/* ホーム */
#menu01 span {
	display:block;
	width:200px;
	height:52px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat -200px 0;
}
#menu01 a {
	display:block;
	width:200px;
	height:52px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat 0 0;
}
#menu01 a:hover {
	background-position:-200px 0;
}

/* 釣り船案内 */
#menu02 span {
	display:block;
	width:200px;
	height:52px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat -200px -52px;
}
#menu02 a {
	display:block;
	width:200px;
	height:52px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat 0 -52px;
}
#menu02 a:hover {
	background-position:-200px -52px;
}

/* 対象魚 */
#menu03 span {
	display:block;
	width:200px;
	height:52px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat -200px -104px;
}
#menu03 a {
	display:block;
	width:200px;
	height:52px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat 0 -104px;
}
#menu03 a:hover {
	background-position:-200px -104px;
}

/* 料金 */
#menu04 span {
	display:block;
	width:200px;
	height:52px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat -200px -156px;
}
#menu04 a {
	display:block;
	width:200px;
	height:52px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat 0 -156px;
}
#menu04 a:hover {
	background-position:-200px -156px;
}

/* ご予約・お問い合わせ */
#menu05 span {
	display:block;
	width:200px;
	height:52px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat -200px -208px;
}
#menu05 a {
	display:block;
	width:200px;
	height:52px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat 0 -208px;
}
#menu05 a:hover {
	background-position:-200px -208px;
}

/* 本日の釣果 */
#menu06 span {
	display:block;
	width:200px;
	height:52px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat -200px -260px;
}
#menu06 a {
	display:block;
	width:200px;
	height:52px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat 0 -260px;
}
#menu06 a:hover {
	background-position:-200px -260px;
}

/* 出港場所 */
#menu07 span {
	display:block;
	width:200px;
	height:52px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat -200px -312px;
}
#menu07 a {
	display:block;
	width:200px;
	height:52px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat 0 -312px;
}
#menu07 a:hover {
	background-position:-200px -312px;
}

/* オーランドマリーナ */
#menu08 span {
	display:block;
	width:200px;
	height:52px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat -200px -364px;
}
#menu08 a {
	display:block;
	width:200px;
	height:52px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat 0 -364px;
}
#menu08 a:hover {
	background-position:-200px -364px;
}

/**********************************************
	フッター
**********************************************/
#footer {
	clear:both;
	position:relative;
	width:800px;
	height:100px;
	background:url("../navi/footer.png") no-repeat;
}

#footer ul {
	padding-top:20px;
	list-style-type:none;
	line-height:28px;
	text-align:center;
	font-size:16px;
}

#footer ul li {
	display:inline;
	font-size:12px;
}

#footer ul li a {
	margin:0 0.5em;
}

#footer ul li + li {
	padding-left:0.5em;
	border-left:1px solid #000;
}

.corpname {
	margin-top:24px;
	line-height:24px;
	text-align:center;
	font-size:20px;
	color:#fff;
}

