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

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*	font-family:  "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;*/
	margin: 0px;
}
#contents {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	margin-top: 0px;
}
#main {
	padding: 10px;
}
#header {
	margin-top: 0px;
}




h1 {
	background-color: #CFF;
	margin-top: 0px;
}
h2 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #5eb753;
	color: #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 120%;
	clear: both;
}
h2 .h2span {
	font-size: 80%;
}

h3 {
	font-size: 100%;
	color: #333;
	background-color: #f3f3f3;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #38a30e;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
	margin-top: 10px;
	margin-bottom: 10px;

}
h4 {
	font-size: 90%;
	border-left-width: 10px;
	border-left-style: double;
	border-left-color: #5eb753;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
	background-color: #f3f3f3;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 10px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p {
	font-size: 90%;
	line-height: 28px;
	color: #333;
	margin-left: 20px;
	margin-bottom: 1em;
}

li {
	list-style-type: none;
	font-size: 90%;
	line-height: 18px;
	color: #333;
}
a {
	color: #0c78b9;
}

a:hover {
	color: #F69300;
}

#main #nav {
	margin-bottom: 20px;
}
#main #nav .navbtn {
	width: 645px;
	margin-right: auto;
	margin-left: auto;
}
#main #nav .navbtn .btn_menu , #main #nav .navbtn .btn_menu_cr{
	float: left;
	margin-left: 15px;
}




#main div.erea p{
	text-align: center;
}
#main div.erea table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #CCC;
	margin-bottom: 20px;
}
#main div.erea table tr th {
	background-color: #b4e3a9;
	color: #333;
}

#main div.erea table tr th, #main div.erea table tr td {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #333;
}
#main div.erea table tr td a .btn {
	vertical-align: bottom;
}

#main div.erea table tr td.to_entry {
	text-align: center;
}


#main div.calendar p{
	text-align: center;
}
#main div.calendar table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #CCC;
	margin-bottom: 20px;
}
#main div.calendar table tr th {
	color: #333;
}

#main div.calendar table tr th, #main div.calendar table tr td {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #333;
	text-align: center;
	width: 14%;
}
#main div.calendar table tr td {
	vertical-align: top;
}

#main div.calendar table tr td .day {
	font-weight: bold;
}
#main div.calendar table tr td .sun {
	color: #F00;
}
#main div.calendar table tr td .sat {
	color: #06F;
}


#footer {
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

#footer p {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	font-weight: bold;
}

/* 申込フォーム */
#main p.entry_top {
	color: #000;
	text-align: center;
	margin-bottom: 5px;
}
#main .closing {
	font-size: 120%;
	font-weight: bold;
}
#main div.place {
	text-align: center;
	background-color: #CFF;
}
#main div.place h2{
	color: #333;
	font-size: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main div.place p {
	color: #333;
	padding-bottom: 5px;
}
#main #mailform  table.mailform_t{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
}
#main #mailform table.mailform_t tr th {
	text-align: right;
}
#main #mailform table.mailform_t tr th, #main #mailform table.mailform_t tr td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#main table.SSL   tr td{
	font-size: 90%;
	padding: 5px;
}
#main div.totop {
	margin-top: 10px;
	margin-bottom: 10px;

}
#main div.totop .btn_totop{
  background: #bdeab3;
  background-image: -webkit-linear-gradient(top, #bdeab3, #eef7f0);
  background-image: -moz-linear-gradient(top, #bdeab3, #eef7f0);
  background-image: -ms-linear-gradient(top, #bdeab3, #eef7f0);
  background-image: -o-linear-gradient(top, #bdeab3, #eef7f0);
  background-image: linear-gradient(to bottom, #bdeab3, #eef7f0);
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	text-align:center;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
	float: right;
}
#main div.totop .btn_totop:hover{
  background: #eef7f0;
  background-image: -webkit-linear-gradient(top, #eef7f0, #bdeab3);
  background-image: -moz-linear-gradient(top, #eef7f0, #bdeab3);
  background-image: -ms-linear-gradient(top, #eef7f0, #bdeab3);
  background-image: -o-linear-gradient(top, #eef7f0, #bdeab3);
  background-image: linear-gradient(to bottom, #eef7f0, #bdeab3);
  text-decoration: none;
  color: #000000;  
}




.end {
	color: #F00;
}

/* ==========▼ clearfix ▼========== */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* ==========▲ clearfix ▲========== */

/* ==========▼ button ▼========== */
/* メニューボタン */
.btn_menu{
  background: #bdeab3;
  background-image: -webkit-linear-gradient(top, #bdeab3, #eef7f0);
  background-image: -moz-linear-gradient(top, #bdeab3, #eef7f0);
  background-image: -ms-linear-gradient(top, #bdeab3, #eef7f0);
  background-image: -o-linear-gradient(top, #bdeab3, #eef7f0);
  background-image: linear-gradient(to bottom, #bdeab3, #eef7f0);
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	color: #000000;
	font-size: 14px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	display:block;
	width:190px;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
}

.btn_menu:hover {
  background: #eef7f0;
  background-image: -webkit-linear-gradient(top, #eef7f0, #bdeab3);
  background-image: -moz-linear-gradient(top, #eef7f0, #bdeab3);
  background-image: -ms-linear-gradient(top, #eef7f0, #bdeab3);
  background-image: -o-linear-gradient(top, #eef7f0, #bdeab3);
  background-image: linear-gradient(to bottom, #eef7f0, #bdeab3);
  text-decoration: none;
  color: #000000;  
}
.btn_menu_cr{
  background: #bdeab3;
  background-image: -webkit-linear-gradient(top, #bdeab3, #eef7f0);
  background-image: -moz-linear-gradient(top, #bdeab3, #eef7f0);
  background-image: -ms-linear-gradient(top, #bdeab3, #eef7f0);
  background-image: -o-linear-gradient(top, #bdeab3, #eef7f0);
  background-image: linear-gradient(to bottom, #bdeab3, #eef7f0);
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	color: #989898;
	font-size: 14px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	display:block;
	width:160px;
	margin-left:15px;
	text-align:center;
}
.btn_menu_cr:hover {
  background: #eef7f0;
  background-image: -webkit-linear-gradient(top, #eef7f0, #bdeab3);
  background-image: -moz-linear-gradient(top, #eef7f0, #bdeab3);
  background-image: -ms-linear-gradient(top, #eef7f0, #bdeab3);
  background-image: -o-linear-gradient(top, #eef7f0, #bdeab3);
  background-image: linear-gradient(to bottom, #eef7f0, #bdeab3);
  text-decoration: none;
  color: #989898;  
}

/* 開催地エリア別リストページのボタン */
.btn_area{
  background: #bdeab3;
  background-image: -webkit-linear-gradient(top, #bdeab3, #eef7f0);
  background-image: -moz-linear-gradient(top, #bdeab3, #eef7f0);
  background-image: -ms-linear-gradient(top, #bdeab3, #eef7f0);
  background-image: -o-linear-gradient(top, #bdeab3, #eef7f0);
  background-image: linear-gradient(to bottom, #bdeab3, #eef7f0);
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	color: #000000;
	font-size: 11px;
	padding: 4px 12px;
	text-decoration: none;
	text-align:center;
}

.btn_area2{
  background: #bdeab3;
  background-image: -webkit-linear-gradient(top, #bdeab3, #eef7f0);
  background-image: -moz-linear-gradient(top, #bdeab3, #eef7f0);
  background-image: -ms-linear-gradient(top, #bdeab3, #eef7f0);
  background-image: -o-linear-gradient(top, #bdeab3, #eef7f0);
  background-image: linear-gradient(to bottom, #bdeab3, #eef7f0);
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	color: #000000;
	font-size: 11px;
	padding: 4px 12px;
	text-decoration: none;
	text-align:left;
}

.btn_area:hover {
  background: #eef7f0;
  background-image: -webkit-linear-gradient(top, #eef7f0, #bdeab3);
  background-image: -moz-linear-gradient(top, #eef7f0, #bdeab3);
  background-image: -ms-linear-gradient(top, #eef7f0, #bdeab3);
  background-image: -o-linear-gradient(top, #eef7f0, #bdeab3);
  background-image: linear-gradient(to bottom, #eef7f0, #bdeab3);
  text-decoration: none;
  color: #000000;  
}
/* 開催日カレンダーページのボタン */
.btn_calender{
  background: #bdeab3;
  background-image: -webkit-linear-gradient(top, #bdeab3, #eef7f0);
  background-image: -moz-linear-gradient(top, #bdeab3, #eef7f0);
  background-image: -ms-linear-gradient(top, #bdeab3, #eef7f0);
  background-image: -o-linear-gradient(top, #bdeab3, #eef7f0);
  background-image: linear-gradient(to bottom, #bdeab3, #eef7f0);
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	color: #000000;
	font-size: 11px;
	padding: 1px 10px;
	text-decoration: none;
	text-align:center;
}

.btn_calender:hover {
  background: #eef7f0;
  background-image: -webkit-linear-gradient(top, #eef7f0, #bdeab3);
  background-image: -moz-linear-gradient(top, #eef7f0, #bdeab3);
  background-image: -ms-linear-gradient(top, #eef7f0, #bdeab3);
  background-image: -o-linear-gradient(top, #eef7f0, #bdeab3);
  background-image: linear-gradient(to bottom, #eef7f0, #bdeab3);
  text-decoration: none;
  color: #000000;  
}
/* ==========▲ button ▲========== */
