* {
	margin: 0;
	padding: 0;
}
body{
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	line-height: 22px;
}
.top_img{
 	background-image: url(../images/castle_top.gif);
 	background-position: center center;
 	background-repeat: no-repeat;
 	background-attachment: fixed;
 	background-size: cover;
}

.contents_img{
	background-image: url(../images/contents_back01.jpg);
	background-position: center center;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: cover;
}

#menuArea {
	width:100%;
	text-align:center;
	margin-top:50px;
	margin-bottom:50px;
}
.menu {
	background-color: #fff;
	border: solid 1px #f00;
	padding: 10px;
	opacity: 0.8;
	margin:10px auto;
	width:90%;
	max-width: 500px;
	text-align:center;
	color: #09685A;
	font-weight:bold;
}
.menu:hover {
	opacity: 1;
}
#wrapper {
	width:100%;
	margin:0px auto;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
#mainTextWrapper {
	background-color: #033;
	opacity:0.8;
	color:#fff;
	font-size: 16px;
	width: 100%;
	text-align:center;
}
#mainTextWrapper:hover {
	opacity:0.8;
}
#mainText {
	padding:10px;
	margin:0px auto;
	width:90%;
	max-width:1200px;
	text-align:left;
	font-size:16px;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	line-height: 24px;
}
h1 {
	background-color: #030;
	color: #ff9;
	font-size: 20px;
	font-weight: bold;
	padding:10px;
	text-align:center;
	z-index:10000;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
h2 {
	background-color:#cf9;
	color: #030;
	text-align:center;
	padding:10px;
	font-size:16px;
	border-top: solid 1px #030;
	border-bottom: solid 1px #030;
}
h3{
	
}
#footer{
	background-color: #030;
	color: #ff9;
	font-size: 12px;
	text-align: right;
	padding: 3px 0px;
	width:100%;
	height: 20px;
}

.concert {
	margin: 30px auto;
	border-collapse: collapse;
}

.concert th {
	border: solid 1px #030;
	padding: 10px;
	background: rgba(204,255,153,0.7);
	font-size:14px;
}
.concert td {
	border: solid 1px #030;
	padding: 10px;
	font-size:14px;
	background: rgba(255,255,255,0.7);
}

.member {
	margin: 0px;
	border-collapse: collapse;
	width:100%;
}

.member th {
	border: solid 1px #030;
	padding: 10px;
	background: rgba(204,255,153,0.7);
	font-size:14px;
	white-space: nowrap;
	width:10%;
}
.member td {
	border: solid 1px #030;
	padding: 10px;
	font-size:14px;
	background: rgba(255,255,255,0.7);
	width:90%;
}
.noBordernoBackground th {
	border:none;
	background: none;
	padding:3px;
	vertical-align: top;
	text-align: left;
	line-height: 18px;
}
.noBordernoBackground td {
	border:none;
	background: none;
	padding:3px;
	vertical-align: top;
	text-align: left;
	line-height: 18px;
}
.inquiry {
	margin:20px auto;
	background-color: #fff;
	border: solid 1px #030;
	padding:20px;
	width:80%;
	max-width: 480px;
	line-height:28px;
}
.chirashi{
	cursor: pointer;
}

#footer>div{
	padding-right:5px;
}