﻿@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	border: none;
}
img {
	vertical-align: top;
}
.imgBtm10 {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.imgNofroat {
	padding-right: 10px;
	padding-left: 10px;
}
#secondary ul {
	margin-bottom: 10px;
	margin-left: 10px;
}



/*---------------------- 
  基本設定
----------------------*/

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	letter-spacing: 1px;
	background: url(../images/bg.gif) repeat-x;
}

p {	margin-bottom: 1em; }
b { font-weight: normal; color: #FF3300; }
strong { font-weight: normal; }
a { color: #0066CC; text-decoration: none; }
a:visited {	color: #0099FF; }
a:hover { color: #FF6600; text-decoration: underline; }

dl {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
dt {
	float: left;
	width: auto;
	letter-spacing: 2px;
	padding-top: 1px;
	padding-right: 0.5em;
	padding-bottom: 1px;
	padding-left: 1px;
	color: #006699;
}
dd {
	border-bottom: 1px dotted #CCCCCC;
	padding: 1px;
}
address {
	text-align: center;
	font-style: normal;
	margin-bottom: 5px;
	font-size: 11px;
	margin-top: 5px;
	line-height: 140%;
}

/*--ｈタグの設定--*/
h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #666666;
	background-image: url(../images/bottom_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 8px solid #0066CC;
	width: 551px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #666666;
	padding: 5px 5px 5px 10px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 8px solid #FF9900;
	background-image: url(../images/bottom_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
h3 {
	margin-left: 7px;
	margin-bottom: 10px;
	margin-right: 7px;
	color: #0066CC;
	padding-right: 5px;
	padding-left: 7px;
	margin-top: 15px;
	padding-bottom: 1px;
	padding-top: 2px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	background-color: #EDEDED;
	background-image: url(../images/h3_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #666666;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 8px solid #CCCCCC;
	background-image: url(../images/bottom_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	clear: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 551px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
h5 {
	font-size: 1.6em;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFF66;
	padding: 5px;
	border: 2px solid #FF0000;
	text-align: center;
}
h6 {
	margin-bottom: 10px;
	margin-right: 7px;
	color: #0066CC;
	padding-right: 5px;
	padding-left: 7px;
	padding-bottom: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	background-color: #EDEDED;
	background-image: url(../images/h3_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 5px;
	font-size: 1.2em;
}

/*--テーブルタグの設定--*/
table {
	margin-left: 10px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-bottom: 20px;
	margin-top: 15px;
}
th {
	color: #006699;
	background-color: #EDEDED;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: normal;
}
td {
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

/*---------------------------- 
  単体のクラス
-----------------------------*/
.clear {
	clear: both;
}
.m-bt5px {
	padding-bottom: 5px;
}
.clearH2 {
	width: 546px;
}

.box {
	clear: both;
}
.box2 {
	clear: both;
	margin-right: 20px;
	padding-bottom: 15px;
}



.Box01 {
	width: 280px;
	margin-right: 10px;
	float: left;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.Box05 {
	width: 168px;
	margin-bottom: 10px;
	float: left;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 5px;
	padding: 5px;
	border: 1px dotted #CCCCCC;
}
.Box02 {
	float: left;
	display: block;
	margin-right: 10px;
	margin-bottom: 20px;
}
.Box03 {
	display: block;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
	width: 380px;
}
.Box04 {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	display: block;
	width: 570px;
}
.Box06 {
	display: block;
	float: left;
	width: 350px;
	margin-bottom: 20px;
}


.mainImg {
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
}
object {
	margin-top: 10px;
	margin-left: 10px;
}

.headerTxt {
	text-align: right;
	margin-right: 20px;
	position: absolute;
	right: 0px;
	top: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	background-image: none;
	font-size: 1em;
	color: #333333;
	width: auto;
}
.pageTop {
	display: block;
	width: auto;
	float: right;
	text-align: right;
	border-bottom: 2px solid;
	font-size: 10px;
	background: url(../images/pagetop.gif) 0px no-repeat;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 14px;
}
.link2 {
	background-image: url(../images/list01.gif);
	background-position: 150px;
	background-repeat: no-repeat;
	margin-left: 30px;
	text-indent: 30px;
	margin-top: 10px;
}
.left140 {
	margin-left: 140px;
}


/*---------------------------- 
  ◆ＩＤタグの設定
-----------------------------*/

#wrapper {
	width: 760px;
	margin: 15px auto 15px;
	background: #FFFFFF url(../images/bottom_bg.gif) bottom repeat-x;
	border: 1px solid #CDCDCD;
}

#header {
	position: relative;
	background-image: url(../images/top_bg.gif);
	background-repeat: repeat-x;
}

#header img {
	padding-left: 12px;
	margin-top: 17px;

}
#content {
	margin: 0;
}
#primary {
	float: left;
	width: 150px;
	margin-bottom: 20px;
}
#footer {
	clear: both;
}


#photo {
	text-align: left;
	margin-right: 20px;
	clear: both;
	line-height: 1em;
	padding-left: 10px;
	margin-top: 20px;
}
#photo img {
	margin-right: 4px;
	margin-bottom: 8px;
}

/*---------------------------- 
  パンくずリスト
-----------------------------*/
#topicPath {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	padding-right: 10px;
	margin-left: 10px;
	font-size: 10px;
}

/*---------------------------- 
  文字サイズ変更メニュー
-----------------------------*/
#fontSize {
	margin-left: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 10px;
	background: url(../images/bottom_bg.gif) bottom repeat-x;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
}
#fontSize p {
	text-align: center;
	margin-bottom: 5px;
}


/*---------------------------- 
  セカンダリの設定
-----------------------------*/

#secondary {
	float: right;
	margin-bottom: 20px;
	position: relative;
	width: 590px;
}
#secondary p {
	padding-right: 10px;
	padding-left: 10px;
}
#secondary p.padding-l10 {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2em;
}
#secondary .img {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#secondary a.link {
	background: url(../images/list01.gif) left no-repeat;
	padding-left: 17px;
	display: block;
	margin-left: 10px;
	line-height: 150%;
	clear: both;
}
#secondary .Box01 table {
	width: 260px;
}
#secondary .box2 table {
	width: 550px;
}
#secondary .box2 div {
	text-align: left;
	vertical-align: top;
}

#secondary .box2 table td{
	text-align: left;
	vertical-align: top;
}

/*---------------------------- 
  ユーティリティナビゲーション
-----------------------------*/

#utilityNavigation {
	text-decoration: none;
	position: absolute;
	text-align: right;
	background: url(../images/bottom_bg.gif) bottom repeat-x;
	padding: 11px 3px 8px 3px;
	right: 10px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#utilityNavigation li {
	display: inline;
}
#utilityNavigation .sitemap {
	background: url(../images/sitemap.gif) left no-repeat;
	padding-left: 15px;
	margin: 0 9px 0 10px;
}
#utilityNavigation .contact {
	background: url(../images/contackt.gif) left no-repeat;
	padding-left: 15px;
	margin-right: 5px;
}


/*------------------------- 
  グローバルナビゲーション
-------------------------*/

#globalNavigation ul{
	margin-left: 10px;

}
#globalNavigation li {
	display: block;
	padding: 5px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 10px solid #0072BC;
}
#globalNavigation a {
	display: block;
	margin-bottom: 2px;
	margin-left: 10px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 5px solid #0066CC;
	background: url(../images/bottom_bg.gif) bottom repeat-x;
	color: #0066CC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#globalNavigation a:hover {
	border-top: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
	border-left: 7px solid #FF9900;
	color: #FF6600;
	text-decoration: none;
	background-image: url(../images/bottom_ov_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#globalNavigation p {
	margin-bottom: 2px;
	margin-left: 10px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 5px solid #FF9900;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/*------------------------- 
  フッターナビゲーション
-------------------------*/

#footerNavigation {
	list-style-type: none;
	font-size: 12px;
	margin-bottom: 20px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	text-align: center;
}
#footerNavigation ul {
	margin-bottom: -5px;
}
#footerNavigation li {
	display: inline;
}
#footerNavigation a {
	display: inline;
	padding-right: 5px;
	background: url(../images/list02.gif) left no-repeat;
	padding-left: 10px;

}
#footerNavigation a:hover {
	display: inline;
	padding-right: 5px;
	background: url(../images/list02-ov.gif) left no-repeat;
}
#footerNavigation p {
	display: inline;
	padding-right: 5px;
	background: url(../images/list02-nolink.gif) left no-repeat;
	padding-left: 10px;
}

/*------------------------- 
  お問い合せページ
-------------------------*/
#contact li {
	display: block;
	background-image: url(../images/list01.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 130%;
	font-weight: bold;
}
#content ul {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/*------------------------- 
  サイトマップページ
-------------------------*/
#sitemap ul li ul {
	padding-bottom: 0px;
	padding-left: 5px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-left: 20px;
	border-left-width: 1px;

}
#sitemap li {
	margin-bottom: 5px;
	padding: 5px;
}
#sitemap a {
	border: 1px solid #999999;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
}

/*------------------------- 
  フォトギャラリーページ
-------------------------*/
#photogallery li {
	float: left;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-right: 2px;
	text-align: center;
	width: 50px;
	color: #CCCCCC;
	border: 1px solid #CCCCCC;
	margin-bottom: -5px;
}

#photogallery ul {
	margin-bottom: 0px;
	padding-bottom: 10px;
	margin-top: -10px;
}

/*------------------------- 
  レンタルボートページ
-------------------------*/
#rentalBox {
	margin-right: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.rentalLink {
	background: url(../images/bottom_bg.gif) bottom repeat-x;
	padding: 10px;
	font-weight: bold;
	font-size: 15px;
	margin-left: 15px;
	width: 240px;
	float: left;
	text-align: center;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	display: block;
}
#rentalBox h3 {
	margin-left: 214px;
}


/*--ツイッターの設定--*/

.twtr h3 {
	font-size: 12px;
	font-weight:normal;
	margin: 0px;
	background-image: none;
	border: none;
	padding: 0px;
}
.twtr h4 {
	font-size: 12px;
	margin: 0px;
	background-image: none;
	border: none;
	padding: 0px;
}
.twtr a,
.twtr dt,
.twtr dl,
.twtr dd,
.twtr ul,
.twtr li,
.twtr o,
.twtr b,
.twtr igm,
.twtr strong {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}
