/* ===============================================================

CSS for 共通コンテンツ/Modifired 2008.9.19

=============================================================== */

/* ===============================================================
YUI
=============================================================== */

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
/*リセット*/
* {
	margin:0;
	padding:0;
	line-height:1.22em;
}
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 * 
 */
body {
	background-color:#FFF;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:13px;
	*font-size:small;
	*font:x-small;
	color:#333;
	line-height:140%;
	text-align:center;
}
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

/*画像枠線*/
img {
	border:0;
}
a:link img,
a:visited img,
a:hover img {
	border:0
}
/*テーブル*/
table {
	border-collapse:collapse;
	border-spacing:0;
}
/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {
	font:99% arial,helvetica,clean,sans-serif;
}
hr {
	display:none;
}
/*画像の左寄せ*/
div.leftbox {
	float:left;
}
/*画像の右寄せ*/
div.rightbox {
	float:right;
}
/*ページスイッチ*/
div.pageswitch {
	text-align:center;
	font-size:93%;
	margin:10px 0;
}
div.pageswitch a {
	font-weight:normal
}

/*HyperText*/
a:link,
a:visited {
	color:#155DA0;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/*見出し共通設定*/
h1,h2,h3 {
	text-indent:-9999px;
	overflow:hidden;
}
/*ページスイッチ*/
p.pageswitch {
	text-align:center;
	font-size:93%;
	padding:10px 0;
}


/* ===============================================================
レイアウト（汎用）
=============================================================== */

div#wrapper_content {
	width:760px;
	margin:0 auto;
	text-align:center;
}
div#wrapper_content_body {
	width:760px;
	margin:0 auto;
	background:url(/skins/common/bg_detail_body.gif) repeat-y;
}
/*IE6 Hack*/
* html div#wrapper_content_body {
	width:760px;
	behavior: expression(IEPNGFIX.fix(this));
}




/* ===============================================================
ヘッダー（汎用）
=============================================================== */

div#header {
	width:760px;
	height:135px;
	background:url(/skins/common/bg_detail_header201004.png) no-repeat;
	margin:10px auto 0 auto;
}
/*IE6 Hack*/
* html div#header {
	behavior: expression(IEPNGFIX.fix(this));
}
/*メインロゴ（シーハワイ）*/
div#header h1 {
	width:302px;
	height:120px;
	background:url(/skins/common/main_logo_new201004.gif) no-repeat;
	margin:6px 0 0 15px;
	float:left;
}

/*IE6 Hack*/
* html div#header h1 {
	margin-left:18px;
}
div#header h1 a {
	width:302px;
	height:120px;
	display:block;
	border:0;
}
/*ヘッダー右列*/
div#header_right {
	width:400px;
	height:60px;
	float:right;
	margin:40px 12px 0 0;
	text-align:right;
}
div#header_right img {
	padding-top:20px;
}




/* ===============================================================
ナビゲーション（左列）
=============================================================== */
div#left {
	width:200px;
	float:left;
}

ul#detail_navi {
	width:103px;
	margin:25px auto;
}
ul#detail_navi li {
	margin-bottom:15px;
}
/*サイト運営方針*/
ul#detail_navi li.policy {
	width:103px;
	height:19px;
	background:url(/skins/common/b_detail_policy.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
ul#detail_navi li.policy a:link,
ul#detail_navi li.policy a:visited {
	background:url(/skins/common/b_detail_policy.gif) no-repeat;
	width:103px;
	height:19px;
	display:block;
}
/*申し込みの流れ*/
ul#detail_navi li.apply {
	width:101px;
	height:17px;
	background:url(/skins/common/b_detail_apply.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
ul#detail_navi li.apply a:link,
ul#detail_navi li.apply a:visited {
	background:url(/skins/common/b_detail_apply.gif) no-repeat;
	width:101px;
	height:17px;
	display:block;
}
/*お支払い方法*/
ul#detail_navi li.payment {
	width:89px;
	height:17px;
	background:url(/skins/common/b_detail_payment.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
ul#detail_navi li.payment a:link,
ul#detail_navi li.payment a:visited {
	background:url(/skins/common/b_detail_payment.gif) no-repeat;
	width:89px;
	height:17px;
	display:block;
}
/*良くある質問*/
ul#detail_navi li.faq {
	width:102px;
	height:17px;
	background:url(/skins/common/b_detail_faq.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
ul#detail_navi li.faq a:link,
ul#detail_navi li.faq a:visited {
	background:url(/skins/common/b_detail_faq.gif) no-repeat;
	width:102px;
	height:17px;
	display:block;
}
/*お問い合わせ*/
ul#detail_navi li.contact {
	width:87px;
	height:17px;
	background:url(/skins/common/b_detail_contact.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
ul#detail_navi li.contact a:link,
ul#detail_navi li.contact a:visited {
	background:url(/skins/common/b_detail_contact.gif) no-repeat;
	width:87px;
	height:17px;
	display:block;
}


/* ===============================================================
右列（本文）
=============================================================== */

div#right {
	width:510px;
	float:right;
	text-align:left;
	margin-right:20px;
}
div#right img {
	margin:5px auto 20px auto;
}
* html div#right {
	margin-right:10px;
}

/*サイト運営方針（タイトル）*/
h3.category18 {
	width:217px;
	height:28px;
	background:url(/skins/common/t_detail_policy.gif) no-repeat;
	margin:15px 0;
	display:block;
}
/*申し込みの流れ（タイトル）*/
h3.category19 {
	width:214px;
	height:28px;
	background:url(/skins/common/t_detail_apply.gif) no-repeat;
	margin:15px 0;
	display:block;
}
/*お支払い方法（タイトル）*/
h3.category20 {
	width:185px;
	height:28px;
	background:url(/skins/common/t_detail_payment.gif) no-repeat;
	margin:15px 0;
	display:block;
}
/*よくあるご質問（タイトル）*/
h3.category21 {
	width:214px;
	height:28px;
	background:url(/skins/common/t_detail_faq.gif) no-repeat;
	margin:15px 0;
	display:block;
}
/*書き込みタイトル*/
h4 {
	height:26px;
	background:url(/skins/content/icon_fukidashi_bbs.png) no-repeat;
	padding:3px 0 0 34px;
	margin:20px 0 15px 0;
	font-size:116%;
	font-weight:bold;
}
div.contentbody {
	line-height:140%;
}
div.contentbody img{
	display:block;
	margin:4px auto;
}


/* ===============================================================
掲示板用
=============================================================== */

h3.bbs {
	width:138px;
	height:43px;
	background:url(/skins/common/t_bbs.gif) no-repeat;
	margin:15px 0;
}
h3.bbs a {
	width:138px;
	height:43px;
	display:block;
}
h3.category {
	width:153px;
	height:29px;
	background:url(/skins/bbs/t_category.gif) no-repeat;
	margin-left:25px;
}
ul.tour {
	list-style-type:none;
	text-align:left;
	line-height:150%;
	margin:20px 0 0 30px;
	padding:0px;
}
ul.tour li {
	padding-bottom:8px;
}
ul.tour li a {
	font-weight:normal;
}


/* ===============================================================
ご予約フォーム用
=============================================================== */

/*右列*/
div#content_form {
	width:510px;
	float:right;
	text-align:left;
	margin-right:20px;
}
* html div#content_form {
	margin-right:10px;
}
/*タイトル*/
h3.reserve_cyugaku {
	width:509px;
	height:41px;
	background:url(/cyugaku/reserve/img/t_reserve.gif) no-repeat;
	margin:15px auto;
}
div#content_form h5 {
	font-size:116%;
	font-weight:bold;
	padding:20px 0 4px 0;
	color:#000;
}
div#content_form h6 {
	font-size:100%;
	font-weight:bold;
	padding:10px 0 4px 0;
}
div#content_form span.att {
	color:#FF0000;
	font-size:93%;
}
div#content_form p {
	line-height:130%;
}
div#content_form input {
	margin:4px;
}
/*プルダウン（月・日）*/
div#content_form select.select_day {
	width:50px;
	margin-right:2px;
}
/*プルダウン（年）*/
div#content_form select.select_year {
	width:80px;
	margin-right:2px;
}
/*input（人数）*/
div#content_form input.input_figure {
	width:50px;
}
/*ご連絡先テーブル*/
div#content_form table {
	width:510px;
	border-collapse:collapse;
}
div#content_form table th {
	text-align:right;
	font-weight:normal;
	white-space: nowrap;
}



/* ===============================================================
お問い合わせ
=============================================================== */

h3.inquiry {
	width:185px;
	height:28px;
	background:url(/skins/common/t_detail_contact.gif) no-repeat;
	margin:15px 0;
}

/* ===============================================================
イルカ図鑑用
=============================================================== */

h3.zukan {
	width:509px;
	height:41px;
	background:url(/zukan/img/t_zukan.gif) no-repeat;
	margin:15px auto;
}

/* ===============================================================
イルカの基本用
=============================================================== */

h3.kihon {
	width:509px;
	height:41px;
	background:url(/kihon/img/t_kihon.gif) no-repeat;
	margin:15px auto;
}


/* ===============================================================
最新情報用
=============================================================== */

h3.news {
	width:509px;
	height:41px;
	background:url(/skins/content/t_content_news.gif) no-repeat;
	margin:15px auto;
}


/* ===============================================================
フッター（汎用）
=============================================================== */

div#footer {
	width:760px;
	height:70px;
	background:url(/skins/common/bg_detail_footer.png) no-repeat;
	text-align:center;
	font-size:93%;
	color:#666;
}
div#footer p {
	padding-top:15px;
	line-height:180%;
}
div#footer p a {
	text-decoration:none;
	font-weight:normal;
}
/*IE6 Hack*/
* html div#footer {
	width:760px;
	behavior: expression(IEPNGFIX.fix(this));
}

