@charset "UTF-8";

/*////////////////////////////////////////////////////

	サイト基本設定

////////////////////////////////////////////////////*/


/*========================================================================================
   @ ページ大枠
========================================================================================*/

#wrapper {
	width: 810px;
	margin: 0 auto;
	background: url(../images/common/page.gif) repeat-y 0 0;
}

/* 2カラム
---------------------------------------------------------------------*/
#main {
	float: left;
	width: 540px;
}
* html #main { width: 560px; }

#sidebar {
	float: right;
	width: 190px;
}

/* ページトップへ戻る
---------------------------------------------------------------------*/
#pagetop-button {
	clear: both;
	height: 20px;
	line-height: 20px;
	padding-top: 20px;
	text-indent: -9000px;
	background: url(../images/common/bt_pagetop.gif) no-repeat 100% 100%;
}
#pagetop-button a {
	display: block;
	float: right;
	width: 130px;
}
/* ページ途中用 */
.pagetop-button {
	clear: both;
	height: 17px;
	margin-top: 10px;
	text-indent: -9000px;
	background: url(../images/common/bt_pagetop2.gif) no-repeat 100% 100%;
}
.pagetop-button a {
	display: block;
	float: right;
	width: 110px;
	height: 17px;
}

/*========================================================================================
   	ヘッダー
========================================================================================*/

#header {
	height: 124px;
	margin: 0 5px 0;
	padding: 0;
	background: url(../images/common/header/header.gif) no-repeat 0 0;
	position: relative;
}

/* 会社ロゴ */
#logo img {
	margin: 9px 0 0 20px;
	top: 9px;
	left: 20px;
}

/* リンク
---------------------------------------------------------------- */
ul#global-info {
	position: absolute;
	top: 7px;
	right: 2px;
	width: 488px;
	font-size: 0;
}
html[xmlns*=""] body:last-child ul#global-info {
	top: 4px;	
}
ul#global-info li {
	display: inline;
	padding-right: 21px;
}
html[xmlns*=""] body:last-child ul#global-info li {
	padding-right: 18px;
}

ul#global-info li a {
	text-align: center;
	outline: none;
	vertical-align: top;
}
ul#global-info li a:hover {
	text-decoration: none;
}

/*=========================================================================================================================
	グローバルナビ設定 
=========================================================================================================================*/

ul#global-navi {
	position: absolute;
	top: 70px;
	width: 100%;
	height: 44px;
	background: url(../images/common/gnavi.gif) no-repeat 0 0;
}

ul#global-navi li {
	float: left;
	width: 133px;
	height: 44px;
	margin: 0;
	padding: 0;
}
ul#global-navi li#guide {
	width: 135px;
}
ul#global-navi li a {
	display: block;
	height: 44px;
	text-align: center;
	text-indent: -9000px;
	outline: none;
}

/* グローバルナビ ボタン設定 (幅133px 高さ44px) */
ul#global-navi li#guide a      { background: url(../images/common/gnavi.gif) no-repeat 0 0;      }
ul#global-navi li#zoo a        { background: url(../images/common/gnavi.gif) no-repeat -135px 0; }
ul#global-navi li#iruka a      { background: url(../images/common/gnavi.gif) no-repeat -268px 0; }
ul#global-navi li#attraction a { background: url(../images/common/gnavi.gif) no-repeat -401px 0; }
ul#global-navi li#pool a       { background: url(../images/common/gnavi.gif) no-repeat -534px 0; }
ul#global-navi li#event a      { background: url(../images/common/gnavi.gif) no-repeat -667px 0; }

ul#global-navi li#guide a:hover      { background: url(../images/common/gnavi.gif) no-repeat 0 -44px;      }
ul#global-navi li#zoo a:hover        { background: url(../images/common/gnavi.gif) no-repeat -135px -44px; }
ul#global-navi li#iruka a:hover      { background: url(../images/common/gnavi.gif) no-repeat -268px -44px; }
ul#global-navi li#attraction a:hover { background: url(../images/common/gnavi.gif) no-repeat -401px -44px; }
ul#global-navi li#pool a:hover       { background: url(../images/common/gnavi.gif) no-repeat -534px -44px; }
ul#global-navi li#event a:hover      { background: url(../images/common/gnavi.gif) no-repeat -667px -44px; }

/*=======================================================================================================================
   @ フッター
=======================================================================================================================*/

#footer {
	position: relative;
	padding-top: 5px;
	color: #b6d3bb;
	text-align: right;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	background: #0b6a1b url(../images/common/footer/footer_back.gif) repeat-y 0 100%;
}
#footer ul {
	width: 100%;
	height: 10px;
}
#footer ul:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	font-size: 0;
	visibility: hidden;
}
* html #footer ul { display: inline-block; }
/* ¥*/
* html #footer ul { height: 1%; }
#footer ul { display: block; }
/* */

#footer ul li {
	float: left;
	height: 10px;
	padding-left: 25px;
}
#footer a {
	color: white;
	display: block;
}
#footer p#copyright {
	clear: both;
	padding: 10px 10px 10px 0;
	background: url(../images/common/footer/page_bottom.gif) no-repeat 0 100%;
}


/*====================================================================================================================
   @ コンテンツ
====================================================================================================================*/

#content {
	margin: 0 5px;
	padding: 0 20px;
}

/* パンくずリンク
----------------------------------------------------------------------------------*/
#topic-path {
	position: absolute;
	font-size: 77%;
	margin-top: 10px;
	margin-left: 116px;
}

/* ページタイトル
----------------------------------------------------------------------------------*/
h1 { margin-bottom: 10px; }

/* メインビジュアル
----------------------------------------------------------------------------------*/
#main-visual {
	position: relative;
	margin-bottom: 10px;
}
#main-visual img {
	position: relative;
	z-index: 0;
}
#main-visual a {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/* 見出し
----------------------------------------------------------------------------------*/
.m1 {
	height: 50px;
	margin: 20px auto 0px;
	padding-top: 10px;
	padding-left: 50px;
	font-size: 123.1%;
	line-height: 36px;
	background: url(../images/common/m1.gif) no-repeat;
	position: relative;
	color: #005fb0;
}
.m2 {
	margin: 20px 0 10px;
	padding-left: 18px;
	font-size: 108%;
	line-height: 1.5em;
	vertical-align: middle;
	background: url(../images/common/midashi_green.gif) no-repeat 0 0;
	color: #005fb0;
}
.m3 {
	margin: 20px 0 0.5em;
	padding-left: 0px;
	font-size: 93%;
	line-height: 1.6em;
	color: #005fb0;
}

/* テーブル 
----------------------------------------------------------------------------*/
table {
	margin: 10px 0;
	border-collapse: collapse;
	border: 2px solid #eebc44;
	background: #fffdf5;
	font-size: 93%;
}
table th {
	padding: 5px;
	background: #ffd541;
	border: 1px solid #eebc44;
	color: #6a2a00;
	text-align: center;
}
table th.col {
	background: #ffe589;
	text-align: left;
}
table td {
	padding: 5px;
	background: #fffdf5;
	border: 1px solid #eebc44;
	text-align: left;
}

/* 右リンクボックス 
-------------------------------------------------------------------------------------------*/
.link-box { margin: 10px 0; }
.link-box dd {
	padding: 5px;
	border: 1px solid #cdcdcd;
	font-size: 93%;
	line-height: 1.25;
}
.link-box dd ul li {
	margin-left: 16px;
	margin-bottom: 5px;
	text-indent: -16px;
}

/* 注意書きボックス 
------------------------------------------------------------------------------------------*/

/* 問い合わせ先タイプ */
.attention {
	margin: 10px 0;
	padding: 1px;
	border: 1px solid #cdcdcd;
	font-size: 93%;
}
.attention dt {
	padding: 2px;
	font-weight: bold;
	background: #eee;
}
.attention dd {
	padding: 5px;
}

/* テキストタイプ */
.attention p {
	padding: 5px;
	font-size: 100%;
}
.attention-red {/* 赤枠バージョン */
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #900;
	background: #ffeded;
}
.attention-red p {
	font-size: 100%;
	padding: 0;
}

/* マーク付き注釈タイプ */
.attention ul {
	margin: 5px;
}
.attention li {
	padding-left: 1em;
	text-indent: -1em;
}


/* ページ最下部の戻るボタン 
-------------------------------------------------------------------------------------------*/
a.back,
a.back:visited {
	display: block;
	margin: 10px auto;
	padding: 5px;
	border: 2px solid #cdcdcd;
	text-align: center;
	font-weight: bold;
	font-size: 93%;
	color: #1828c9;
}
a.back:hover {
	border: 2px solid #aaa;
	background: #eaedfc;
	text-decoration: none;
}

/* Get Windows Media Player 
-------------------------------------------------------------------------------------------*/
#get-wm {
	margin: 10px auto;
	padding: 5px;
	border: 1px solid #cdcdcd;
}
#get-wm a img {
	float: left;
	display: block;
}
#get-wm p {
	margin-top: 0px;
	margin-left: 117px;
	padding-left: 0px;
	font-size: 85%;
}

/* Get Adobe Reader 
-------------------------------------------------------------------------------------------*/
#get-reader {
	margin: 10px auto;
	padding: 5px;
	border: 1px solid #cdcdcd;
}
#get-reader a {
	float: left;
	display: block;
}
#get-reader p {
	margin-top: 0px;
	margin-left: 117px;
	padding-left: 0px;
	font-size: 85%;
}

/* Get Flash Player 
-------------------------------------------------------------------------------------------*/
#get-flash {
	margin: 10px auto;
	padding: 5px;
	border: 1px solid #cdcdcd;
}
#get-flash a {
	float: left;
	display: block;
}
#get-flash p {
	margin-top: 0px;
	margin-left: 117px;
	padding-left: 0px;
	font-size: 85%;
	line-height: 1.2;
}

/* Q&A 質問
-------------------------------------------------------------------------------------------*/
ul.question li {
	min-height: 2.3em;
	padding-top: 1ex;
	padding-left: 20px;
	font-size: 93%;
}


/* リンク/アイコン
-----------------------------------------------------------------------------*/
a.link {
	padding: 2px 0 0 20px;
	background: url(../images/common/icon_link.gif) no-repeat 0 bottom;
}
a.exLink {
	line-height: 20px;
	padding-left: 18px;
	background: url(../images/common/icon_exLink.gif) no-repeat 0 50%;
}
a.page {
	padding-left: 20px;
	background: url(../images/common/icon_page.gif) no-repeat 0 0;
}
a.pdf {
	padding-left: 16px;
	background: url(../images/common/icon_pdf.gif) no-repeat left top;
	line-height: 160%;
	padding-bottom: 2px;
}

/* リスト
----------------------------------------------------------------------------------*/
ul.list li {
	margin-bottom: 5px;
	padding-left: 16px;
	font-size: 93%;
}

/* pdfリスト
----------------------------------------------------------------------------------*/
ul.pdf {
	margin: 10px 10px 0 10px;
	line-height: 2.2;
}
ul.pdf ul { margin-top: -0em; }


/* 記事
---------------------------------------------------------------------*/
.document-box {
	width: 700px;
	margin: auto;
	background: none;
}
.document-box:after {
	content: " ";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
.document-box { display: inline-block; }
/* ¥*/
* html .document-box { height: 1%; }
.document-box { display: block; }
/* */







.document-box img {
	float: left;
	margin-right: 40px;
}
.document-box p {
	float: right;
	width: 410px;
	margin-right: 0px;
	padding-top: 10px;
}
/* 写真なし */
p.txt {
	margin: 0 20px 20px;
}

#main-visual img {
	border: none;
}

