﻿/*---------------------------------------------------------
  						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;
}

/* body {
    line-height:1;
} */

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;
}

/* table {
    border-collapse:collapse;
    border-spacing: 1;
} */

/* 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: #360;
}
.pink {
	color: #FF3E86;
	font-size: 15pt;
	font-weight:bold;
}



h1 {
	text-align: left;
	margin-top: 60px;
	margin-left: auto;
}
h1 img {
	width: 250px;
}
#contact {
	text-align: right;
	padding-top: 32px;
	float: right;
	margin-right: 30px;
}
h2 {
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 20px;
	text-align: center;
}

h3 {
	margin-right: 100px;
	margin-bottom: 10px;
	margin-left: 100px;
	margin-top: 10px;
	text-align: left;
	font-size: 16px;
	padding: 5px;
	font-weight: bold;
	border-bottom: 2px dotted #E9AB5D;
}
h4 {
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 10px;
	text-align: left;
	font-size: 16px;
	color: #C16306;
	padding: 4px;
	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: #F9FFEF;
	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: 195px;
	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:900px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 80px;
	text-align: center;
}

/*---------------------------------------------------------
  						nav
---------------------------------------------------------*/



#mainnav {
	padding: 0px;
	width: 100%;
	height: 80px;
	margin-top: -40px;
}
#mainnav ul {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
}
#mainnav ul li{
	list-style-type: none;
	float: left;
	padding:0px;
	margin:0px;
}


#menu1 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 120px;
	background-image: url(images/menu1.png);
	padding-top: 70px;
	text-align: center;

}

#menu1 a:hover {
    background-position: 0 -80px;
}

#menu1 a#nowHere {
		background:url(images/menu1.png) no-repeat 0 -80px;
	}
	
#menu2 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 120px;
	background-image: url(images/menu2.png);
	padding-top: 70px;
	text-align: center;
	margin-left: 0px;
}

#menu2 a:hover {
    background-position: 0 -80px;
}

#menu2 a#nowHere {
		background:url(images/menu2.png) no-repeat 0 -80px;
	}	
	
#menu3 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 120px;
	background-image: url(images/menu3.png);
	padding-top: 70px;
	text-align: center;
	margin-left: 0px;
}

#menu3 a:hover {
    background-position: 0 -80px;
}

#menu3 a#nowHere {
		background:url(images/menu3.png) no-repeat 0 -80px;
	}		

#menu4 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 120px;
	background-image: url(images/menu4.png);
	padding-top: 70px;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
}

#menu4 a:hover {
    background-position: 0 -80px;
}

#menu4 a#nowHere {
		background:url(images/menu4.png) no-repeat 0 -80px;
	}	
#menu5 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 120px;
	background-image: url(images/menu5.png);
	padding-top: 70px;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
}

#menu5 a:hover {
    background-position: 0 -80px;
}

#menu5 a#nowHere {
		background:url(images/menu5.png) no-repeat 0 -80px;
	}	
#menu6 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 120px;
	background-image: url(images/menu6.png);
	padding-top: 70px;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
}

#menu6 a:hover {
    background-position: 0 -80px;
}

#menu6 a#nowHere {
		background:url(images/menu6.png) no-repeat 0 -80px;
	}	

/*---------------------------------------------------------
  						footer
---------------------------------------------------------*/

footer {
	width: 100%;
	height: 130px;
	left: 0px;
	text-align: center;
	padding: 0px;
	position: absolute;
	bottom: 0;
	background-image: url(images/bg_footer2.png),url(images/bg_footer.png);
	background-repeat: no-repeat,repeat-x;
	background-position: center bottom;
}
footer p {
	text-align: center;
	font-size: 12px;
	color: #360;
	padding-top: 90px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}


.pagetop {
	text-align: right;
	margin-bottom: 0px;
	width: 750px;
	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: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 100px;
	display:block;
	background-color: #FFF;
	border-radius: 15px;
}




#top {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 100%;
	margin-bottom: 10px;
}
#map {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 30px;
}

#outline {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 30px;
}
#daily {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 30px;
}
#event {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 30px;
}

.photo {
	border: 5px #FFFFFF solid;
	box-shadow:3px 3px 3px 1px rgba(0,0,0,0.4);
	margin-bottom: 5px;
}
/*地図*/

#map iframe {
	border: 5px solid #ff92b1;
	border-radius: 15px;
	width: 600px;
	height: 300px;
}

#maparea {
	border: 5px solid #ff92b1;
	border-radius: 15px;
	width: 600px;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
/*top*/
#top img {
	margin-top: -50px;
}


/*概要*/

#outline table.style01 {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	width: 800px;
}
#outline table.style01 tr th {
	text-align: center;
	white-space: nowrap;
	width: 150px;
	padding: 10px;
	vertical-align: top;
	color: #663300;
	background-color:#ffc4d6;
	border-radius:5px;
}
#outline table.style01 tr td {
	text-align: left;
	padding: 10px;
	border-bottom:dotted 1px #ffc4d6;
}
#outline table.style02 {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
    border-collapse:collapse;
    border-spacing: 0;	
}
#outline table.style02 tr th {
	text-align: center;
	padding: 5px;
	vertical-align: top;
	color: #663300;
	background-color: #FFF5DB;
	border: solid 1px;
}
#outline table.style02 tr td {
	text-align: center;
	padding: 5px;
	border: solid 1px;
}
#outline ul {
	padding: 10px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: 100px;
	/* list-style-image: url(images/mark1.png); */
}
#outline li.style1 {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	list-style: none;
	background: url(images/mark1.png) no-repeat left top;
	padding: 5px 0px 5px 35px;
}

#outline li.style2 {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	list-style: none;
	background: url(images/mark2.png) no-repeat left top;
	padding: 5px 0px 5px 35px;
}

#outline p {
	text-align: left;
	margin-left: 100px;
	margin-right: 100px;
}

/*daily*/

#daily table {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	width: 700px;
}
#daily table tr th {
	text-align: center;
	white-space: nowrap;
	width: 120px;
	padding: 5px;
	vertical-align: top;

}
#daily table tr td {
	text-align: left;
	padding: 5px;
    border-bottom:dotted 1px #25BE00;
}
#daily p {
	text-align: left;
	margin-left: 120px;
	margin-right: 120px;
}

#daily ul {
	padding: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;

	/* list-style-image: url(images/mark1.png); */
}
#daily li.style3 {
	width: 700px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	list-style: none;
	background: url(images/mark2.png) no-repeat left top;
	padding: 5px 0px 5px 35px;
	margin-left: 100px;
}
#daily li.style4 {
	width: 500px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	list-style: none;
	background: url(images/mark3.png) no-repeat left top;
	padding: 5px 0px 5px 20px;
	margin-left: 0px;
}

#event table {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	width: 700px;
}
#event table tr th {
	text-align: center;
	white-space: nowrap;
	width: 100px;
	padding: 10px;
	vertical-align: top;
	font-weight:normal;
}
#event table tr td {
	text-align: left;
	padding: 10px;
	vertical-align: top;
	border-bottom:dotted 1px #ffc4d6;
}
#event p {
	text-align: left;
	margin-left: 120px;
	margin-right: 120px;
}
