/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */
@charset "utf-8"

* {

	font-family: "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	padding:0;
	margin:0;
}

body {
	margin-left : auto;
	margin-right : auto;
	background: #fff;
	/*border-top: 5px solid #fff;*/
	color: #333;
	font-size: 11px;
	padding: 0 0 40px;
}


/* anchors
----------------------------------------------- */
a {
	color: #07416c;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
  color:#FF9900;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12 {
	background:#fff;
}


/* headings
----------------------------------------------- */
h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}


/* boxes
----------------------------------------------- */
.box {
	background:#ddd;
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
}

.box-w {
	background:#fff;
	margin-bottom: 0px;
	padding: 5px 0px 1px 0px;
}

.box-we {
	clear: both;
	background:#fff;
	margin-bottom: 0px;
	padding: 5px 0px 1px 0px;
}

.box h2, {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#333;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
}

.box h2 a,
.box h2 a.visible {
	color:#fff;
	background:#333 url("../img/switch_minus.gif") 96% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}


.box h3 {
	font-size:10px;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
}

.a01 {
	/* background:fff; */
	padding: 1px 0px 1px 5px;
	font-size:12px;
	width: 220px;
	height: 30px;
	background-image: url("../img/other/blog-220.gif");
	background-repeat: no-repeat;

}

.a02 {
	/* background:fff; */
	padding: 1px 0px 1px 5px;
	font-size:12px;
	width: 220px;
	height: 30px;
	background-image: url("../img/other/shoot-220.gif");
	background-repeat: no-repeat;

}
.a03 {
	/* background:fff; */
	padding: 1px 0px 1px 5px;
	font-size:12px;
	width: 220px;
	height: 30px;
	background-image: url("../img/other/wd-220.gif");
	background-repeat: no-repeat;


}
.a04 {
	background:#fff;
	padding: 1px 0px 1px 5px;
	font-size:12px;
	color:#fff;
	 height: 25px;
  background-image: url("../img/other/960x35.gif");
  background-repeat: no-repeat;
}
.a05 {
	background:#fff;
	padding: 1px 0px 1px 5px;
	font-size:12px;
	 height: 25px;
	color:#fff;
  background-image: url("../img/other/960x35.gif");
  background-repeat: no-repeat;
}	

.grid_4 .box h2 a {
  background-position: 97% 50%;
}
.grid_5 .box h2 a {
  background-position: 98% 50%;
}
.grid_12 .box h2 a {
  background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("../img/switch_plus.gif");
}
.box h2 a:hover {
	background-color:#111;
}
.block {
	padding-top:10px;
}
div.menu {
  padding:0;
}
div.menu h2 {
  margin:0;
}
div.menu .block {
	padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
  margin-bottom:1em;
}
blockquote {
  font-family: Georgia, 'Times New Roman', serif;
  font-size:1.2em;
  padding-left:1em;
  border-left:4px solid #ccc;
}
blockquote cite {
  font-size:.9em;
}
ul, ol {
  padding-top:0;
}


/* menus
----------------------------------------------- */
ul.menu {
	list-style:none;
	border-top:1px solid #bbb;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:4px 10px;
	border-bottom:1px solid #ccc;
}
ul.menu li a:hover {
	background:#eee;
}
ul.menu li a:active {
	background:#ccc;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:30px;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}
ul.section li {
	text-transform:uppercase;
}
ul.section li a {
	background:#bbb;
}
ul.section li a:hover {
	background:#aaa;
}
ul.section li a:active {
	color:#fff;
	background:#666;
}
ul.section li li a {
	background:#ddd;
	border-bottom:1px solid #eee;
}
ul.section li li a:hover {
	background:#ccc;
}
ul.section li li a:active {
	color:#000;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#eee;
	border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
	background:#ddd;
}
ul.section ul.current li a:active {
	background:#fff;
}
ul.section li a.current {
	color:#fff;
	background:#666;
}
ul.section li a.current:hover {
	background:#555;
}
ul.section li a.current:active {
	background:#444;
}
ul.section li a.active {
	background:#fff;
	cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#fff;
	background:#666;
	cursor:default;
}


/* table
----------------------------------------------- */
table {
  width:100%;
  border:1px solid #bbb;
  margin-bottom:10px;
}
col.colC {
  width:8em;
}
th, td {
  padding:.2em 1em;
  text-align:left;
}
thead th {
  border-bottom:2px solid #888;
  background:#bbb;
  padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
  border-top:1px solid #bbb;
  border-bottom:1px solid #bbb;
  background:#eee;
}
tbody tr.odd th,
tbody tr.odd td {
  background:#fff;
}
tfoot th,
tfoot td {
  border-top:2px solid #666;
  background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
  border-top:6px double #666;
}
tfoot tr.total th {
  text-transform:uppercase;
}
th.currency,
td.currency {
  text-align:right;
}


/* forms
----------------------------------------------- */
form {
  overflow:hidden;
}
fieldset {
  border:1px solid #bbb;
  padding:10px;
  position:relative;
  background:#e9e9e9;
  margin-bottom:10px;
}
legend {
  font-size:1.1em;
  padding:.4em .8em;
  background:#fff;
  border:1px solid #bbb;
}
fieldset.login p {
  margin-bottom:1em;
  margin-top:0pt;
}
fieldset p label {
  width:98%;
}
fieldset p input {
  width:98%;
}
fieldset p select {
  width:99%;
}
fieldset.login p label {
  float:left;
  line-height:2em;
  margin-right:3%;
  text-align:right;
  width:32%;
}
fieldset.login p input {
  width:60%;
}
fieldset.login input.button {
  margin-left:35%;
}
form p.notice {
  font-weight:bold;
}
input.search.text {
  width:66%;
}
input.search.button {
  width:28%;
  margin-left:2%;
}


/* articles
----------------------------------------------- */
.articles {
  padding:0;
}
.articles h2 {
  margin-top:16px;
}
#articles {
  padding-top:5px;
}
.article {
  border-top:1px solid #666;
  padding-top:.5em;
}
.box .article {
  border-top:3px solid #fff;
  padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
  margin-bottom:.2em;
  font-size:1.6em;
}
.box .first {
  border-top:none;
}
.article h4 {
  font-size:1.2em;
  text-transform:uppercase;
  margin-bottom:.5em;
}
.article a.image {
  float:left; 
  margin:3px 10px 3px 0; 
  padding:4px;
  border:1px solid #bbb;
  background:#fff;
}
.article a.image:hover {
  border:1px solid #666;
}
.article a.image img {
  float:left; 
}
.article p.meta {
  color:#666;
  border-top:1px dotted #999;
  border-bottom:1px dotted #999;
  padding:.3em 0;
  margin-bottom:.8em;
}


/* site information
----------------------------------------------- */
#site_info .box {
  color:#ddd;
  background:#fff;
  border-top: 1px solid #f5f5f5;
margin-top: 10px;  
margin-bottom:10px;
}


/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:16px;}
.block {padding-bottom:1px;}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size:1.1em;
	font-weight: normal;
}
.element h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
.element p {
	margin: 0;
	padding: 4px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
  padding-bottom:10px;
}


/* Mootools Kwicks
----------------------------------------------- */
#kwick-box { 
  padding:0;
  overflow:hidden;
}
#kwick-box h2 { 
  margin:0;
  background: #fff;
  color:#fff;
  font-size:12px;
  height: 30px;
  font-size: 12px;
  vertical-align:bottom;
  background-image: url("../img/other/960x35.gif");
  background-repeat: no-repeat;


}
#kwick {
  position: relative;
}
#kwick .kwicks {
  display: block;
  background: #fff;
  height: 120px;
  list-style:none;
  margin:0;
  overflow:hidden;
}
#kwick li {
  float: left;
  margin:0;
  padding:0;
}
#kwick .kwick {
  display: block;
  cursor: pointer;
  overflow: hidden;
  height: 100px;
  width: 215px;
  padding: 10px;
  background: #fff;
}

#kwick .kwick span {
  color:#fff;
}
#kwick .one {
  background-image: url("../img/top4/top_1.jpg");
}
#kwick .two {
  background-image: url("../img/top4/top_2.jpg");
}
#kwick .three {
  background-image: url("../img/top4/top_3.jpg");
}
#kwick .four {
  background-image: url("../img/top4/top_4.jpg");
}


.logo_2 {
	 width: 140px;
	 height: 51px;
	 float: left;
}

/*  トップナビゲーション　*/
#top_navi {
	/*margin-left:2px;*/
	/*margin-bottom:1px;*/
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	height: 24px;
	clear: both;
}
#top_navi ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#top_navi li {
	text-indent:-9999px;
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	width: 87px;
	height: 23px;
}
#top_navi li a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 23px;
}
#top_navi li a:hover {
	height: 23px;
}
#top_navi li#home {
	background-image: url('../img/top_btn_01.gif');
	background-repeat: no-repeat;
	width:88px
}
#top_navi li#plan {
	background-image: url('../img/top_btn_02.gif');
	background-repeat: no-repeat;
}
#top_navi li#number {
	background-image: url('../img/top_btn_03.gif');
	background-repeat: no-repeat;
}
#top_navi li#ships {
	background-image: url('../img/top_btn_04.gif');
	background-repeat: no-repeat;
}
#top_navi li#harbor {
	background-image: url('../img/top_btn_05.gif');
	background-repeat: no-repeat;
}
#top_navi li#course {
	background-image: url('../img/top_btn_06.gif');
	background-repeat: no-repeat;
}
#top_navi li#option {
	background-image: url('../img/top_btn_07.gif');
	background-repeat: no-repeat;
}
#top_navi li#information {
	background-image: url('../img/top_btn_08.gif');
	background-repeat: no-repeat;
}
#top_navi li#reserve {
	background-image: url('../img/top_btn_09.gif');
	background-repeat: no-repeat;
}
#top_navi li#qanda {
	background-image: url('../img/top_btn_10.gif');
	background-repeat: no-repeat;
}
#top_navi li#contact {
	background-image: url('../img/top_btn_12.gif');
	background-repeat: no-repeat;
	width:89px
}
#top_navi li#home a:hover {
	background-image: url('../img/top_btnon_01.gif');
	background-repeat: no-repeat;
	width:88px
}
#top_navi li#plan a:hover {
	background-image: url('../img/top_btnon_02.gif');
	background-repeat: no-repeat;
}
#top_navi li#number a:hover {
	background-image: url('../img/top_btnon_03.gif');
	background-repeat: no-repeat;
}
#top_navi li#ships a:hover {
	background-image: url('../img/top_btnon_04.gif');
	background-repeat: no-repeat;
}
#top_navi li#harbor a:hover {
	background-image: url('../img/top_btnon_05.gif');
	background-repeat: no-repeat;
}
#top_navi li#course a:hover {
	background-image: url('../img/top_btnon_06.gif');
	background-repeat: no-repeat;
}
#top_navi li#option a:hover {
	background-image: url('../img/top_btnon_07.gif');
	background-repeat: no-repeat;
}
#top_navi li#information a:hover {
	background-image: url('../img/top_btnon_08.gif');
	background-repeat: no-repeat;
}
#top_navi li#reserve a:hover {
	background-image: url('../img/top_btnon_09.gif');
	background-repeat: no-repeat;
}
#top_navi li#qanda a:hover {
	background-image: url('../img/top_btnon_10.gif');
	background-repeat: no-repeat;
}
#top_navi li#contact a:hover {
	background-image: url('../img/top_btnon_12.gif');
	background-repeat: no-repeat;
	width:89px
}


#nav2 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0px;
}

#nav2_1 {
	width: 215px;
	height: 29px;
	float: left;
	}

#nav2_3 {
	width: 960px;
	height:4px;
	clear: both;
	background-image: url('../img/main_barbk.gif');
	background-repeat: repeat-x;
	background-position: left top;
}

#nav_line {
	clear: both;
	width: 960px;
	height:4px;
	clear: both;
}

/*　ページトップ　リンクナビゲーション
-------------------------------------------------*/
#top_nav2 {
	width: 741px;
	padding:1px 0 0 4px;
	float: right;
	height: 30px;
}



#top_nav2 ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#top_nav2 li {
	/*padding: 0px;*/
	margin: 0px;
	display: block;
	float: left;
	width: 120px;
	height: 29px;
	margin-left:3px;
	text-align:center;
}
#top_nav2 li a {
	font-size:90%;
	font-weight:bold;
	text-decoration:none;
	display: block;
	width: 100%;
	height: 23px;
	color:#ffffff;
	padding-top:6px;
}
#top_nav2 li a:hover {
	font-size:90%;
	font-weight:bold;
	height: 23px;
	color:#ffffff;
	padding-top:6px;
}
#top_nav2 li#plan002 {
	background-image: url('../img/plan01.gif');
	background-repeat: no-repeat;
	width:120px
}
#top_nav2 li#plan001 {
	background-image: url('../img/plan02.gif');
	background-repeat: no-repeat;
	width:120px
}
#top_nav2 li#plan004 {
	background-image: url('../img/plan03.gif');
	background-repeat: no-repeat;
	width:120px
}
#top_nav2 li#plan003 {
	background-image: url('../img/plan04.gif');
	background-repeat: no-repeat;
	width:120px
}
#top_nav2 li#plan006 {
	background-image: url('../img/plan05.gif');
	background-repeat: no-repeat;
	width:120px
}
#top_nav2 li#plan005 {
	background-image: url('../img/plan06.gif');
	background-repeat: no-repeat;
	width:120px
}

#top_nav2 li#plan002 a:hover {
	background-image: url('../img/plan01_on.gif');
	background-repeat: no-repeat;
	width:120px
}
#top_nav2 li#plan001 a:hover {
	background-image: url('../img/plan02_on.gif');
	background-repeat: no-repeat;
	width:120px
}
#top_nav2 li#plan004 a:hover {
	background-image: url('../img/plan03_on.gif');
	background-repeat: no-repeat;
	width:120px
}
#top_nav2 li#plan003 a:hover {
	background-image: url('../img/plan04_on.gif');
	background-repeat: no-repeat;
	width:120px
}
#top_nav2 li#plan006 a:hover {
	background-image: url('../img/plan05_on.gif');
	background-repeat: no-repeat;
	width:120px
}
#top_nav2 li#plan005 a:hover {
	background-image: url('../img/plan06_on.gif');
	background-repeat: no-repeat;
	width:120px
}

/*　トップページ画像処理
---------------------------------------------*/
#top_tel {
	overflow:hidden;
}
#top_tel2 {
	overflow:hidden;
}

#header_2 {
	 width: 960px;
	 margin-top:10px;
}

#top_tel {
	 text-indent:-9999px;
	 float: right;
	 width: 186px;
	 height: 25px;
	 background-image: url('../img/tel.gif');
	 background-repeat: no-repeat;
	 margin-top:20px;
}
#top_tel2 {
	 text-indent:-9999px;
	 float: right;
	 width: 186px;
	 height: 25px;
	 background-repeat: no-repeat;
	 margin-top:20px;
}

/* リンク1
---------------------------------------------*/
.secondary ul {
	margin: 0;
	padding: 0;
	font-weight: normal!important;
	list-style: none;
	margin-top:5px;
	margin-bottom: 15px;
}

.secondary li {
	font-size: 12px;
	background: url(../images/sidenav_bg_on.gif) left center no-repeat;
	width: 175px !important;
	width /**/: 200px; /* Windows Internet Explorer 5用の値 */
	margin-left:10px;
}

.secondary li a {
	width: 175px !important;
	width /**/: 200px; /* Windows Internet Explorer 5用の値 */;
	padding: 5px 3px 5px 30px;
	border-bottom: 1px dotted #CCCCCC;
	display: block;
	color: #0d1669;
	text-decoration: none;
	background: url(../images/sidenav_bg_off.gif) left center no-repeat;
}

.secondary li a:hover {
	color: #0099FF;
	text-decoration:underline;
	background: none;
}
.secondary h2 {
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
	color:#333;
	background:#fff;
	margin:-10px 10px 0 0px;
	padding:8px 12px;
	border-left: solid 5px #ddd;
	border-bottom: solid 1px #ddd;
}
.secondary img {
	margin-top: 15px;
	margin-left: 0px!important;
	paddin-left: 0px!important;
	position:relative;
	left: 0px;
}

.frame {
	border: solid 1px #d3c3ae;
	padding-left: 15px;
	padding-right: 15px;
	margin-top:15px;
	height: 135px;
	overflow: scroll;
	margin-bottom: 10px!important; 
}

.frame p {
	margin-bottom: 10px!important; 
}

.frame h3 {
	font-size:12px;
	margin-bottom: 3px!important; 
}

.al-c{ text-align: center!important; }
.al-r{ text-align: right!important; }
.al-l{ text-align: left!important; }


#nav4 {
	width : 100%;
	margin-tip: 10px;
	margin-left : auto;
	margin-right : auto;
	border-top : 1px solid #cccccc;
	padding : 5px 0 5px 0;
}

#nav4 ul {
	margin : 0;
	padding : 0;
	list-style : none;
}

#nav4 li {
	float : right;
	width : auto;
	padding : 0 5px 3px 0;
}

#nav4 li a {
	color:#07416c;
	font-size : 80%;
	text-align : center;
}
#nav4 li a:hover {
	font-size:80%;
	font-weight:bold;
	color:#FF9900;
}
.address  {
	color:#07416c;
	font-size: 11px;
	text-align: right!important;
	padding-top: 37px;
	padding-right: 15px;
}

/*ie6 対策用
---------------------------------------------*/
*html body div#footer .address  {
	width : 940px;
	color:#07416c;
	font-size: 11px;
	text-align: right!important;
	padding-top: 1px;
}
