@charset "utf-8";

/*インポートスタイルシート*/
@import "reserv.css";
@import "reset.css";
@import "base.css";
@import "index.css";
@import "archive-index.css";
@import "archive-list.css";
@import "archive-data.css";
@import "blog_archive-list.css";
@import "blog_archive-data.css";

/* win版 IE5～5x hack */ 
@media tty {i{content:"\";/*" "*/}} @import 'wie5x.css'; /*";}}/* */

/*IE4～6 hack*/
* html body {
	text-align:center;
}

/***共通スタイル***/
body {
	background-image: url(../image/common/background-right.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrapper {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 1%;
}
#container {
	width: 840px;
	height: 1%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/common/background-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 46px;
	padding-right: 45px;
	position: relative;
}
#main {
	width: 840px;
	height: 1%;
	position:relative;
	z-index: auto;
	top: -105px;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.none {
	display: none;
}

/***ヘッダーテンプレートスタイル***/
#header {
	width: 840px;
	height: 240px;
	background-image: url(../image/common/header-background.gif);
	background-repeat: no-repeat;
	position: relative;
}
#sign {
	font-size: 10px;
	padding	: 10px 0 5px 25px;
	font-weight: normal;
	display: inline;
	float: left;
	width: 500px;
}
#logo {
	padding-left: 20px;
	padding-bottom: 10px;
	float: left;
	width: 500px;
}
#tel-catch {
	text-align: right;
	padding-top: 10px;
	float: right;
	width: 300px;
}
#g-navi {
	float: right;
	height: 15px;
	padding-top: 7px;
	width: 227px;
}
#g-navi li {
	display: inline;
	float: left;
	height: 15px;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #00CCFF;
}
.header-first {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #00CCFF;
}

/***ナビゲーションスタイル***/
#navi {
	height: 35px;
	width: 840px;
	clear: both;
	padding-bottom: 5px;
}
#navi li {
	display: inline;
	height: 35px;
	width: 120px;
	float: left;
}
/*HOMEへ*/
a#navi-home {
	display: block;
	width:118px;
	height: 35px;
	background-image: url(../image/navigation/navi-home.gif);
}
a#navi-home:hover {
	background-image: url(../image/navigation/navi-home_hover.gif);
}
/*観光*/
a#navi-kanko {
	display: block;
	width:118px;
	height: 35px;
	background-image: url(../image/navigation/navi-kanko.gif);
}
a#navi-kanko:hover {
	background-image: url(../image/navigation/navi-kanko_hover.gif);
}
/*マリンレジャー*/
a#navi-marine {
	display: block;
	width:118px;
	height: 35px;
	background-image: url(../image/navigation/navi-marine.gif);
}
a#navi-marine:hover {
	background-image: url(../image/navigation/navi-marine_hover.gif);
}
/*お食事*/
a#navi-gourmet {
	display: block;
	width:118px;
	height: 35px;
	background-image: url(../image/navigation/navi-gourmet.gif);
}
a#navi-gourmet:hover {
	background-image: url(../image/navigation/navi-gourmet_hover.gif);
}
/*チャーター*/
a#navi-charter {
	display: block;
	width:118px;
	height: 35px;
	background-image: url(../image/navigation/navi-charter.gif);
}
a#navi-charter:hover {
	background-image: url(../image/navigation/navi-charter_hover.gif);
}
/*フォトウェディング*/
a#navi-photo {
	display: block;
	width:118px;
	height: 35px;
	background-image: url(../image/navigation/navi-photo.gif);
}
a#navi-photo:hover {
	background-image: url(../image/navigation/navi-photo_hover.gif);
}
/*スタッフブログ*/
a#navi-blog {
	display: block;
	width:118px;
	height: 35px;
	background-image: url(../image/navigation/navi-blog.gif);
}
a#navi-blog:hover {
	background-image: url(../image/navigation/navi-blog_hover.gif);
}

/*パン屑ナビゲーションスタイル*/
#pan {
	padding-left: 20px;
	position: relative;
	padding-bottom: 10px;
}

#pan img{
	vertical-align:bottom;
}

/***フッターテンプレートスタイル***/
#footer {
	background-image: url(../image/common/footer-logo.gif);
	background-repeat: no-repeat;
	background-position: center 20px;
	height: 45px;
	width: 840px;
	position: relative;
	top: -70px;
}
#footernavi {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 40px;
}
#footernavi li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3399CC;
	padding-right: 5px;
	padding-left: 5px;
}
.footer-first {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3399CC;
}
#copy {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#top-link {
	text-align: right;
	padding-right: 5px;
}
