﻿@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;

}
a {
	color: #003399;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0066CC;
}

img {
	border: none;
	vertical-align: top;
	float:left; 
	margin-bottom:3px;
}

hr {
 display : block ;
 color : white ; 
 background-color : transparent ;
 height : 1px ;
 border-top : 1px solid #cccccc ;
}



/* img.right {float:left;}  */

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	padding-top: 5px;
}
/*　ページトップ　リンクナビゲーション
-------------------------------------------------*/
#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
}

.pankuzu2 {
/*新規デザイン　2009/2/23：山本
新規追加*/
	width：960px;
	background-image:url('../images/obi_d_head.gif');
	background-repeat:no-repeat;
	height:35px;
}

.pankuzu {
/*新規デザイン　2009/2/20：山本
パンくずリスト*/
	width：960px;
	/*background-image:url('../images/obi_d_head.gif');*/
	background-repeat:no-repeat;
	padding-top:5px;
}

.pankuzu ul {
/*新規デザイン　2009/2/20：山本
パンくずリスト*/
	list-style:none;
	font-size:90%;
	padding-top:5px
}

.pankuzu ul li {
/*新規デザイン　2009/2/20：山本
パンくずリスト*/
	display:inline
}


/*　帯
-------------------------------------------*/

#obi {
/*デザイン更新　2009/2/23：山本
背景を画像に変更*/
	padding : 9px 0 0 15px;
	background-image:url('../img/ichiran_obi.gif');
	height:47px;
}

#obi #ichiran {
	width:300px;
	float:left;
}

#obi #ichiran2 {
	padding-top:2px;
	float:left;
	color:#336cc8;
	font-weight:bold
}

#obi h2 {
	font-size : 140%;
	color:#ffffff;
}

#obi strong {
	font-size : 70%;
	color:#ffffff;
}



/* トップページ　トップ　左上
---------------------------------------------*/
#header_2 {
	width: 960px;
	margin-top:15px;
}
.logo_2 {
	width: 192px;
	height: 51px;
	float: left;
}

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







#all_ship {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	padding-top: 5px;
}

#all_ship h3 {
	font-size: 120%;
	color: #0066cc;
	/* background-color: #f0f6fd; */
	border-left:10px solid #0850b2;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 0 5px;
}

#header {
	background-color: #2D78BF;
	padding-top: 90px;
}


#box01 {
  white-space: pre;
}


/* ロゴとナビゲーション
---------------------------------------------*/
#logo {
	/* position: absolute; */
	margin-left: auto;
	margin-right: auto;
	left: 17px;
	margin-top: -35px;
}

#logophon {
	margin-left: 770px;
	margin-top: 10px;
	color: #999999;
	font-size: 100%;
}
#logotel {
	margin-left: 850px;
	margin-top: 19px;
	color: #999999;
	font-size: 100%;
}

#cssfooter {
	margin-left: 770px;
}

/* ナビゲーション
---------------------------------------------*/
#globalNav {
	clear: both;
	overflow: auto !important;
	overflow /**/: hidden;
	width: 960px;
	background: #ffffff url(../images/top-001.gif) left top repeat-x;
	padding-bottom: 0px solid #CCCCCC;
}
#globalNav li {
	float: left;
	width: 7em;
	padding-right: 1px solid #CCCCCC;
	list-style: none;
}
#globalNav li a {
	display: block;
	width: 100%;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	background: #E8E8E8 url(../images/top-001.gif) 0 0 repeat-x;
}
#globalNav li a:hover {
	color: #FFFFFF;
	background: #E8E8E8 url(../images/top-002.gif) 0 0 repeat-x;
}


/* トップメニュー２
---------------------------------------------*/
#top2 {
	float: left;
	width: 717px;
}
#top3 {
	float: left;
	width: 233px;
	height: 185px;
	padding-top: 15px;
	padding-left: 10px;
}
#top0 {
	float: left;
	width: 960px;
}



/* メインイメージナビゲーション
---------------------------------------------*/


#content {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	/* background: #FFFFFF url(../images/content_bg.gif) left top repeat-y; */
	padding-bottom: 30px;
}

#nav2 {
	width: 950px;
	color: #0850b2;
	margin-left: auto;
	margin-right: auto;
	background-color: #f0f6fd;
	border-top: 1px solid #cccccc; /* #0850b2; */
	border-bottom: 1px solid #cccccc;
	padding: 5px 0 5px 10px;
}

#nav3 {
	width: 456px;
	color: #0850b2;
	background-color: #f0f6fd;
	border-top: 1px solid #cccccc; /* #0850b2; */
	border-bottom: 1px solid #cccccc;
	padding: 5px 0 5px 10px;
}

#nav4 {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #cccccc; /* #0850b2; */
	padding: 5px 0 5px 10px;

}

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

}

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

#nav4 li a {
	width: 100%;
	font-size: 80%;
	text-align: center;
}

＃nav4 strong {
	color: #ffffff;
}

/* 商品ページ用２コラム
---------------------------------------------*/
#migi {
	float: right;
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	margin: 10px 0; /* 上下方向にマージンを指定 */
}

#migi h2 {
/*デザイン更新　2009/2/24：山本
背景をに画像変更*/
	font-size: 120%;
	color: #ffffff;
	/*background-color: #f0f6fd;
	border-top: 5px solid #0850b2;
	border-bottom: 1px solid #cccccc;
	padding: 5px 0 5px 10px;*/
	background-image:url('../img/migi2_title.gif');
	padding:15px 0 0 15px;
	height:34px;
	width:345px;
}

#migi h1 {
	font-size: 120%;
	color: #0850b2;
	/* background-color: #f0f6fd; */
	border-left:10px solid #0850b2;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 0 5px;
}
#migi h3 {
/*デザイン更新　2009/2/24：山本
背景をに画像変更*/
	/*font-size: 120%;
	color: #ffffff;
	background-color: #0850b2;
	border-left:0px solid #0850b2;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 0 5px;*/
	font-size: 100%;
	color: #ffffff;
	background-color:#0099cc; 
	padding: 0 0 0 3px;
	font-weight:bold;
	margin:10px 0 0 0;
	clear:both;
}

#migi h6 {
	font-size: 120%;
	color: #ffffff;
	background-color: #0850b2;
	border-left:0px solid #0850b2;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 0 5px;
}

#migi th h3 {
	font-size: 120%;
	color: #ffffff;
	background-color: #0850b2;
	padding: 0 0 0 0;
}

#migi img {
	vspace: 5px;
	hspace: 5px;
	margin: 0 10px 5px 0;
	clear: both;
}
#migi strong {
	color: #003399;
}

#migi h4 {
	font-size: 110%;
	color: #0066cc;
	/* background-color: #f0f6fd; */
	/* border-left:10px solid #0850b2; */
	/* border-bottom: 1px solid #cccccc; */
	padding: 0 0 0 5px;
}

#migi h5 {
	font-size: 110%;
	color: #ff0000;
	padding: 0px 0px 0px 5px;
}
#migi li {
	list-style: none;
	padding: 0 0 0 20px;
}

#migi p {
	padding: 0 0 0 10px;
}


#migi2 b {
	color:#003399;
	font-size: 140%;
	margin-left:360px;
}

#migi2 {
	color:#003399;
	font-size: 140%;
	margin-left:320px;
}

#migi b {
	color:#003399;
	font-size: 100%;
}







/*---- 左側スタイル --- */
#hidari {
	float: left;
	width: 600px;
	margin: 10px 0; /* 上下方向にマージンを指定 */
	/* background-color: #F9CFBA; */
}



#hidari h2 {
	font-size: 120%;
	color: #0066cc;
	/* background-color: #f0f6fd; */
	/* border-left:10px solid #0850b2; */
	/* border-bottom: 1px solid #cccccc; */
	padding: 0 0 0 5px;
}


#hidari h3 {
	font-size: 120%;
	color: #0066cc;
	/* background-color: #f0f6fd; */
	/* border-left:10px solid #0850b2; */
	border-bottom: 1px solid #cccccc;
	padding: 0 0 0 185px;
}

#hidari h4 {
	font-size: 120%;
	color: #0066cc;
	/* background-color: #f0f6fd; */
	/* border-left:10px solid #0850b2; */
	border-bottom: 1px solid #cccccc;
	padding: 0 0 0 185px;
}
#hidari p {

	font-size: 100%;

}

#hidari img {
	margin: 5px 10px 5px 0;
	clear: both;

}

#hidari li {

	list-style: none;
	padding: 0 0 0 200px;
}



/* section 2009/02/23 変更
---------------------------------------------*/

#migi .section {
	margin: 0 10px 0 0;
	clear: both;
}

#migi .section p {
	margin: 10px 0;
}

#migi .section .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}

#migi br {
       clear : both;
}
/*-----------------------------------ここまで-------*/

/* 本文のレイアウト*/

#about h3, #newsRelease h3 {
	color: #FFFFFF;
	background: #3452B2 url(../images/title_bg.gif) left top repeat-x;
}
#about .section {
	margin: 16px 18px 0 18px;
	border-bottom: 1px solid #ccc;
}
#about .section p {
	margin: 10px 0;
}
#about .section .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#newsRelease dl {
	margin: 16px 18px 0 18px;
}
#newsRelease dl dt {
	font-size: 90%;
	color: #666666;
	margin-top: 10px;
}


#footer {
	clear: both;
	width: 960px;
	color: #333333;
	background: #ffffff;
}

#textarea { 
	width: 715px; 
	height:135px; 
} 



