/**********************************************
	トップナビゲーション
**********************************************/
#menuNavi {
	clear:both;
	position:relative;
	overflow:hidden;
	width:100%;
	height:111px;
	background:url("../navi/head_back.png") repeat-x;
}

/* 日本語ページ */
#japanese a {
	position:absolute;
	top:0;
	left:10px;
	width:138px;
	height:20px;
	text-indent:-9999em;
	background:url("../navi/japanese.png") no-repeat;
}
#japanese a:hover {
	background-position:0 -20px;
}

/* 英語ページ */
#english a {
	position:absolute;
	top:0;
	left:10px;
	width:138px;
	height:20px;
	text-indent:-9999em;
	background:url("../navi/english.png") no-repeat;
}
#english a:hover {
	background-position:0 -20px;
}

/* 会社名 */
#menuNavi h1 {
	text-align:center;
}

/* メニュー */
#menuNavi ul {
	list-style-type:none;
}

/* ホーム */
#home span {
	position:absolute;
	top:63px;
	left:10px;
	width:68px;
	height:38px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat;
	background-position:0 -76px;
}
#home a {
	position:absolute;
	top:63px;
	left:10px;
	width:68px;
	height:38px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat;
}
#home a:hover {
	background-position:0 -38px;
}

/* 中古艇情報 */
#boat span {
	position:absolute;
	top:63px;
	left:78px;
	width:92px;
	height:38px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat;
	background-position:-68px -76px;
}
#boat a {
	position:absolute;
	top:63px;
	left:78px;
	width:92px;
	height:38px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat;
	background-position:-68px 0;
}
#boat a:hover {
	background-position:-68px -38px;
}

/* マリン用品 */
#goods span {
	position:absolute;
	top:63px;
	left:170px;
	width:86px;
	height:38px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat;
	background-position:-160px -76px;
}
#goods a {
	position:absolute;
	top:63px;
	left:170px;
	width:86px;
	height:38px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat;
	background-position:-160px 0;
}
#goods a:hover {
	background-position:-160px -38px;
}

/* 航海機器 */
#shop span {
	position:absolute;
	top:63px;
	left:256px;
	width:80px;
	height:38px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat;
	background-position:-246px -76px;
}
#shop a {
	position:absolute;
	top:63px;
	left:256px;
	width:80px;
	height:38px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat;
	background-position:-246px 0;
}
#shop a:hover {
	background-position:-246px -38px;
}

/* 新艇・リフォーム */
#info span {
	position:absolute;
	top:63px;
	left:336px;
	width:127px;
	height:38px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat;
	background-position:-326px -76px;
}
#info a {
	position:absolute;
	top:63px;
	left:336px;
	width:127px;
	height:38px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat;
	background-position:-326px 0;
}
#info a:hover {
	background-position:-326px -38px;
}

/* 買取・委託販売 */
#sold span {
	position:absolute;
	top:63px;
	left:463px;
	width:126px;
	height:38px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat;
	background-position:-453px -76px;
}
#sold a {
	position:absolute;
	top:63px;
	left:463px;
	width:126px;
	height:38px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat;
	background-position:-453px 0;
}
#sold a:hover {
	background-position:-453px -38px;
}

/* 会社案内 */
#corp span {
	position:absolute;
	top:63px;
	left:589px;
	width:81px;
	height:38px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat;
	background-position:-579px -76px;
}
#corp a {
	position:absolute;
	top:63px;
	left:589px;
	width:81px;
	height:38px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat;
	background-position:-579px 0;
}
#corp a:hover {
	background-position:-579px -38px;
}

/* 思い出の一コマ */
#omoi span {
	position:absolute;
	top:63px;
	left:670px;
	width:116px;
	height:38px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat;
	background-position:-660px -76px;
}
#omoi a {
	position:absolute;
	top:63px;
	left:670px;
	width:116px;
	height:38px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat;
	background-position:-660px 0;
}
#omoi a:hover {
	background-position:-660px -38px;
}

/* 法人購入について */
#houj span {
	position:absolute;
	top:63px;
	left:786px;
	width:130px;
	height:38px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat;
	background-position:-776px -76px;
}
#houj a {
	position:absolute;
	top:63px;
	left:786px;
	width:130px;
	height:38px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat;
	background-position:-776px 0;
}
#houj a:hover {
	background-position:-776px -38px;
}

/* English */
#engl span {
	position:absolute;
	top:63px;
	left:916px;
	width:80px;
	height:38px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat;
	background-position:-906px -76px;
}
#engl a {
	position:absolute;
	top:63px;
	left:916px;
	width:80px;
	height:38px;
	text-indent:-9999em;
	background:url("../navi/menu.png") no-repeat;
	background-position:-906px 0;
}
#engl a:hover {
	background-position:-906px -38px;
}

/**********************************************
	フッター
**********************************************/
#footer {
	clear:both;
	margin-top:20px;
	background:url("../navi/foot_back.png") repeat-x;
}

#footer p {
	width:100%;
	height:56px;
	background:url("../navi/foot.png") no-repeat right top;
}

/**********************************************
	バナー情報
**********************************************/
.informationTitle {
	margin-bottom:10px;
	text-align:center;
	background-color:#fff;
	border:1px solid #ccc;
}

.informationTitle a {
	display:block;
	width:100%;
}

