/* clearfix（任意で） */
*:after { display:block; clear:both; }
/* はみ出し対策 */
/* body{overflow:hidden;}を削除*/
body {
    -webkit-text-size-adjust: none;
	width:100%; 
	font-family: 'Roboto Slab', sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.04em;

	background-color: #008f30;
	animation: gradationTest 15s infinite;
	<!-- green xmas background-color: #008f30; -->
}

/* バックグラウンドグラデーションアニメ */
@keyframes gradationTest {
  0% { background-color: #00cd00; }
  50% { background-color: #008f30; }
  100% { background-color: #00cd00; }
}


/* ↓以下通常CSSを記載していく */

a:link,a:visited{color:#cc0000;}
a:hover,a:active{color:#cc0000;}

h1{
	text-align: center;
	font-size: 14px;
	margin-top:10px;
	padding-top: 10px;
	color: #cc0000;
}

h2{
	text-align: center;
	font-size: 24px;
	margin:0;
	padding: 10px 0 0 0;
	color: #cc0000;
}

.calendarStyle{
	text-align: center;
	font-size: 24px;
	margin:0;
	padding: 10px 0 0 0;
	color: #0000cc !important;
}


.mainPhoto{
	text-align: center;
	margin:10px;
}

#content{
	margin:20px 10px 0 10px;
}

.caution2 {
	margin: 20px 20px;
	font-size: 20px;
	color:#000000;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}
.caution3 {
	margin: 8px 10px;
	font-size: 14px;
	color:#000000;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
}


.bbs_update_link {
	border-radius: 5px;		/* 角丸指定 */
	display:  inline-block;		/* インラインブロックする */
	padding: 4px 0px;		/* 余白指定 */
	width: 320px;			/* 幅指定 */
	text-align: center;		/* 中央揃え */
	box-shadow: 0 2px 10px 0 #9E9E9E;	/* 影指定 */

	background-color: #ffff00;	/* 背景色指定 */

	margin: 20px 20px;
	font-size: 20px;
	color: #ff0000;
	line-height: 30px;
	font-weight: bold;
}



.Lead2{
		margin: 15px 0 15px 0;
		font-size: 20px;
		color:#cc0000;
		line-height: 20px;
		font-weight: bold;
		text-align: center;
}

.Lead1{
		font-size: 16px;
		line-height: 20px;
		font-weight: bold;
		margin-top: 20px;
}

.Lead3{
	margin-bottom:20px;
}

.Lead4{
		font-size: 16px;
		line-height: 20px;
		font-weight: bold;
		margin-top:20px;
}

#sns{
	width:240px;
	margin: 30px auto 30px auto;
	text-align: center;
}

.sns_btn{
	margin: 0 10px 15px 10px;
	float:left;
}

.clear{
	clear: both;
}

/* GMenu */
#GMenu{
	margin:30px 10px 0 10px;
}

#GMenu ul{
	list-style:none;
	padding:0;
}

#GMenu li{
	padding:0;
	box-shadow: 1px 1px 5px 1px rgba(0,0,1,0.6);
}

#GMenu li a{
    color:#e6e6e6;
	border-style: solid;
	border-width: thin;
	border-color: #333333;
	background: url(../image/btn_arrow.png) no-repeat;
	background-size:18px 26px;
	background-position:right center;
	padding: 10px;
	margin:10px 0 10px 0;
	background-color: #333333;
	height:40px;
    text-decoration: none;
    line-height: 18px;
}

.GMenuTitle{
	font-size: 20px;
}

#GMenu li .now{
    color:#ffffff;
	border-style: solid;
	border-width: thin;
	border-color: #333333;
	background: url(../image/btn_arrow.png) no-repeat;
	background-size:18px 26px;
	background-position:right center;
	padding: 10px;
	margin:10px 0 10px 0;
	background-color: #cc0000;
	height:40px;
    text-decoration: none;
    line-height: 18px;
}

#GMenu li .now a:link{
    color:#ffffff;
	border-style: solid;
	border-width: thin;
	border-color: #333333;
	background: url(../image/btn_arrow.png) no-repeat;
	background-size:18px 26px;
	background-position:right center;
	padding: 10px;
	margin:10px 0 10px 0;
	background-color: #cc0000;
	height:40px;
    text-decoration: none;
    line-height: 18px;
}





#GMenu li a:hover{
    color:#ffffff;
    background-color: #cc0000;
}

#GMenu li a:active{
    color:#cc0000;
    background-color: #ffffff;
}

#copyright{
	text-align: center;
	font-size: 10px;
	margin:10px;
}



/* rule */

.rule_manner_title{
		font-size: 18px;
		line-height: 18px;
		font-weight: bold;
		margin-top: 20px;
		border: solid thin #cccccc;
		padding: 5px;
}

.rule_top{
	list-style-type: disc;
	list-style-position: outside; 
	margin: 0px;
	padding:10px 0 0 16px;
	font-weight: bold;
}

.rule_top li{
	margin-bottom: 5px;
		font-weight: bold;
}

.rule{
	list-style-type: disc;
	list-style-position: outside; 
	margin: 0px;
	padding:10px 0 0 16px;
}

.rule li{
	margin-bottom: 5px;
}

/* system */

.system_title{
		font-size: 18px;
		line-height: 18px;
		font-weight: bold;
		margin-top: 20px;
		border: solid thin #cccccc;
		padding: 5px;
}

.system_top{
	list-style-type: disc;
	list-style-position: outside; 
	margin: 0px;
	padding:10px 0 0 16px;
	font-weight: bold;
}

.system_top li{
	margin-bottom: 5px;
		font-weight: bold;
}

.system{
	list-style-type: disc;
	list-style-position: outside; 
	margin: 0px;
	padding:10px 0 0 16px;
}

.system li{
	margin-bottom: 5px;
}

/* links */

.links_title{
		font-size: 16px;
		line-height: 18px;
		font-weight: bold;
		margin: 20px 0;
}

.links_top{
	list-style-type: none;
	list-style-position: outside; 
	margin: 0px;
	padding:10px 0 0 16px;
	font-weight: bold;
}

.links_banner{
	text-align: center;
	margin-bottom: 10px;
}

.links_banner_txtarea{
	margin:20px 10px 0 5px;
	text-align: center;
}

.links_banner_txtarea ul{
	list-style:none;
	padding:0;
}

.links_banner_txtarea li{
	padding: 10px 0 5px 0;
}

.links_banner_txtarea li a{
	width:200px;
	height:50px;
	margin:auto;
	border-style: solid thin;
	border-color: #333333;
	text-align: center;
	font-size: 13px;
	line-height: 45px;
	font-weight: bold;
    color:#000000;
    text-decoration: none;
    background-color: #ffffff;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}


.links_banner_txtarea li a:hover{
	width:200px;
	height:50px;
	margin:auto;
	border-style: solid thin;
	border-color: #333333;
	text-align: center;
	font-size: 13px;
	line-height: 45px;
	font-weight: bold;
    color:#000000;
    text-decoration: none;
    background-color: #ffffff;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.links_banner_txtarea_titile{
	font-size: 20px;
}

.links_banner_txtarea li a:active{
    background-color: #cc0000;
}



