/* captain Document */

/* ----------------------------------------- */
/* ＢＯＤＹ・ページ全般                      */
/* ----------------------------------------- */
body { /* ▼ページ全般 */
	margin:0;
	padding:0;
	font-family: 'Meiryo','メイリオ',"ＭＳ Ｐゴシック",'Hiragino Kaku Gothic Pro',"ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	*font-size: 92.25%; /* for IE6,IE7 */
	line-height:1.4;
	letter-spacing:1px;
	color:#343D66;
	background:#FFF;
}

/* リンク (全般) */
a {
	color: #2258A9;
	text-decoration:underline;
	font-weight:bold;
}
a:visited  { /*color:#33C;*/ }
a:hover { 
	color:blue;
	text-decoration:none;
}

.clearfloat:after { /* フロートの後処理 */
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfloat { min-height:1px; }
*html .clearfloat { /* IE対策 */
	height:1px;
	/*\//*/
	height:auto;
	overflow:hidden;
	/**/
}

/* ----------------------------------------- */
/* レイアウト（ページ全般で使用）            */
/* ----------------------------------------- */
#container { /* コンテンツ全体 */
	position:relative;
	width:920px;
	height:auto;
	margin:15px auto;
	padding:0;
	z-index:0;
	background: #F5F4FF url(../material/backimg_container.png) 0 0 repeat-y;
	border:1px solid #66C;
}

/* イメージ（フッター配置） */
#backImg {
	background: url(../material/backimg_footer.png) bottom right no-repeat;
}
#top #backImg {
	background: url(../material/backimg_footer_top.png) bottom right no-repeat;
}

/* ヘッダー ////////////////////////// */

/* ヘッダー・タイトル */
#header { 
	width:100%;
	height:160px;
	margin:0 auto;
	padding:0;
	background:url(../material/backimg_header.png) 0 0 no-repeat;
}

#header h1 { /* ヘッダーH1タイトル */
	font-size:92%;
	margin:0;
	padding:20px 5px 5px 600px;
	color:#6051A9;
	text-align:left;
}

#header h1 a {
	color:#9BAFCD;
	text-decoration:none;
}
#header h1 a:hover {
	color:#F30;
	text-decoration:underline;	
}

#titleLogo a { /* タイトルロゴ */
	position: absolute;
	width: 260px;
	height: 80px;
	top: 55px;
	left: 20px;
	display: block;
	background: url(../material/title_shinaikai.png) 0 0 no-repeat;
}

/* イントロダクション */
#introduction {
	position: absolute;
	width: 600px;
	height: auto;
	top: 60px;
	left: 270px;
	font-weight: bold;
}
#introduction p {
	margin:0; padding:0;
	font-size:13px;
	color:#0068BF;
	text-height:1.6;
	line-height:1.65;
}

/* 見学できます */
#bn_kengaku {
	position: absolute;
	top: 380px;
	left: 28px;
	width: 172px;
	height: 40px;
	background: url(../material/bn_kengaku.png) left top no-repeat;
}
#bn_kengaku em { display:none; }

/* 電話番号 */
#bn_call {
	position: absolute;
	top: 12px;
	right: 28px;
	width: 180px;
	height: 30px;
	background: url(../material/bn_call.png) left top no-repeat;
}
#bn_call em { display:none; }

/* フッター用イメージ
#img_footer {
	position: absolute;
	width: 240px;
	height: 500px;
	bottom: 0px;
	right: 0px;
}
#top #img_footer {
	background: url(../material/backimg_footer.png) bottom right no-repeat;
	z-index:0;	
}
 */
 
/* コンテンツエリア ////////////////// */
#contArea {
	width:100%;
	height:auto !important;
	margin:0 auto;
	clear:both;
}
#top #contArea {
	background-image:none;

}
/*\*/
* html #contArea { /* floatボックスのIE対策 */
    height: 1em;
    overflow: visible;
}
/**/

#contArea:after { /* floatボックスの後処理 */
    content: "";
    display: block;
    clear: both;
    height:0;
    overflow: hidden;
}

/* コンテンツメイン ////// */
#contMain {
	float:right;
	width:640px;
	height:auto !important;
	min-height:400px;
	padding:0 15px 10px 10px;
	_padding:5px 15px 5px 15px; /* IE6 */
	margin:0 0 0 25px;
	_margin:0; /* IE6 */
}


/* コンテンツサイド ////// */
#contSide {
	float:left;
	width:200px;
	height:auto !important;
	min-height:50px;	
	margin:0;
	padding:295px 0 0 30px;
	background: url(../material/backimg_contside.png) 0 0 no-repeat;
	color:#fff;
}

/* フッター ////////////////////////// */
#footer {
	/*position:relative;*/
	width:100%;
	height:auto;
	clear:both;
	margin:0 auto;
	padding:0;
}
.contact {
	width:190px;
	height:auto;
	color:#fff;
	text-align:left;
	line-height:1.35;
	margin:0 0 15px 10px;
	padding:8px 10px;
	font-size:92%;
	/*background:#6887E1;*/
	display:block;
	text-align:right;
}
.contact  h5 { padding:0 0 5px 0; font-size:110%; }
.contact p {
	margin:0;
	padding:0;
	line-height:1.3;
}
address { line-height:1.4; } /* 住所 */

.copyright { /* コピーライト */
	margin:0 auto;
	padding:0 0 10px 0;
	clear:both;
	font-size:82%;
	letter-spacing:0;
	color:#69F;
	text-align:center;
}

/* ----------------------------------------- */
/* 改行処理（P）の書式設定                   */
/* ----------------------------------------- */

p {
	margin:8px 0 8px 20px;
	padding:0;
	line-height:1.6;
}

p.print { /*印刷改行処理*/
	page-break-before: always; page-break-after: always;
}

/* ----------------------------------------- */
/* リスト（ul）の書式設定                    */
/* ----------------------------------------- */
/* ▼ リスト全般 */
ul { 
	margin:0 0 0 30px;
	padding:6px 0;
	list-style-type:disc;
}
ul ul {
	margin:0;
	list-style-type:circle;
}

li { 
	margin:4px 8px 14px 30px;
	line-height:1.45;
	list-style-image: none;
	letter-spacing:1px;
}

ul strong, ol strong{
	font-size:110%;
}

ul p, ol p{
	font-weight:normal;
	margin:0;
	padding:0;
}

/* ----------------------------------------- */
/* ページコンテンツ装飾（内容）              */
/* ----------------------------------------- */

.strong { /* 太字 */
  font-size:110%;
}

.red { /* 赤文字 */
  color:red;
}

.green { /* 緑文字 */
  color:green;
}
.darkgreen { /* 深緑文字 */
  color:#143018;
}

.blue { /* 青文字 */
  color:#366C97;
}

.orange { /* 橙文字 */
	color:#F90;
}


.txt_s { /* テキスト（小） */
	font-size: 70%;
	padding: 0 10px 3px 0;
}
.txt_ms { /* テキスト（やや小） */
  font-size: 86%;
  padding: 0 10px 3px 0;
}
.txt_m { /* テキスト(中) */
	font-size:118%;
} 
.txt_l { font-size:140%; } /* テキスト(大) */

/* 回り込み解除 */
.clear { clear:both; }

/* テキスト右寄せ */
.t_left {
	text-align:left !important;
}
/* テキスト右寄せ */
.t_right {
	text-align:right !important;
}
/* テキスト中央寄せ */
.t_center {
	text-align:center !important;
}
/* アンダーライン */
.u_line { border-bottom:#C00 1px solid; }

/* 枠 */
.frame {
	border:2px solid #f7b2b2;
	background:#fff;
	padding:8px 10px;
	margin:5px 35px 15px 15px;
	font-weight:bold;
	line-height:1.5;
}
/* 枠 */
.frame2 {
	border:1px solid #363;
	background:#fff;
	padding:8px;
	margin:5px 35px 15px 15px;
	line-height:1.2;
}

.txt_waku2 { /* 注意表記（赤枠つき）【div】 */
	color:#594b49;
	border:1px solid #ffe4e1; /* 枠色 LavenderBlush */
	background-color:#fff0f5; /* 背景色 misty rose */
	margin:15px 32px 15px 26px; padding:10px;
	line-height:1.6;
}

/* ----------------------------------------- */
/* 装飾（H1〜H6）の書式設定                  */
/* ----------------------------------------- */
h1,h2,h3,h4,h5 {
	line-height:1.3;
	clear:both;
}

h1 {
	margin:0;
	padding:0;
}

h2 {
	font-size:1.8em;
	margin:5px 0;
	padding:2px 0 0 0;
	text-align:left;
	letter-spacing:5px;
	line-height:1.5;
	color:#6A62D7;
}

h3 {
	font-size:1.5em;
	letter-spacing:3px;
	line-height:1.5;
	margin:10px 0;
	padding:5px 0 0 5px;
	color:#6A62D7;
}

h4 {
	font-size:1.2em;
	color:#3E6866;
	margin:8px 0 5px 15px;
}

h5 {
	font-size:1.0em;
	padding:10px 0 10px 0;
	margin:0;
}

/* ----------------------------------------- */
/* テーブル装飾                              */
/* ----------------------------------------- */
td { font-size:100%; } /* テーブル全般 */

/* ノーマル・テーブルコンテンツ ///// */
table.normal { 
	margin:5px 0 10px 20px;
	line-height:1.45;
}
.normal td, .normal th { /* ノーマル */
	text-align:left;
	padding:5px;
	vertical-align:top;
}

/* ライン付きテーブルコンテンツ (０)  //// */

table.cont0 { /* 枠つき・テーブルコンテンツ(table) */
  margin:6px 0 6px 20px;
  line-height:1.45;
  border-collapse:separate;
}
.cont0 td { /* クラスcont0設定 (td) 全般 */
  padding:5px 10px 5px 10px;
  vertical-align:middle;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #61ADED;
  border-bottom: 1px solid #61ADED;
  border-left: 1px solid #FFFFFF;
  background:#E5F1F9;
  color:#4D2E33;
} 
.cont0 th { /* クラスcont0設定 (th) 全般 */
  padding:5px 6px 5px 12px;
  vertical-align:middle;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #61ADED;
  border-bottom: 1px solid #61ADED;
  border-left: 1px solid #FFFFFF;
  background:#B0D1E0;
  color:#00244D;
  font-size:100%;
  font-weight:normal;
  text-align:left;
  letter-spacing:5px;
} 
.cont0 td.cont0 { /* クラスcont0設定 (td) */
  text-align:center;
  border-right: 1px solid #C2B5AB;
  border-bottom: 1px solid #C2B5AB;
  background:#FAF2F0;
  color:#3896D6;
}

.cont0 td.not { /* クラスnot設定 ラインなし(td) */
  border:none;
  background:none;
  color:#3896D6;
}

/* ライン付きテーブルコンテンツ (１)  //// */

table.cont1 { /* ライン付き(table) */
	margin:6px 0 6px 15px;
	line-height:1.45;
	border-collapse: collapse;
}

.cont1 td { /* ライン付き(td) */
	border: 1px solid #CCC;
	padding:5px 8px 5px 12px;
	line-height:1.45;
	background-color:#f0faff;
}

.cont1 th { /* ライン付き(th) */
	font-size:100%;
	color:#fff;
	border: 1px solid #9a9;
	padding:5px 0 5px 5px;
	background:#3E87BD;
	text-align:center;
}

td.cont1-t { /* ライン付きテーブルコンテンツ (１)- タイトル用 */
	font-weight:bold;
	border: 1px solid #9a9; 
	padding:3px;
	background-color:#3E87BD;
	color: #ffffff;
	vertical-align:top;
	text-align:center;
	letter-spacing:2px;
}

td.cont1-g { /* ライン付きテーブルコンテンツ (１)- 緑 */
	border: 1px solid #9a9; 
	padding:5px;
	background-color:#f6fffb;
	color: #117a11;
	text-align:center;  
}

/* アンダーライン型テーブル装飾 //////// */

table.cont-u { /* 下ライン付き(table) */
	margin:10px 10px 25px 20px;
	border:none; 
	border-collapse: collapse;
	line-height:1.5;
}
.cont-u td { /* 下ライン付き(td) */
	vertical-align:top;
	border-bottom: 1px dotted #406081; 
	padding:5px 3px 5px 20px;
	font-family: monospace,"ＭＳ ゴシック","Osaka−等幅";
	letter-spacing:1px;
}
.cont-u th {
	vertical-align:top;
	text-align:left;
	padding:5px 10px 0 20px;
	letter-spacing:1px;
	font-weight:bold;
	border-bottom: 1px dotted #8b7d6b;
	background:#BBD6EF;
}
.cont-u .en {
	font-family:Arial, Helvetica, sans-serif;
}
.cont-u ul {
	margin-left:0;
}

/* スケジュール用テーブル */

table.sch1 { /* 枠つき・テーブルコンテンツ(table) */
	margin:6px 0px 6px 10px;
	line-height:1.45;
	border-collapse:separate;
  
}
.sch1 td { /* クラスcont0設定 (td) 全般 */
	font-size:120%;
	text-align:center;
	border-right: 1px solid #C2B5AB;
	border-bottom: 1px solid #C2B5AB;
	background:#FAF2F0;
	color:#039;
} 
.sch1 th { /* 表題 クラスcont0設定 (th)  */
	font-size:100%;
	text-align:center;
	padding:2px 6px 2px 6px;
	vertical-align:middle;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #61ADED;
	border-bottom: 1px solid #61ADED;
	border-left: 1px solid #FFFFFF;
	background:#B0D1E0;
	color:#00244D;
	letter-spacing:5px;
} 
.sch1 td.t0 { /* 項目タイトル */
	font-size:120%;
	font-weight:bold;
	text-align:left;
	padding:5px 10px 5px 10px;
	vertical-align:middle;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFACAC;
	border-bottom: 1px solid #FFACAC;
	border-left: 1px solid #FFFFFF;
	background:#FFECE8;
	color:#4D2E33;
}

/* 利用料金表 */
table.charge {
	margin:5px 0 10px 10px;
	padding:0;
	text-align:center;
	border-collapse:collapse;
	border-collapse:separate;
	border-spacing:2px;
}
.charge caption {
	text-align:left;
	color:#363;
	font-size:110%;
}
.charge th, .charge td {
	font-size:100%;
	padding:5px 3px;
	line-height:1.35;
}
.charge .h_title th { /* cell3 */
	color:#fff;
	background:#87A774; 
	border:1px solid #648156;
	border-color:#fff #648156 #648156 #fff;
}
.charge th { /* cell4 */
	background:#D5E3C1;
	border:1px solid #A3B793;
	border-color:#fff #A3B793 #A3B793 #fff;
}
.charge td { /* cell5 */
	background:#FFE9E3;
	border:1px solid #F3C9D3;
	border-color:#fff #F3C9D3 #F3C9D3 #fff;
}
.charge .info {
	font-size:90%;
	background:none;
	border:none;
	text-align:left;
	padding-left:10px;
}
.charge .total_t { background:#C5D7B5; }
.charge .total { background:#F5DDC7; }
/* ----------------------------------------- */
/* イメージ書式設定                          */
/* ----------------------------------------- */

.img_n { /* 写真(枠付き) */
	margin:8px 0 8px 5px;
	border:1px solid #555;
}
a:hover .img_n {
	border:1px solid #FF0000;
}

.img_n0 { /* 写真(枠なし) */
	margin:8px 0 8px 5px;
	border:none;
}
.img_n1 { /* 写真(枠あり・横間隔小) */
	margin:0 5px 8px 0;
	border:1px solid #555;
}
.img_n2 { /* 写真(枠あり・横縦間隔なし) */
	margin:0 5px 3px 0;
	border:1px solid #555;
}

.img_n3 { /* 写真(枠なし・横縦間隔なし) */
	margin:0 5px 3px 0;
	border:none;
}

.img_l { /* 写真のテキスト回り込み（左） */
 	float:left;
  	margin:0 20px 10px 10px;
}

.img_r { /* 写真のテキスト回り込み（右） */
 	float:right;
  	margin:0 10px 20px 20px;
}

.img_mid { /* イメージ中央揃え */ 
	vertical-align:middle;
}

/* ----------------------------------------- */
/* 印刷時の処理                             */
/* ----------------------------------------- */

@media print{ 
	
}

/* ----------------------------------------- */
/* その他                                    */
/* ----------------------------------------- */

/* ピックアップ テーブル ///// */
#picup_box {
	position:absolute;
	width:340px;
	height:auto;
	top:520px;
	left:500px;	
}
#picup_box.works { /* WORKS */

}
#picup_box div {
	height:auto !important;
	min-height:200px;
	margin-top:14px;
}
#picup_box div div {
	margin:5px;
	border:none;
	vertical-align:top;
}
#picup_box p {margin:0;}
#picup_box ul {
	margin:0 0 0 10px;
	padding:0;
}
#picup_box li {
	margin:0 0 0 25px;
	padding:0 0 5px 0;
}

/* アクセスマップ */
.accessmap {
	width:620px;
	height:auto !important;
	min-height:420px;
	margin:6px 0 6px 15px;
}

/* ----------------------------------------- */
/*  ニュース表示		                     */
/* ----------------------------------------- */

#news {
	/*position:absolute;
	top:550px;
	left:460px;*/	
	width:450px;
	height:auto;
	margin:0;
}
#news h3 {
	font-size:125%;
	color:#F69;
	margin:0;
	padding:0;
}
#news h4 {
	font-size:110%;
	color:#066;
	margin:0;
	padding:0;
}
.news ul {
	margin:0 15px;
	padding:0;
}

.news li {
	list-style-type:none;
	margin:0 0 5px 0;
	padding:10px 5px 2px 25px;
	line-height:1.5;
	border-bottom:2px dotted #bbbbbb;
	/*background:#F9EAC7;*/
	background:url(../material/back_h4.png) 0 50% no-repeat;
	width:92%;
	height:24px;
}
.news li a { /*color:#0014db;*/ }
.news li a:hover { /*color:#F30;*/ }

.news li strong { /* 項目タイトル */
	font-size:110%;
	padding-left:5px;
	font-weight:normal;
	/*display:block;*/
}

.news li .topic_date { /* リスト用・日付 */
	/* color:#F66; */
	color:#363;
	font-size:72%;
	letter-spacing:0;
	font-weight:normal;
	padding:0 3px 0 2px;
}

.news li em { /* カテゴリ */
	font-size:78%;
	padding:0 3px;
	/* color:#363; */
	color:#fff;
	margin:0 8px 0 2px;
}

.news ul li .topic_new_class { background:#F66; padding:1px 3px; } /* カテゴリ */ 

/* バックナンバーへのリンク */
.news .backnumber { text-align:right; }
.news .backnumber a {
	padding:0 0 0 20px;
	background:url(../material/icon_arrow.gif) left top no-repeat;
	color:#F60;
}
.news .backnumber a:hover { color:#F00; }
