﻿@charset "UTF-8";

/* 全体設定 */
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

h1,h2,h3{
	margin-bottom: 10px;
}

ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
table {
	border-collapse:collapse;
	font-size: 100%;
}


/*リンクカラー*/
a {
	color: #1988ff;
}

/*カーソルオーバー時のリンクカラー*/
a:hover {
	color: #7ecef4;
	text-decoration: underline;
}



/*=========================================================================
コンテナー
===========================================================================*/
#mainframe {
	text-align: left;
	width: 912px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #aaaaaa;
	background-color: #FFFFFF;
}



/*=========================================================================
ヘッダー（最上段ID部分）
===========================================================================*/
#idheader {
	position: relative;
	width: 100%;
	background-image: url(../images/topimg00a.jpg);	/*ヘッダーの背景画像*/
	background-repeat: no-repeat;
	background-position: top right;
	height: 70px;
}

#idheader #logo {
	padding-top: 0px;
}

#idheader h1 {
	font-size: 14px;	/*h1タグの設定*/
	font-weight: bold;
	position: absolute;
	top: 0px;
	right: 10px;
	color: #ffffff;
}

/*=========================================================================
/*メインメニュー（最上段ID部分）
===========================================================================*/
ul#idmenu li {
	float: left;
	line-height: 47px;
	height: 47px;
	margin-left: 1px;
	margin-right: 0px;
	font-size: 12px;
}

ul#idmenu a {
	color: #000000;		/*メニューの文字色*/
	text-decoration: none;
	display: block;
	width: 129px;
	text-align: center;
	background-image: url(../images/menu_bg.jpg);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	background-position: top;	/*メニューの背景画像の上半分を表示させる設定*/
	overflow: hidden;	/*オーバーした文字を非表示にする設定*/
}

ul#idmenu a:hover {
	background-image: url(../images/menu_bg.jpg);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	background-position: left bottom;	/*メニューの背景画像の下半分を表示させる設定*/
	color: #FFFFFF;	/*カーソルオーバー時の文字色*/
}

ul#idmenu li.last {
	margin-right: 0;
}

/*=========================================================================
現在位置を知らせるナビゲーション部分
===========================================================================*/
#navigator {
	font-size: 10px;	/*h1タグの文字の大きさ*/
	font-weight: normal;
	line-height: 30px;
	margin-left: 10px;
/*
	color: #ffffff;
*/
}

/*=========================================================================
一斉通報メッセージ部分
===========================================================================*/
#attention {
	border: 1px solid #ff0000;
	padding: 5px;
	overflow: hidden;
	margin-bottom: 0.5em;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffdddd;
	color: #ff0000;
	line-height: 1.6;	/*行間。通常より少し狭めている。*/
}
#attention a {
	color: #ff0000;		/*文字色*/
}

#attention h3 {
	border-bottom: 1px solid #ff0000;
	border-left: 4px solid #ff0000;
	background-color: #ffffff;
	padding: 0px 0px 0px 5px;
	margin-bottom: 0.5em;
	font-size: 100%;
}

#attention p {
	padding: 0px;
}

#attention p, #main .itemlist h3 {
	margin-left: 10px;	/*画像の幅に合わせてここは変更する*/
}

#attention div.img {
	float: left;
}


/*=========================================================================
ナビゲート部分とメインコンテンツを統括する部分
===========================================================================*/
#contents {
	clear: left;
	width: 100%;
}



/*=========================================================================
　左・中央を囲むボックス
===========================================================================*/
#wrap {
	width: 912px;
	float: left;
	padding-bottom: 50px;
	margin-top: 10px;
}



/*=========================================================================
サイド設定
===========================================================================*/
#sub {
	background-color: #f7f7f7;	/*両サイドのボックス背景色*/
	width: 200px;
	border: 1px solid #bfbfbf;	/*両サイドのボックスフチのボーダー*/
	padding: 1px;		/*余白を1px*/
	line-height: 1.6;	/*行間。通常より少し狭めている。*/
	color: #666666;		/*文字色*/
}

/*ボックスのp(段落タグ)の余白設定*/
#sub p {
	padding: 0.5em 5px 1em;
}

/*左右ボックスのh3見出し設定*/
#sub h3 {
	font-size: 100%;
	background-color: #7ecef4;	/*背景色*/
	text-align: center;	/*文字のセンタリング*/
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;	/*文字色*/
}

#sub {
	float: left;
}






/*=========================================================================
サブメニュー
===========================================================================*/
.submenu {
	margin-bottom: 1px;
}

.submenu a {
	background-image: url(images/submenu_bg.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: top;	/*メニューの背景画像の上半分を表示させる設定*/
	display: block;
	padding-right: 5px;
	padding-left: 10px;
	color: #000000;		/*文字色*/
	text-decoration: none;
	line-height: 40px;
	height: 40px;
}

.submenu a:hover {
	background-image: url(images/submenu_bg.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;	/*メニューの背景画像の下半分を表示させる設定*/
	color: #FFFFFF;		/*カーソルオーバー時の文字色*/
}



/*中央ブロック
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 703px;
}

#main h2 {
	font-size: 120%;
	background-image: url(../images/h2bg.gif);	/*h2背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 10px;
	clear: both;
}

#main p {
	padding: 0.5em 10px 1em;	/*中央ブロックの段落タグの余白*/
}



/*=========================================================================
タイプライター設定
===========================================================================*/
#main .typewriter {
	height: 250px;
	overflow: auto;		/*iframe使用*/
	margin-top: 5px;
	margin-right: 5px;
	margin-left: auto;
	padding: 10px;
	background-color: #000000;
	color:#ffffff;
	filter: alpha(opacity=50)	;
	-moz-opacity: 0.50;
	opacity: 0.50;
}


/*=========================================================================
メインブロック内の更新情報	(What's New)
===========================================================================*/

/*フレーム設定*/
#main dl.new {
	height: 100px;
	overflow: auto;		/*iframe使用*/
	margin-top: 5px;
	margin-right: 10px;
	margin-left: auto;
	padding: 10px;
	border: 1px solid #cccccc;
	margin-bottom: 1em;
}

/*フォント設定*/
#main dl.new dt {
	font-weight: bold;
	float: left;
}

/*配置設定*/
#main dl.new dd {
	border-bottom: 1px dashed #cccccc;	/*日付ごとに入る下線*/
	padding-left: 8em;
}

/*=========================================================================
フッター（最下部のコピーライトなど）
===========================================================================*/
#footer {
	clear: both;
	width: 95%;
	text: center;
	text-align: center;
	border-top: 2px solid #bfbfbf;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-left: 20px;
}


/*=========================================================================
ギャラリー
===========================================================================*/
#main .gallery {
	margin-bottom: 10px;
	margin-left: 10px;
}
#main .gallery h4{
	margin: 5px;
	padding: 5px;
}
#main .gallery p{
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}

/*=========================================================================
アクティビティ説明（大）
===========================================================================*/
#main .itemlist {
	border: 1px solid #cccccc;
	padding: 5px;
	overflow: hidden;
	margin-bottom: 0.5em;
	width: 673px;
	margin-right: auto;
	margin-left: auto;
}

#main .itemlist h3 {
	border-bottom: 1px solid #cccccc;
	border-left: 4px solid #cccccc;
	padding: 0px 0px 0px 5px;
	margin-bottom: 0.5em;
	font-size: 100%;
}

#main .itemlist p {
	padding: 0px;
}

#main .itemlist p, #main .itemlist h3 {
	margin-left: 220px;	/*画像の幅に合わせてここは変更する*/
}

#main .itemlist a img {
	padding: 5px;	/*写真と外線との余白*/
	border: 1px solid #ffffff;
}

#main .itemlist a:hover img {
	border: 1px solid #ff0000;
}

#main .itemlist div.img {
	float: left;
}

/*=========================================================================
アクティビティ説明（小）
===========================================================================*/
#main .itemsmall p {
	height: 50px;	/*ボックスの高さ*/
	width: 220px;	/*ボックスの幅*/
	border: 1px solid #CCCCCC;	/*ボーダー設定*/
	float: left;	/*左よせしていく設定*/
	text-align: center;	/*センタリング設定*/
	background-image: url(images/newitem_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	display: inline;
	margin-top: 10px;
}

#main .itemsmall p {
	height: 150px;	/*１個あたりのボックスの高さ*/
	width: 220px;	/*１個あたりのボックスの幅*/
	border: 1px solid #CCCCCC;	/*ボーダー設定*/
	float: left;	/*左よせしていく設定*/
	text-align: center;	/*センタリング設定*/
	background-image: url(images/newitem_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	display: inline;
}

#main .itemsmall {
	margin-top: 10px;
}

#main .itemsmall a img {
	padding: 5px;		/*画像のまわりの余白*/
	border: 1px solid #ffffff;	/*画像に入っているフチどり*/
}

#main .itemsmall a:hover img {
	border: 1px solid #ff0000;	/*カーソルオーバー時に画像のフチ色を変える設定*/
}


/*=========================================================================
料金説明
===========================================================================*/
#main .price {
	border: 0px solid #cccccc;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 0.5em;
	width: 673px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f9fcff;
}

#main .price h3 {
	border-bottom: 1px solid #cccccc;
	border-left: 4px solid #cccccc;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0.5em;
	font-size: 100%;
}

#main .price p {
	margin-left: 20px;	/*画像の幅に合わせてここは変更する*/
	padding: 0px;
	margin-top: 0em;
	background-color: #eff7ff; 
}

#main .price table {
	width: 643px;
	border-collapse:separate;
	margin-left: 20px;	/*画像の幅に合わせてここは変更する*/
	padding: 0px;
	margin-bottom: 1em;
	background-color: #4c4cff; 
}

#main .price th {
	width: 140px;
	background-color: #99ccff;
	vertical-align: top;
}

#main .price td {
	width: 500px;
	padding: 0px 0px 0px 10px;	
	background-color: #e5f2ff;
}

#main .price ul{
	padding: 0px 0px 0px 10px;	
	list-style-type: disc;
}


#main .price div.img {
	float: left;
}

/*=========================================================================
ポイント説明
===========================================================================*/
#main .point {
	border: 0px solid #cccccc;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 0.5em;
	width: 673px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffe0;
}

#main .point h3 {
	border-bottom: 1px solid #cccccc;
	border-left: 4px solid #cccccc;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0.5em;
	font-size: 100%;
}

#main .point p {
	margin-left: 20px;	/*画像の幅に合わせてここは変更する*/
	padding: 0px;
	margin-top: 0em;
	background-color: ffffe0; 
}

#main .point table {
	width: 643px;
	border-collapse:separate;
	margin-left: 20px;	/*画像の幅に合わせてここは変更する*/
	padding: 0px;
	margin-bottom: 1em;
	background-color: #ff7f00; 
}

#main .point th {
	width: 140px;
	background-color: #ffbf7f;
	vertical-align: top;
}

#main .point td {
	width: 500px;
	padding: 0px 0px 0px 10px;	
	background-color: #ffbf7f;
}

#main .point ul{
	padding: 0px 0px 0px 10px;	
	list-style-type: disc;
}


#main .point div.img {
	float: left;
}

/*その他
---------------------------------------------------------------------------*/
.color1 {
	color: #7ecef4;
}
.color2 {
	color: #e57200;
}
.look {
	background-color: #e0efff;
}



/*=========================================================================
アコーディオン　スタイル設定
===========================================================================*/
#accordion	{
	padding: 0 5px;
	margin-bottom: 15px;
}


dl#accordion dt	{
	background: url(../image/dt.gif) no-repeat 5px 10px;
	padding: 5px 5px 5px 15px;
	font-weight: bold;
	border: 1px solid #727272;
}
dl#accordion dd	{
	padding: 5px 5px 5px 15px;
}
li#accordion {
	background: url(../image/icon.gif) no-repeat 0 7px;
	padding: 0 0 0 10px;
}


.ddstyle {margin: 0px 0px 0px 0px; padding: 5px 0px 5px 5px; background-color:#ffffff;}
.listyle01 {margin: 0px 0px 0px 0px;list-style-type: none; background: url(../image/icon.gif) no-repeat 7px 7px; padding: 0 0 0 10px; line-height: 2em;}
.listyle00 {margin: 0px 0px 0px 0px;list-style-type: none; background: url(../image/icon2.gif) no-repeat 7px 7px; padding: 0 0 0 10px; line-height: 2em;}/* 目玉 */

.accordionnavi01 	{margin-left:2px; margin-right:2px; font-size: 11px; font-weight: normal;}/*ダイレクトナビ*/
div.accordionnavi01 a:link 	{ display:block; background-color:#ffffff; border-bottom: 1px none; color:#0000ff; font-weight: bold;}
div.accordionnavi01 a:visited 	{ display:block; background-color:#ffffff; border-bottom: 1px none; color:#0000ff; font-weight: bold;}
div.accordionnavi01 a:active 	{ display:block; background-color:#ffffff; border-bottom: 1px none; color:#0000ff; font-weight: bold;}
div.accordionnavi01 a:hover 	{ display:block; background-color:#1988ff; border-bottom: 1px none; color:#ffffff; font-weight: bold;}

.accordionnavi02 	{margin-left:2px; margin-right:2px; font-size: 11px; font-weight: normal;}/*ダイレクトナビ*/
div.accordionnavi02 a:link 	{ display:block; background-color:#ffffff; border-bottom: 1px none; color:#ff0000; font-weight: bold;}
div.accordionnavi02 a:visited 	{ display:block; background-color:#ffffff; border-bottom: 1px none; color:#ff0000; font-weight: bold;}
div.accordionnavi02 a:active 	{ display:block; background-color:#ffffff; border-bottom: 1px none; color:#ff0000; font-weight: bold;}
div.accordionnavi02 a:hover 	{ display:block; background-color:#ff0000; border-bottom: 1px none; color:#ffffff; font-weight: bold;}


/*=========================================================================
予約フォーム用アコーディオン　スタイル設定
===========================================================================*/

#basic-accordian{
	border:5px solid #EEE;
	padding:5px;
	width:340px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-175px;
	z-index:2;
	margin-top:-100px;
}

.accordion_headings{
	padding:5px;
	background:#99CC00;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#00CCFF;
}

.accordion_child{
	padding:15px;
	background:#EEE;
}

.header_highlight{
	background:#00CCFF;
}

.tab_container *{
	float:left;
	width:100px;
}
