﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

p {
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0px;

}

a {
	color: #0066CC;
	text-decoration: none;
} 
a:visited {
	color: #993399;
	text-decoration: none;
} 
a:hover {
	color: #CC3333;
} 
a:active {
　　color: #CC0066; 
} 
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

h1 {
	margin: 0px;
	float: left;
	padding-top: 5px;
	padding-right: auto;
	padding-bottom: auto;
	padding-left: 20px;

}
h2 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left:50px;
	padding-top: 10px;
	font-size: 20px;
	text-align: left;

}
h3 {
	font-size: 16px;
	color: #F60;
	margin-bottom: 5px;
	margin-left: auto;
	margin-top: 20px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}
h4 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 100px;
	padding-top: 0px;
	font-size: 16px;
	text-align: left;
	color: #F60;
}
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%;
	padding: 0px;
	width: 100%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #630;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #fff;
	background-image: url(images/bg_body.png);
	background-repeat: repeat;
	/* background-position: top; */
}

#system_main {
	text-align: center;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg_system1.png);
	background-repeat: repeat-x;
	background-position: top;
}
#system_main2 {
	text-align: center;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg_system2.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#header {
	height: 160px;
	width: 1000px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg_header.png);
	background-repeat: no-repeat;
	background-position: center top;

}
#header p {
	margin: 0px;
	float: right;
	padding-left: 0px;
	padding-top: 15px;
}


#menu {
	height: 70px;
	width: 840px;
	text-align: center;
	padding: 0px;
	margin-top: -20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#menu ul {
	padding-top: 0px;
	height: 70px;
	width: 840px;
	margin: 0px;
}
#menu li {
	list-style-type: none;
	padding: 0px;
	float: left;
	height: 70px;
	margin: 0px;
}
#menu1 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 140px;
	background-image: url(images/menu1.png);
	padding-top: 70px;
	text-align: center;
}

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

#menu1 a#nowHere {
		background:url(images/menu1.png) no-repeat 0 -70px;
	}
	
#menu2 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 140px;
	background-image: url(images/menu2.png);
	padding-top: 70px;
	text-align: center;
}

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

#menu2 a#nowHere {
		background:url(images/menu2.png) no-repeat 0 -70px;
	}
#menu3 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 140px;
	background-image: url(images/menu3.png);
	padding-top: 70px;
	text-align: center;
}

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

#menu3 a#nowHere {
		background:url(images/menu3.png) no-repeat 0 -70px;
	}
#menu4 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 140px;
	background-image: url(images/menu4.png);
	padding-top: 70px;
	text-align: center;
}

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

#menu4 a#nowHere {
		background:url(images/menu4.png) no-repeat 0 -70px;
	}
#menu5 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 140px;
	background-image: url(images/menu5.png);
	padding-top: 70px;
	text-align: center;
}

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

#menu5 a#nowHere {
		background:url(images/menu5.png) no-repeat 0 -70px;
	}
#menu6 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 140px;
	background-image: url(images/menu6.png);
	padding-top: 70px;
	text-align: center;
}

#menu6 a:hover {
    background-position: 0 -70px;
}

#menu6 a#nowHere {
		background:url(images/menu6.png) no-repeat 0 -70px;
	}
#menu7 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 140px;
	background-image: url(images/menu7.png);
	padding-top: 70px;
	text-align: center;
}

#menu7 a:hover {
    background-position: 0 -70px;
}

#menu7 a#nowHere {
		background:url(images/menu7.png) no-repeat 0 -70px;
	}		
	
#contents {
	text-align: center;
	width: 900px;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0px;
	background-color: #FFF;
	padding-bottom: 30px;
	border-radius:15px;
}

#footer {
	width: 100%;
	height: 150px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;

}

#footer p{
	font-size: 12px;
	color: #fff;
	text-align: center;
	width: 100%;
	padding-top: 20px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}


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

#top {
	text-align: center;
	width: 900px;
	padding-top: 20px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

#top table {
	border-spacing: 5px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#top th {
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	border-radius: 10px;
}
#top td {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 10px;
}

#map {
	/* width: 900px; */
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#map iframe {
	border-radius:15px;
	border: 5px solid #ffbacf;
	width: 450px;
	height: 280px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#top ul {
	padding: 10px;
	width: 650px;
	margin-top: 0px;
	margin-right: 150px;
	margin-bottom: 0px;
	margin-left: 130px;
}
#top li {
	font-size: 14px;
	text-align: left;
	list-style: none;
	background: url(images/mark.png) no-repeat top left;
	padding: 0px 0px 0px 20px;
}

/* outline */
#outline {
	text-align: center;
	width: 900px;
	padding-top: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

#outline p {
	text-align: left;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 100px;
}
.green {
	color: #00B414;
}

#outline table.style1 {
	/* text-align: center; */
	margin-right: auto;
	margin-left: auto;
	margin-top:20px;
	margin-bottom:15px;
	width: 700px;
}

#outline table.style1 tr th {
	text-align: center;
	width: 150px;
	/* white-space: nowrap; */
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	color: #fff;
	background-color: #ffbacf;
	border-radius: 6px;
}

#outline table.style1 tr td {
	text-align: left;
	padding-left: 15px;
	border-bottom: 2px dotted #ffbacf;
	padding-top: 5px;
	padding-bottom: 5px;
}
#outline table.style2 {
	/* text-align: center; */
	margin-right: auto;
	margin-left: auto;
	margin-top:20px;
	margin-bottom:15px;
	width: 700px;
}

#outline table.style2 tr th {
	text-align: center;
	width: 150px;
	/* white-space: nowrap; */
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	color: #fff;
	background-color: #ffbacf;
	border-radius: 6px;
}

#outline table.style2 tr td {
	text-align: left;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}
#outline ul{
	list-style-type: decimal;
}
#outline li{
	margin-left: 10px;

	margin-bottom: 30px;
}
/* outline */



/* daily */
#daily {
	text-align: center;
	width: 900px;
	padding-top: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#daily table {
	border-spacing: 5px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#daily th {
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	border-radius: 10px;
	width: 200px;
}
#daily td {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 10px;
}
/* daily */
.photo {
	border: 5px #FFFFFF solid;
	box-shadow:3px 3px 3px 1px rgba(0,0,0,0.4);
	margin-bottom: 10px;
}

/* event */
#event {
	text-align: center;
	width: 900px;
	padding-top: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#event table {
	border-spacing: 5px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#event th {
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	vertical-align: top;
}
#event td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-radius: 5px;
	background-color: #FFF799;
	width: 400px;
	text-align: left;
}
