﻿@charset "UTF-8";

/* basic *****************************************/
html {
	overflow-y:scroll;
}

body {
	margin:0;
	padding:0;
	line-height:1.6;
	letter-spacing:1px;
	font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",verdana,sans-serif;
	font-size:12px;
	color:#000;
	background:#efefef;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.80, #fff), color-stop(0.00, #efefef));
	background:-webkit-linear-gradient(top, #efefef 0%, #fff 80%);
	background:-moz-linear-gradient(top, #efefef 0%, #fff 80%);
	background:-o-linear-gradient(top, #efefef 0%, #fff 80%);
	background:-ms-linear-gradient(top, #efefef 0%, #fff 80%);
	background:linear-gradient(to bottom, #efefef 0%, #fff 80%);
}


/* 0.container *****************************************/
#container {
	width:940px;
	margin:30px auto;
	padding:20px;
	border:1px solid #ddd;
	-moz-box-shadow:0 0 10px #bfbfbf; /* Firefox用 */  
	-webkit-box-shadow:0 0 10px #bfbfbf; /* Safari,Google Chrome用 */ 
	box-shadow:0 0 10px #bfbfbf;
	background:#fff;
}


/* 1.header *****************************************/
#header {
	max-width:100%;
	margin-bottom:10px;
}

#header img {
	max-width:100%;
}

#header div {
	width:940px;
	height:0;
}

#header div h1 {
	position:relative;
	padding:0;
	top:-120px;
	left:15px;
	font-size:30px;
	color:#fff;
	line-height:1.2;
	border:none;
	background:none;
}

#header div h2 {
	position:relative;
	top:-110px;
	left:5px;
	font-size:18px;
	font-weight:bold;
	color:#fdd;
	line-height:1.2;
	background:none;
}


/* 2.slide *****************************************/
#slide {
	width:940px;
	height:300px;
	overflow:hidden;
	position:relative;
	padding-bottom:0px;
	margin-bottom:10px;
}

.slideIcatch {
	width:100%;
	height:100%;
}

.slideInner {
	list-style:none;
	margin:0;
	padding:0;
}

.slideInner li {
	position:absolute;
	background:#fff;
	margin:0;
	padding:0;
}

.slideCont {
	 position:absolute;
	 float:left;
	 left:50%;
	 bottom:0;
}

.slideCont span {
	 position:relative;
	 left:-50%;
	 float:left;
	 margin:5px;
	 -webkit-border-radius:5px;
	 -moz-border-radius:5px;
	 border-radius:5px;
	 width:10px;
	 height:10px;
	 overflow:hidden;
	 -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	 -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	 box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	 background:#eee;
	 text-indent:-9999px;
	 vertical-align:middle;
}

.slideCont span:hover {
	 background:#ccc;
	 cursor:pointer;
}

.slideCont span.current {
	 -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	 -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	 box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	 background:#85d1c6;
}


/* 3.navigater *****************************************/
#navigater {
	clear:both;
	height:30px;
}

#sns {
	float:left;
	width:300px;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

#breadcrumbs {
	margin-top:1px;
	float:right;
	overflow:hidden;
}

#breadcrumbs a {
	display:inline-block;
	padding:5px 15px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#000;
	background:#cf4;
	background:-webkit-gradient(linear, left top, right top, color-stop(1.00, #ce4), color-stop(0.50, #cf4));
	background:-webkit-linear-gradient(right, #cf4 50%, #ce4 100%);
	background:-moz-linear-gradient(right, #cf4 50%, #ce4 100%);
	background:-o-linear-gradient(right, #cf4 50%, #ce4 100%);
	background:-ms-linear-gradient(right, #cf4 50%, #ce4 100%);
	background:linear-gradient(to right, #cf4 50%, #ce4 100%);
	margin-left:-1px;
	margin-right:-5px;
	border-top:2px solid #008;
}

#breadcrumbs a:hover {
	background:#cd0;
}

#breadcrumbs a.sel {
	background:#ff8;
}

/* 4.menu *****************************************/
#menu {
	clear:both;
	float:right;
	width:300px;
}

#menu a {
	display:block;
	padding:5px 15px;
	color:#000;
	color:#000;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	background:#cf4;
	background:-webkit-gradient(linear, left bottom, left top, color-stop(1.00, #ce4), color-stop(0.50, #cf4));
	background:-webkit-linear-gradient(bottom, #cf4 50%, #ce4 100%);
	background:-moz-linear-gradient(bottom, #cf4 50%, #ce4 100%);
	background:-o-linear-gradient(bottom, #cf4 50%, #ce4 100%);
	background:-ms-linear-gradient(bottom, #cf4 50%, #ce4 100%);
	background:linear-gradient(to bottom, #cf4 50%, #ce4 100%);
}

#menu a:hover {
	background:#cd0;
}

#menu a.sel {
	background:#ff8;
}

#banner {
	margin-top:10px;
}

#banner a{
	padding:0;
	background:none;
	display:inline-block;
}

.submenu {
	background:#cf4;
}

.submenu a {
	display:inline-block;
	width:207px;
	height:25px;
	margin-right:-6px;
	padding:5px 0;
	color:#000;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background:#cf4;
	background:-webkit-gradient(linear, left top, right top, color-stop(0.50, #cf4), color-stop(1.00, #ce4));
	background:-webkit-linear-gradient(right, #cf4 50%, #ce4 100%);
	background:-moz-linear-gradient(right, #cf4 50%, #ce4 100%);
	background:-o-linear-gradient(right, #cf4 50%, #ce4 100%);
	background:-ms-linear-gradient(right, #cf4 50%, #ce4 100%);
	background:linear-gradient(to right, #cf4 50%, #ce4 100%);
	border-bottom:2px solid #008;
}

.submenu a:hover {
	background:#cd0;
}

.submenu a.sel {
	display:inline-block;
	width:207px;
	height:25px;
	margin-right:-6px;
	padding:5px 0;
	color:#000;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background:#ff8;
	border-bottom:2px solid #008;
}


/* 5.contents *****************************************/
#contents {
	float:left;
	width:620px;
	background:#fff;
}

.document {
	clear:both;
	padding:5px;
}

.document iframe {
	float:left;
	margin:0 10px 10px 0;
}

.document a.block {
	display:inline-block;
	width:270px;
	height:30px;
	margin:0;
	padding:5px 20px;
	color:#000;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	background:#cf4;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.50, #cf4), color-stop(1.00, #ce4));
	background:-webkit-linear-gradient(bottom, #cf4 50%, #ce4 100%);
	background:-moz-linear-gradient(bottom, #cf4 50%, #ce4 100%);
	background:-o-linear-gradient(bottom, #cf4 50%, #ce4 100%);
	background:-ms-linear-gradient(bottom, #cf4 50%, #ce4 100%);
	background:linear-gradient(to bottom, #cf4 50%, #ce4 100%);
}

.document a:hover {
	background:#cd0;
}

/* 6.footer *****************************************/
#footer {
	clear:both;
	width:940px;
	padding:15px;
}

.copyright {
	font-style:normal;
	font-size:11px;
	color:#999;
	line-height:3.0;
	text-align:center;
	height:15px;
}

#pageTop {
	position:fixed;
	right:0;
	bottom:0;
	padding:10px;
	background:#000
}

#pageTop a {
	padding:0 0 0 12px;
	color:#fff;
	font-size:11px;
/*	  background:#000 url("../images/bg_pagetop.gif") 0 50% no-repeat;*/
}


/* 8.basic *****************************************/
br {
	letter-spacing:normal;
}

br.both {
	clear:both;
}

a {
	color:#114499;
	text-decoration:none;
}

a:hover {
	color:#114499;
	text-decoration:none;
}

img {
	border:0;
	vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
}

h1 {
	clear:both;
	padding:2px 10px 1px 10px;
	line-height:1.5;
	color:#000;
	font-size:18px;
	font-weight:bold;
	background:#fff;
	border-top:2px solid #007;
	border-left:2px solid #007;
	border-right:2px solid #007;
}

h2 {
	clear:both;
	padding:5px 10px;
	line-height:1.5;
	color:#fff;
	font-size:15px;
	font-weight:normal;
	background:#227;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.85, #227), color-stop(0.00, #5555ff));
	background:-webkit-linear-gradient(top, #5555ff 0%, #227 85%);
	background:-moz-linear-gradient(top, #5555ff 0%, #227 85%);
	background:-o-linear-gradient(top, #5555ff 0%, #227 85%);
	background:-ms-linear-gradient(top, #5555ff 0%, #227 85%);
	background:linear-gradient(to bottom, #5555ff 0%, #227 85%);
}

h3 {
	clear:both;
	margin-top:10px;
	padding:3px 15px;
	line-height:1.5;
	font-size:13px;
	font-weight:bold;
	color:#000;
	border:1px solid #ddd;
	background:#cdf;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.85, #bcf), color-stop(0.00, #cdf));
	background:-webkit-linear-gradient(top, #cdf 0%, #bcf 85%);
	background:-moz-linear-gradient(top, #cdf 0%, #bcf 85%);
	background:-o-linear-gradient(top, #cdf 0%, #bcf 85%);
	background:-ms-linear-gradient(top, #cdf 0%, #bcf 85%);
	background:linear-gradient(to bottom, #cdf 0%, #bcf 85%);
}

h4 {
	clear:both;
	margin-top:10px;
	color:#000;
	font-size:13px;
	font-weight:bold;
	line-height:1.5;
}

h5 {
	color:#000;
	font-size:13px;
	font-weight:normal;
	line-height:1.5;
	border-left:5px solid #000;
}

h6 {
	color:#000;
	font-size:11px;
	font-weight:normal;
	line-height:1.5;
}

em {
	color:#000;
	font-size:13px;
	font-weight:bold;
	line-height:1.5;
}

p {
	margin:10px;
}

ul,ol,dl {
	clear:both;
	margin:0 5px;
	padding:10px;
}

li {
	padding:0;
	margin-left:10px;
}

dt {
	margin:0;
	padding:0;
}

dd {
	margin:0 0 0.5em 1em;
	padding:0;
	background:#f1f1f1;
}


/* 9.important *****************************************/
.youtube-player {
	clear:both;
	float:left;
	margin:0 5px 5px 0;
	width:320px;
	height:196px;
	border:0;
}


#map0,#map1,#map2,#map3,#map4,#map5,#map6,#map7,#map8,#map9 {
	display:block;
	width:100%;
	height:300px;
}

.note {
	color:#880000;
	font-size:12px;
}

#flight {
	width:100%;
	height:222px;
}
