@charset "UTF-8";
/*-------------リセット-------------*/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align:baseline;
	font-family:inherit;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	outline:0;
	padding:0;
	margin:0;
	border:0;
}
:focus {
	outline:0;
}
body {
	background:white;
	line-height:1;
	color:black;
}
ol, ul {
	list-style-type: none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption, th, td {
	font-weight:normal;
	text-align:left;
}
blockquote:bfore, blockquote:after, q:before, q:after {
content: "";
}
blockquote, q {
	quotes:"" "";
}
/*-------------ここから本文-------------*/
body {
	background-image: url(../image/body_back.gif);
	background-repeat: repeat-x;
	color: #000033;
	letter-spacing: 1px;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
}
sup {
	font-size: 100%;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#header {
	height: 144px;
	width: 900px;
	background-image: url(../image/top_back.jpg);
	position: relative;
}
#header h1 {
	left: 20px;
	top: 15px;
	position: relative;
	width: 330px;
	height: 70px;
}
#header h1 img a {
	border: none;
}
#header ul {
	position: absolute;
	top: 105px;
	left: 12px;
	width: 500px;
}
#header li {
	display: inline;
	font-weight: bold;
	background-image: url(../image/link_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	margin-left: 20px;
}
#header li a:link, #header li a:visited {
	padding-left: 15px;
	color: #18489B;
	text-decoration: none;
}
#header li a:hover {
	color: #FFFFFF;
	background-image: url(../image/link_white.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	text-decoration: none;
}
#header li a:active {
	position: relative;
	left: 2px;
	top: 2px;
}
#main {
	background-repeat: repeat-x;
	width: 900px;
	clear: both;
	float: left;
	background-image: url(../image/main_back.gif);
}
#main ol#topicpath {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}
#main ol#topicpath li {
	display: inline;
	line-height: 1.5;
	font-size: 12px;
}
#main ol#topicpath li a {
	padding-right: 20px;
	background-image: url(../image/glue.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#content {
	float: right;
	width: 700px;
	margin-bottom: 30px;
}
#content h2 {
	background-image: url(../image/h2_back.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 18px;
	line-height: 2;
	color: #FFFFFF;
	padding-left: 20px;
	height: 36px;
	letter-spacing:0.2em;
	font-weight: bold;
	margin-bottom: 20px;
}
#content h3 {
	margin-top: 35px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content h3 span {
	font-size: 16px;
	line-height: 1.6;
	font-weight: bold;
	color: #0066FF;
	background-color: #9ED8F6;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 28px;
	letter-spacing: 0.2em;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(../image/h3_dot.gif);
	margin: 0px;
}
#content p {
	line-height: 1.6;
	text-indent: 1em;
	text-justify: inter-ideograph;
	text-align: justify;
	letter-spacing:0.2em;
	font-weight: normal;
	font-size: 90%;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content p.pcenter {
	line-height: 1.6;
	text-indent: 1em;
	text-justify: inter-ideograph;
	text-align: center;
	letter-spacing:0.2em;
	font-weight: normal;
	font-size: 90%;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content img.imgright {
	clear: both;
	float: right;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}
#content img.imgleft {
	clear: both;
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}
#footer {
	background-color: #69B6EA;
	clear: both;
}
#footer ul {
	padding-top: 15px;
	padding-left: 15px;
}
#footer li {
	display: inline;
	padding-right: 15px;
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer p a {
	float: right;
	font-size: 12px;
	letter-spacing:0;
	text-indent: 0px;
	text-decoration: underline;
	padding-top: 15px;
	padding-right: 15px;
}
#footer address {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}
/* whatnew */
#whatnew #sidebar img.adobe {
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 10px;
}
#whatnew #sidebar p {
	font-size: 10px;
	line-height: 1.4;
	padding: 0px;
	text-indent: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	text-align: left;
}
#whatnew #news {
	padding: 20px;
	background-image: url(../image/whatnew_back.png);
	background-repeat: no-repeat;
	height: 450px;
	overflow: hidden;
}
#whatnew #content dt, #employ #content #news dt, #social #content #socialnews dt {
	font-size: 90%;
	font-weight: bold;
	float: left;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-left: 15px;
	background-image: url(../image/whatsnew_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 1.8;
}
#whatnew #content dd, #employ #content #news dd, #social #content #socialnews dd {
	font-size: 90%;
	margin-left: 130px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	line-height: 1.8;
}
#whatnew #content dd a[href$=".pdf"]:after, #employ #content #news dd a[href$=".pdf"]:after, #social #content #socialnews dd a[href$=".pdf"]:after {
 content: url(../image/pdficon_small.gif);
 vertical-align: middle;
}
/* profile */
#profile #content table, #social #content table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-left-color: #000066;
	margin-right: auto;
	margin-left: auto;
}
#profile #content th, #profile #content td, #social #content th, #social #content td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000066;
	border-bottom-color: #000066;
	font-size: 90%;
	line-height: 1.6;
	padding: 8px;
}
#profile #content th {
	font-weight: bold;
	white-space:nowrap;
	vertical-align: top;
}
#profile #content tr.odd {
	background-color: #A3CEFF;
}
#profile #content tr.even {
	background-color: #E4F7FF;
}
#profile #organization {
	text-align: center;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}
#profile #content table table, #profile #content table table td, #profile #content table table th {
	border: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 100%;
}
#profile #content #year table {
	background-image: url(../image/table_back.gif);
	background-repeat: repeat;
	border-collapse:collapse;
}
#profile #content #year th {
	background-color: #99CCFF;
}
#profile #theme {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	background-image: url(../image/theme_back.png);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
	border: 5px solid #9ED8F6;
}
#profile #theme p {
	line-height: 2;
	padding-right: 20px;
	padding-left: 20px;
	letter-spacing: 0.2em;
	text-indent: 0px;
}
#profile #content dt {
	font-size: 90%;
	margin-left: 20px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-right: 20px;
	font-weight: bold;
}
#profile #content dd {
	font-size: 90%;
	margin-left: 42px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
}
#profile #content p.urllink {
	letter-spacing: normal;
	margin-top: 0px;
	background-image: url(../image/link_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 35px;
	padding-left: 52px;
}
#profile #content h4 {
	margin-left: 20px;
}
#profile #content h4 span {
	font-size: 16px;
	font-weight: bold;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #000066;
	padding-left: 6px;
	letter-spacing: 1px;
	color: #000066;
}
#profile #content h4.border {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000066;
	padding-top: 15px;
	margin-right: 50px;
	margin-top: 30px;
}
#profile #content img.logo {
	margin-left: 30px;
}
#profile #video {
	margin-bottom: 0px;
}
#profile #video h3 {
	font-size: 120%;
	font-weight: bold;
	clear: both;
}
#profile #video h3.next {
	margin-top: 80px;
}
#profile #video img.imgphoto {
	margin-left: 50px;
	margin-bottom: 20px;
}
#profile #video  ul {
	margin-top: 25px;
	margin-bottom: 20px;
	list-style-type: none;
}
#profile #video  ul li {
	font-size: 90%;
	list-style-type: none;
	margin-bottom: 30px;
	margin-left: 30px;
}
#profile #video ul li a.moviebtn {
	color: #FFFFFF;
	background-color: #0033FF;
	text-decoration: none;
	border: 1px dotted #666666;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#profile #video ul li a:hover.moviebtn {
	color: #0033FF;
	background-color: #69B6EA;
}
#profile #video ul.list {
	margin-top: 30px;
	margin-bottom: 20px;
}
#profile #video ul.list li {
	font-size: 80%;
	margin-left: 40px;
	margin-bottom: 8px;
	list-style-type: disc;
}
#profile #video span {
	font-size: 80%;
	letter-spacing: 0em;
}
#profile #video img.m30 {
	margin-left: 30px;
}

/* service */
#service #mapfla {
	height: 480px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#service #mapfla p {
	font-size: 80%;
	line-height: 1.2;
	text-indent: 0px;
	text-align: left;
}
#service #route {
	margin-bottom: 40px;
	margin-top: 40px;
	margin-right: 25px;
	margin-left: 15px;
	border: 1px solid #000066;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#service #route h3 {
	background-image: none;
	padding: 0px;
	margin-top: -28px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#service #route h3 span {
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	background-image: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #FFFFFF;
}
#service #route h4 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../image/anchor_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
	color: #1B1464;
}
#service #route p {
	font-size: 90%;
	padding: 0px;
	text-indent: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 24px;
}
#service #route p.port {
	margin-bottom: 35px;
}
#service #achievements {
	border: 1px solid #000066;
	margin-bottom: 40px;
	margin-top: 40px;
	margin-right: 25px;
	margin-left: 15px;
	padding: 0px;
}
#service #achievements h3 {
	padding: 0px;
	margin-top: -13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-image: none;
}
#service #achievements h3 span {
	background-color: #FFFFFF;
	background-image: none;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #000066;
	font-size: 16px;
	padding-right: 4px;
	padding-left: 6px;
}
#service #achievements p {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	text-indent: 0px;
	padding-right: 20px;
	padding-left: 20px;
	letter-spacing: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#service table#vessel {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000033;
	border-left-color: #000033;
	width: 670px;
	margin-left: 10px;
}
#service table#vessel th, #service table#vessel td {
	font-size: 85%;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000033;
	border-bottom-color: #000033;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0px;
	vertical-align: middle;
}
#service table#vessel th {
	font-weight: bold;
	background-color: #FFDDDD;
	text-align: left;
	vertical-align: top;
}
#service table#vessel th.vname {
	background-color: #FFFFFF;
}
#service #sidebar img.booking {
	margin-top: 20px;
	margin-left: 10px;
}
/* employ */
#employ #news {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 310px;
	background-image: url(../image/employ_back.png);
	background-position: left top;
	padding-top: 15px;
	background-repeat: no-repeat;
	overflow:auto;
}
#employ #news img {
	margin-left: 90px;
}
#employ #list {
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	height: 350px;
}
#employ #list p {
	line-height: 2;
}
#employ #list h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#employ #list h3 span {
	font-size: 14px;
	line-height: 2;
	font-weight: normal;
	margin: 0px;
	background-image: none;
	background-color: #8BC2FF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#employ #list table {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#employ #list table th, #employ #list table td {
	font-size: 90%;
	padding: 5px;
	line-height: 1.8;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-bottom-color: #000066;
}
#employ #list table th {
	font-weight: bold;
	white-space:nowrap;
	padding-right: 10px;
	padding-left: 10px;
}
/* social */
#social #content #year {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#social #content #year table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #003300;
	border-left-color: #003300;
	margin-right: auto;
	margin-left: auto;
	border-collapse:collapse;
	background-image: url(../image/table_back_2.gif);
	background-repeat: repeat;
}
#social #content #year th, #social #content #year td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #003300;
	border-bottom-color: #003300;
	font-size: 90%;
	line-height: 1.6;
	padding: 8px;
}
#social #content #year td a[href$=".pdf"]:after {
 content: url(../image/pdficon_small.gif);
 vertical-align: middle;
}
#social #content #year th {
	background-color: #67C68A;
	font-weight: bold;
	white-space:nowrap;
	color: #FFFFFF;
}
#social #content #year table p {
	text-indent: 0px;
	line-height: 1.4;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 100%;
	letter-spacing: 0.1em;
}
#social #content #year table ul {
	margin-bottom: 20px;
}
#social #content #year table ul ul {
	margin: 0px;
}
#social #content #year table li {
	margin-left: 40px;
	list-style-type: disc;
	font-size: 100%;
}
#social #content #year table li li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-type: circle;
}
#social #content h3 {
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 23px;
	margin-top: 30px;
	background-image: url(../image/clover_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #009F18;
	font-weight: bold;
	font-size: 18px;
}
#social #content img.logo {
	clear: both;
	margin-right: 40px;
	margin-left: 20px;
	margin-top: 40px;
}
#social p.link {
	font-size: 14px;
	letter-spacing: 0em;
	text-indent: 0px;
	margin-left: 20px;
	line-height: 1.6;
	margin-top: 20px;
	background-image: url(../image/link_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 68px;
	margin-bottom: 0px;
}
/* contact */
#contact #contact2 h3 {
	font-size: 16px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000099;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000099;
	margin-top: 30px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 30px;
	margin-left: 10px;
}
#contact #contact2 h4 {
	font-size: 16px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0000;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC0000;
	margin-top: 30px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 30px;
	margin-left: 10px;
}
#contact #contact2 p {
	text-indent: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	line-height: 1.6;
	padding: 0px;
}
#contact #contact2 p.caption {
	text-indent: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	line-height: 1.6;
	font-size: 80%;
}
#contact #contact2 li {
	margin-left: 50px;
	list-style-type: disc;
}
#contact #contact2 img {
	margin-left: 10px;
}
#contact #map {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#contact #map p {
	text-align: left;
	text-indent: 0px;
}
#contact #map li {
	text-align: left;
	text-indent: 0px;
	font-size: 90%;
	margin-bottom: 15px;
	list-style-type: disc;
	margin-left: 80px;
	margin-top: 15px;
}
/* sitemap */
#sitemap #content #sitemaplist1 {
	float: left;
	width: 220px;
}
#sitemap #content #sitemaplist2 {
	float: left;
	width: 440px;
}
#sitemap #content h3 {
	background-image: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC0000;
	font-weight: bold;
	font-size: 100%;
}
#sitemap #content ul {
	margin-bottom: 30px;
	margin-left: 70px;
}
#sitemap #content li {
	font-size: 100%;
	list-style-type: circle;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
#sitemap #content h4 {
	background-image: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0000FF;
	font-weight: bold;
	font-size: 100%;
}
#sitemap #content h3.first, #sitemap #content h4.first {
	margin-top: 40px;
}
#sitemap #content h4 img {
	margin-left: 5px;
}
#sitemap #browser {
	width: 160px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
#sitemap #browser h5 {
	font-size: 90%;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
#sitemap #browser h6 {
	font-size: 80%;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#sitemap #browser p {
	font-size: 75%;
	line-height: 1.4;
	margin-top: 10px;
	letter-spacing: 0em;
}
#sitemap #browser li {
	text-indent: 0px;
	list-style-type: disc;
	height: auto;
	font-size: 80%;
	margin-left: 20px;
	line-height: 1.4;
	margin-bottom: 4px;
	letter-spacing: 0em;
	font-family: "Times New Roman", Times, serif;
}
#sitemap #browser p.mozilla {
	font-weight: bold;
	margin-top: 20px;
}
/* link */
#link #content h3 {
	font-size: 16px;
	background-image: url(../image/link_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-left: 20px;
	color: #000099;
	font-weight: bold;
	margin-top: 0px;
}
#link #content ul {
	margin-bottom: 40px;
	margin-top: 15px;
}
#link #content li {
	list-style-type: circle;
	margin-left: 70px;
	margin-bottom: 15px;
	line-height: 1.4;
}
