﻿/*---------------------------------------------------------
  						reset
---------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}


/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}






/*---------------------------------------------------------
  						clearfix
---------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
.clea{
	clear:both;	
	}
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}



/*---------------------------------------------------------
  						overrall
---------------------------------------------------------*/

a {
	color: #FFA159;
	text-decoration: underline;
} 
a:visited {
	color: #FF5DA8;
	text-decoration: none;
} 
a:hover {
	color: #52A0CD;
} 
a:active {
　　color: #CC0066; 
} 

.green {
	color: #7EAC5D;
}




h1 {
	text-align: center;
	padding-top: 20px;
}
h1 img {
	width: 450px;
}
#contact {
	text-align: right;
	padding-top: 5px;
	float: right;
	margin-right: 25px;
}
h2 {
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	margin-top: 15px;
	text-align: left;
	background-image:  url(images/bg_h2.png);
	background-repeat: no_repeat;
}

h3 {
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	margin-top: 25px;
	text-align: left;
	background-image:  url(images/bg_h3.png);
	background-repeat: no_repeat;
}
h4 {
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 120px;
	margin-top: 0px;
	text-align: left;
	font-size: 14px;
	color: #F90;
	padding: 0px;
	/* font-weight: bold;
	border-bottom: 1px dotted #E9AB5D; */
}


img {
	vertical-align: bottom;
	border: 0px;

}
a:hover img {
	opacity: 0.7; /* Opera・Safari */
	-moz-opacity:0.7; /* Firefox */
	filter: alpha(opacity=70); /* IE */
	zoom: 1; /* IE */
}




body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	background-color: #FFF;
	background-image:  url(images/bg_body2.png),url(images/bg_body1.png);
	background-repeat: repeat-x,repeat;
	background-position:center top;
}

#system_main {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}


/*---------------------------------------------------------
  						header
---------------------------------------------------------*/

header {
	height: 165px;
	width: 100%;
	text-align: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-image: url(images/bg_header.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	width:1075px;
	margin-right: auto;
	margin-left: auto;
}

/*---------------------------------------------------------
  						nav
---------------------------------------------------------*/



#mainnav {
	padding: 0px;
	width: 100%;
	height: 67px;
	margin-top: 0px;
	background-image: url(images/bg_menu.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#mainnav ul {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;

}
#mainnav ul li{
	list-style-type: none;
	float: left;
	padding-top: 10px;
	margin:0px;
}



#menu1 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 142px;
	background-image: url(images/menu1.png);
	padding-top: 50px;
	text-align: center;
	margin-left: 150px;
	margin-right: 5px;
}

#menu1 a:hover {
    background-position: 0 -60px;
}

#menu1 a#nowHere {
		background:url(images/menu1.png) no-repeat 0 -60px;
	}
	
#menu2 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 142px;
	background-image: url(images/menu2.png);
	padding-top: 50px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}

#menu2 a:hover {
    background-position: 0 -60px;
}

#menu2 a#nowHere {
		background:url(images/menu2.png) no-repeat 0 -60px;
	}

#menu3 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 142px;
	background-image: url(images/menu3.png);
	padding-top: 50px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}

#menu3 a:hover {
    background-position: 0 -60px;
}

#menu3 a#nowHere {
		background:url(images/menu3.png) no-repeat 0 -60px;
	}

#menu4 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 142px;
	background-image: url(images/menu4.png);
	padding-top: 50px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}

#menu4 a:hover {
    background-position: 0 -60px;
}

#menu4 a#nowHere {
		background:url(images/menu4.png) no-repeat 0 -60px;
	}


#menu5 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 150px;
	background-image: url(images/menu5.png);
	padding-top: 30px;
	text-align: center;
	margin-left: 10px;
	margin-right: 25px;
}

#menu5 a:hover {
    background-position: 0 -40px;
}

#menu5 a#nowHere {
		background:url(images/menu5.png) no-repeat 0 -40px;
}



/*---------------------------------------------------------
  						footer
---------------------------------------------------------*/

footer {
	width: 100%;
	height: 92px;
	text-align: center;
	margin-top: 0px;	
	padding: 0px;
	bottom: 0;
	background-image: url(images/bg_footer.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
footer p {
	text-align: center;
	font-size: 12px;
	color: #630;
	padding-top: 25px;
	margin-right: auto;
	margin-left: auto;
}


.pagetop {
	text-align: right;
	padding-bottom: -30px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}


/*---------------------------------------------------------
  						main
---------------------------------------------------------*/

	
main {
	font-size: 14px;
	color: #630;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
	display: block;
}




#top {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 900px;
	padding-top: 0px;
	padding-bottom: 20px;
	border-radius: 20px;
	background-color: #FFF;
}


/*トップ概要*/

#map {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	padding-top: 0px;
	padding-bottom: 20px;
	border-radius: 20px;
	background-color: #FFF;
}
#map iframe {
	border-radius:15px;
	border: 4px solid #9ACB32;
	width: 700px;
	height: 250px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#outline {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-bottom: 30px;
	padding-top: 10px;
	border-radius: 20px;
	background-color: #FFF;
}

#outline p {
	margin-left: 120px;
	margin-right: 120px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}

#outline table {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	margin-bottom: 25px;
	border-spacing:3px;
}

#outline table th {
	width: 150px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #D3FFD8;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #D3FFD8;
}
#outline table td {
	text-align: left;
	border: 1px solid #D3FFD8;
	padding: 10px;
	background-color: #FFFFFF;
}

#outline ul {
	padding: 5px;
	width: 70%;
	margin-left: 120px;
}
#outline li {
	font-size: 16px;
	text-align: left;
	list-style-image: url(images/mark.png);
	/* background: url(images/mark.png) no-repeat top left;
	padding: 0px 5px 0px 15px; */
}

#plan {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-bottom: 30px;
	padding-top: 10px;
	border-radius: 20px;
	background-color: #FFF;
}


#daily {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-bottom: 30px;
	padding-top: 10px;
	border-radius: 20px;
	background-color: #FFF;
}


#event {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-bottom: 30px;
	padding-top: 10px;
	border-radius: 20px;
	background-color: #FFF;
}




#joho {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-bottom: 30px;
	padding-top: 10px;
	border-radius: 20px;
	background-color: #FFF;
}
#joho ul {
	text-align: left;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#joho ul li {
	border-bottom: 1px dashed #FF494C;
	padding-bottom: 3px;
	padding-top: 3px;
}
