﻿@charset "utf-8";
/*-----------------------------------------------------*/
/*---一括マージンゼロ---*/

* {
	margin: 0;
}
/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
/*---文字のリンク---*/
a:link { text-decoration: underline;}
a:visited{ text-decoration: underline;}
a:hover{ text-decoration: none;}
a:active{ text-decoration: none;}

a:link { color: #000000}
a:visited {	color: #000000}
a:hover {color: #000000;}
a:active {	color: #000000;}
/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
/*---ページ全体の設定---*/

body {
	font-size: 85%;
	text-align: center;
	font-family:  "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka,"MS PGothic","ＭＳ Ｐゴシック"sans-serif;
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #666;
	min-width:1000px;
}

#container {
	text-align: left;
	width: 100%;
	background: #FFF;
	overflow:hidden;
}


#wrapper {	
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#indexwrapper {
	text-align: left;
	width: 1000px;	
	min-height: 100%;
	margin: 0 auto;
    	padding-bottom: 200px; 
}

li {
	margin-left:0px;
	list-style-type: none;
}

h2 {
	width: 730px;
	height: 20px;
	font-size: 130%;
	padding: 10px 25px;
	text-align: left;
	color:#ffffff;
	background-image:url(img/headline_01.gif);
	background-repeat:no-repeat;	
}
h3 {
    width: 730px;
	height: 20px;
	font-size: 130%;
    padding: 10px 30px;
    text-align: left;
	color:#000000;
    background-image:url(img/headline_02.gif);
	background-repeat:no-repeat;
	background-position:30%;
}
h4 {
    width: 690px;
	height: 20px;
	font-size: 100%;
    padding: 10px 45px;
    text-align: left;
	color:#000000;
    background-image:url(img/headline_03.gif);
	background-repeat:no-repeat;
	background-position:20%;	
}
h5 {
    width: 950px;
	height: 3px;
    background-image:url(img/headline_03.png);
	background-repeat:no-repeat;
	background-position:30%;
}
p {
 	text-align: left;
	width: 680px;
	height: 100%;
	font-size: 95%;	
    padding: 5px 50px;
    word-wrap: break-word;
}

hr{
    border:none;
    border-top:dashed 1px #cccccc;
    height:1px;
    color:#FFFFFF;
    width:730px;
}

a.linkicon {
background: url(img/icon01.gif) center left no-repeat;
padding-left: 30px;
}

#header 
{
	top: 0;
	left: 0px;
	width: 100%;
	height: 90px;
	color: #fff;
	text-align: center;/*
	margin-right: -200px;	 for IE 5.0 */
	background-image: url(img/index_bar.gif);
	background-repeat: repeat-x;	
	background-color: #FFF;
}

#headerNavi {
	text-align: left;
	width: 1000px;
	height: 90px;
	margin: 0 auto;	
	padding-top: 15px;
	padding-left: 0;
	position: relative;	
}

#menubannerwrapper {
	text-align: left;
	width: 100%;
	background-image: url(img/menub_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFF;
}

#menubanner {
	height: 150px;
	width: 1000px;
	margin: 0 auto;	
}

#sidemenu { 	
	color: #333;
	margin: 0px;
	width: 200px;
	float: left;
}
#content { 
	float: right;
	width: 780px;
	margin: 0px;
	line-height: 1.5em;
	position: relative;
	background-color:#FFF;
	padding: 10px;
}
 
 #content li{
	margin-left:0px;
	list-style-type: disc;
}

#mapwrap {
	margin: 0px;
	padding: 0;
	width: 100%;
	background-color: #999;
	text-align: center;
	min-width:1000px;
	clear: both;
}

#map {
	width:1000px;
	height: 320px;
	line-height: 2em;
	position: relative;
	color: #fff;
	background-color: #999;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#footerwrap {
	width: 100%;
	background-color: #666;
	text-align: center;
	min-width:1000px;
	clear: both;
}

#footer {
	width: 1000px; 
	background-color: #666;
	color: #ffffff;
	margin-right: auto;
	margin-left: auto; 
	position: relative;
	padding: 10px 0 10px 0;

}
div#footer a:link { color: #ffffff;}
div#footer a:visited {	color: #ffffff;}
div#footer a:hover {color: #0099FF;}
div#footer a:active {	color: #0099FF;}


div#footer a:link { text-decoration: none;}
div#footer a:visited{ text-decoration: none;}
div#footer a:hover{ text-decoration: none;}
div#footer a:active{ text-decoration: none;}

/*-----------------------------------------------------*/
/*---メイン---*/
#main {
	width: 1000px;
	height: 500px;
	top: 0px;
	left: auto;
	right: auto;
	bottom: auto;
	clip: rect(0px,auto,auto,auto);
}
/*---ガイド---*/
#guide {
	text-align: center;
	width: 1000px;
	height: 320px;
	top: 0px;
} 
/*---下部コンテンツ ---*/
#ac {
	text-align: left;
	width: 980px;
	height: 210px;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	line-height: 1.5em;
}


div#ac li {
	margin-left:0px;
	list-style-type:disc;
}
/*-----------------------------------------------------*/
/*---ロゴ---*/
#logo {
	width: 480px;
	height:61px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	top:15px;
	display: block;
}
/*-----------------------------------------------------*/
/*--ナビ部分--*/
#gnavi {
	font-size: 95%;
	list-style-type: none;
	width: 520px;
	height:61px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	top:15px;
	z-index: 999;
}

#gnavi li {
	width: 130px;
	float: left;
}

#gnavi li a {
	text-align: center;
	text-decoration: none;
	width: 130px;
	height: 61px;
	display: block;
	padding-top: 0px;
}

#item01 a { background-position: 0 0; }
#item02 a { background-position: -150px 0; }
#item03 a { background-position: -300px 0; }
#item04 a { background-position: -450px 0; }

#gnavi li a:hover {
	text-decoration: none;
	color: #607690;
}

#item01 a:hover { background-position: 0 0; }
#item02 a:hover { background-position: -150px 0; }
#item03 a:hover { background-position: -300px 0; }
#item04 a:hover { background-position: -450px 0; }

/*--ナビサブ部分--*/

#gnavi ul {
	list-style-type: none;
	width: 130px;
	height: auto;
	position: static;
	margin: 0px;
	padding: 0px;
}

#gnavi ul li {
	width: 130px;
	float: none;
}

#gnavi ul li a {
	text-align: left;
	text-decoration: none;
	width: 114px;
	height: auto;
	display: block;
	padding: 8px;
	background-image: none;
 	background-color: #607690;
	color: #ffffff;
}

#gnavi ul li a:hover {
	text-decoration: none;
	background-image: none;
	background-color: #5db2d2;
	color: #344354;
}

#gnavi .menu ul { display: none; }

#gnavi .menuOn ul { display: block; }

#gnavi li.nolink  {
	width: 114px;
	float: none;
 	background-color: #607690;
	color: #c0c0c0;
	padding: 8px;
}

#gnavi li.nolink a {
	text-align: left;
	text-decoration: none;
	width: 114px;
	height: auto;
	display: block;
	padding: 8px;
	background-image: none;
 	background-color: #607690;
	color: #c0c0c0;
}

#gnavi li.nolink a:hover {
	text-decoration: none;
	background-image: none;
	background-color: #5db2d2;
	color: #c0c0c0;
}

/*-----------------------------------------------------*/
/*---写真スクロール---*/
#imgPhoto {
	z-index:100;
	width:1000px;
	height:500px;
	overflow:hidden;
}
#imgPhoto ul {
	width:1000px;
	height:500px;
	padding:0;
	margin:0;
}

#imgPhoto li {
	display:none;
	left:0px;
	top:0px;
}
/*---写真現在位置---*/
#contents {
	width:1000px;
	margin:0px auto;
}
#photoNav {
	position:absolute;
	z-index:200;
 	width:200px;
	height:20px;
	top:569px;
	left:1000px;
}
#photoNav ul {
	position:relative;
}

#photoNav li{
float:left;
	margin-right:5px;
}

#photoNav li:hover {
	cursor:pointer;
}

/*-----------------------------------------------------*/

/*---テーブル指定---*/
table#maptable { 
	width: 1000px; /* テーブルの横幅 */ 
	border-collapse: collapse; /* 枠線の表示方法 */ 
	border: 0px; /* テーブル全体の枠線（太さ・色・スタイル） */
	font-size: 100%; 
	vertical-align: top;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
} 
table#maptable td 
{
	width: 250px;
	height: 270px;
	vertical-align: top;
	text-align: left;
	border: 0px; /* セルの枠線（太さ・色・スタイル） */ 
	padding-left: 40px;
} 

div#map a:link { color: #ffffff;}
div#map a:visited {	color: #ffffff;}
div#map a:hover {color: #0099FF;}
div#map a:active {	color: #0099FF;}


div#map a:link { text-decoration: none;}
div#map a:visited{ text-decoration: none;}
div#map a:hover{ text-decoration: none;}
div#map a:active{ text-decoration: none;}

/*-----------------------------------------------------*/
/*---テーブル指定---*/
table#magic { 
	width: 700px; /* テーブルの横幅 */ 
	border-collapse: collapse; /* 枠線の表示方法 */ 
	border: 1px #cccccc solid; /* テーブル全体の枠線（太さ・色・スタイル） */
	font-size: 10px; 
} 

table#magic th {
    padding: 5px;
    border: #cccccc solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}

table#magic td 
{
	text-align: left;
	padding: 5px;
	border: 1px #cccccc solid; /* セルの枠線（太さ・色・スタイル） */ 
} 

/*-----------------------------------------------------*/
/*---テーブル指定---*/
table#sdgs { 
	width: 740px; /* テーブルの横幅 */ 
	border-collapse: collapse; /* 枠線の表示方法 */ 
	border: 1px #cccccc solid; /* テーブル全体の枠線（太さ・色・スタイル） */
	font-size: 10px; 
} 

table#sdgs th {
    padding: 5px;
    border: #cccccc solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}

table#sdgs td 
{
	text-align: left;
	padding: 5px;
	border: 1px #cccccc solid; /* セルの枠線（太さ・色・スタイル） */ 
} 

/*-----------------------------------------------------*/
/*---テーブル指定---*/
table#other { 
width: 700px; /* テーブルの横幅 */ 
border-collapse: collapse; /* 枠線の表示方法 */ 
border: 1px #cccccc solid; /* テーブル全体の枠線（太さ・色・スタイル） */
font-size: 100%; 

} 

table#other th {
	padding: 5px;
	border: #cccccc solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}

table#other td 
{
text-align: left;
padding: 5px;
border: 1px #cccccc solid; /* セルの枠線（太さ・色・スタイル） */ 
} 

/*-----------------------------------------------------*/
/*---テーブル指定---*/
table#other2 { 
width: 700px; /* テーブルの横幅 */ 
border-collapse: collapse; /* 枠線の表示方法 */ 
border: 1px #cccccc solid; /* テーブル全体の枠線（太さ・色・スタイル） */
font-size: 100%; 
} 

table#other2 th {
	padding: 7px;
	border: #cccccc solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: right;
}

table#other2 td 
{
text-align: left;
padding: 5px;
border: 1px #cccccc solid; /* セルの枠線（太さ・色・スタイル） */ 
} 

/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
/*---メールフォーム指定---*/
table#mailform 
{
	text-align: left;
width: 600px; /* テーブルの横幅 */
border-collapse: collapse; /* 枠線の表示方法 */ 
border: 1px #000000 solid; /* テーブル全体の枠線（太さ・色・スタイル） */
} 

table#mailform td.title 
{
	text-align: left;
	width:30%;
background-color:#CCCCCC;
padding: 5px;
border: 1px #000000 solid; /* セルの枠線（太さ・色・スタイル） */ 
} 

table#mailform td.input 
{
	text-align: left;
width:70%;
padding: 5px;
border: 1px #000000 solid; /* セルの枠線（太さ・色・スタイル） */ 
} 

/*-----------------------------------------------------*/



/* Start of Column CSS */
#container2 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#FFF; /* column 3 background colour */
}
#container1 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:80%;
	background:#FFF; /* column 2 background colour */
}
#col1 {
	float:left;
	position:relative;
	left:80%;
	overflow:hidden;
}
#col2 {
	float:left;
	position:relative;
	left:81%;
	overflow:hidden;
}


#eventinfo {
	margin-bottom:10px;
	text-align: center;
}