main {
	float:left;
	
	letter-spacing: 0.01em;
	line-height: 1.5em;
	display: inline;
	width: 62%;
	height: auto;
	border: 0px none;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 4%;
	padding-bottom: 10px;
	padding-left: 6%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
}
main p{
	font-size: 1rem;	
	}
main img {
	max-width:100%;
	max-height:auto;
}
	
div#middle {
	display: block;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
div#all {
	text-align: left;
	max-width: 1000px;
	padding: 0px;
	display: block;
	position: static;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	border-radius: 20px;	
	
	box-shadow: 0px 0px 100px 10px #000000;
-moz-box-shadow: 0px 0px 100px 10px #000000;
-webkit-box-shadow: 0px 0px 100px 10px #000000;
filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=0, Strength=30);
}
header {
	background-color: #F9A75E;
	width: auto;
	display: block;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-repeat: no-repeat;
	background-origin: border-box;
	background-position: 99% 10%;
	background-attachment: scroll;
	
	text-align: center
	}
nav {
	height: 3500px;
	float: left;
	width: 25%;
	font-size: 0.85em;
	letter-spacing: 0.1em;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9a75e+0,f9a75e+87,ffffff+100 */
	background: #f9a75e; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9a75e 0%, #f9a75e 70%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f9a75e 0%,#f9a75e 70,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f9a75e 0%,#f9a75e 70%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a75e', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-radius: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
div#google {
	position: relative;
	width: 690px;
	height: 60px;
	top: -135px;
	text-align: right;
	vertical-align: bottom;
}


main table {
	border: 0px none;
	font-size: 0.9em;
	line-height: 1.5em;
	letter-spacing: 0.15em;
	max-width: 100%;
	background-color: #000000;
	color: #FFFFFF;
	height: auto;
	table-layout: fixed;
	text-align: center;
}

main td {
	
	border: 0px;
	display: inline-block;
	
}
main table tr td a {
	color: #FFF500;
}
main table tr td a:visited {
	color: #FF8E00;
}	

main table tr td img{
max-width: 100%;
	height: auto;
	clear: left;	
}
p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: left;
	margin-left: 0.5em;
	line-height: 1.5em;
	letter-spacing: 0.04em;
	width: auto;
}
body {
	width: 95%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	text-align: center;
	padding: 0px;
	background-color: #000000;
	background: linear-gradient(90deg, black, white 20%, white 80%, black);
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
		scrollbar-base-color: #FFA500;
	scrollbar-track-color: #FFFFFF;
	
	 background: linear-gradient(45deg, #000000, ff4500, #ff4500);
  background-size: 600% 600%;
  animation: AnimationName 20s ease infinite;
}

@keyframes AnimationName { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
	
}

header h2{
	
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: normal;
	width: auto;
}
.margin {
	margin-top: 2px;
	padding-left: 40px;
	line-height: 1.5em;
}
address,aside {
	letter-spacing: 0.1em;
	background-color: #F9A75E;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom-color: #000000;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	font-style: normal;
	padding-right: 5%;
	padding-left: 5%;
	font-size: 0.8em;
	line-height: 1.5em;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
address p,aside p {
	break-inside: avoid-column;
	font-size: 0.7rem;
	line-height: 1.2rem;
}
aside {
	padding-bottom: 0px;
	padding-top: 20px;
	background-color: #000;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
aside a:link{
	color: #FF0;
}
#adsense {
	position: relative;
	bottom: 793px;
	left: 170px;
	width: 120px;
}
ul li a:visited {
	color: #990099;
}
nav ul li a:hover, nav ul li ul li a:hover {
	text-decoration: underline;
	color: blue;
	background-color: #FFFF99;
	border-radius: 10px;
}


ul li a:active {
	text-decoration: none;
	color: #0000FF;
}
nav ul li  {
	text-align: left;
	vertical-align: middle;
	width: auto;
	display: block;
	list-style-type: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FF9933;
	border-right-color: #FF9933;
	border-bottom-color: #FF9933;
	border-left-color: #FF9933;
	border-bottom-style: solid;
	line-height: 2rem;
	height: auto;
	margin-left: 0px;
	padding-left: 5px;
	border-radius: 10px;
	background-color: #FFFFFF;
	padding-bottom: 0px;
}
nav li a  {
	text-decoration: none;
	display: block;
	height: auto;
	width: auto;
	padding-left: 5px;
	margin-left: -5px;
	border-radius: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}
nav ul li.marking {
	background-color: #FFFF99;
	font-weight: bold;
	color: #000000;
}
nav ul li ul li {
	list-style-type: none;
	vertical-align: middle;
	height: auto;
	width: auto;
	padding: 0px 0px 0px 10px;
	line-height: 1.5rem;
	margin: 0px 0px 0px -5px;
	border-top: 1px none #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px none #FFFFFF;
	font-size: 0.9rem;
}
nav ul li ul {
	border-bottm-style: solid;
	width: auto;
	text-indent: 0.5em;
	background-color: #FFFFFF;
}
nav ul li ul li a  {
	text-decoration: none;
	display:block;
	height: auto;
	width: auto;
	margin-left: -10px;
}
nav ul {
	border-radius: 10px;
	text-align: left;
	margin-top: 0em;
	height: auto;
	width: auto;
	display: block;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	background-color: #F9A75E;
}

a:visited {
	color: #990066;
}

a:active {
	color: #0000FF;
}

main h1 {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	background-color: #F9A75E;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	font-size: 1rem;
	line-height: 1.8em;
	font-weight: bold;
}
main h2 {
	text-decoration: none;
	border-left-width: 1em;
	border-left-style: solid;
	border-left-color: #F9A75E;
	letter-spacing: 0.06em;
	line-height: 1.6em;
	text-align: left;
	font-size: 1rem;
	padding-left: 8px;
	border-bottom-style: solid;
	border-top-color: #F9A75E;
	border-right-color: #F9A75E;
	border-bottom-color: #F9A75E;
	border-bottom-width: 1px;
}
main h3 {
	text-decoration: none;
	border-left-width: 5px;
	border-left-style: double;
	border-left-color: #F9A75E;
	letter-spacing: 0.1em;
	line-height: 1.5rem;
	text-align: left;
	font-size: 1rem;
	padding-left: 8px;
	border-top-color: #F9A75E;
	border-right-color: #F9A75E;
	border-bottom-color: #F9A75E;
	display: inline;
}
main h4 {
	border-left: 3px solid #F9A75E;
	line-height: 1rem;
	text-align: left;
	font-size: 0.85rem;
	padding-left: 10px;
	display: block;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
	margin-left: 10px;
}
main h5{
	border-left: 1px solid #F9A75E;
	line-height: 1rem;
	text-align: left;
	font-size: 0.85rem;
	padding-left: 10px;
	display: block;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
	margin-left: 15px;
}

p.center {
	text-align: center;
}



p.headder {
	line-height: 1.4px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.8em;
}
headder {
	width: 290px;
	text-align: left;
	position: absolute;
	height: 200px;
	top: 290px;
	background-color: #00FF33;
	visibility: hidden;
}
span.counter_area {
	float: left;
	text-align: left;
	margin: 0px;
	width: 190px;
	padding-top: 5px;
}
.title_area {
	float: left;
	font-size: 0.85em;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	padding-right: 0px;
	padding-left: 0px;
	width: 70%;
	text-align:left}

h1 {
	font-size: 0.9em;
	font-weight: normal;
	margin: 0px;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
header h2 {
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
	letter-spacing: 0.1em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

iframe {
	padding: 0px;
	margin-bottom: 5px;
	border: none;
}
nav h1,nav h2 {
	text-align: center;
	margin-top: 0px;
	font-size: 1rem;
	font-weight: bold;
	
}
nav p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
input {
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
	width: 200px;
}
iframe.ad {
	margin-left: 20px;
	border: none;
	padding: 0px;
	margin-top: 0px;
	height: 250px;
	width: 250px;
}
a:hover {
	color: #FF0000;
}



input.okiniiri {
	margin-top: 0px;
	letter-spacing: 0.05em;
	margin-bottom: 0px;
	width: auto;
}

nav p.small {
	font-size: 0.8em;
	display: block;
	width: 149px;
	background-color: #FFFFFF;
	margin-right: 2px;
	margin-bottom: 5px;
}
small {
	font-size: 0.81em;
}
dt {
	background-image: url(/img/info/go.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 45px;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 1em;
}
dd {
	padding-left: 40px;
	line-height: 2em;
	margin-bottom: 10px;
}
.float_left {
	float: left;
	margin-right: 0.7em;
}
.float_right {
	float: right;
	font-size: 0.8em;
	width: 23%;
	line-height: 1.5rem;
	vertical-align: top;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
.blue {
	color: #0000FF;
	font-weight: bold;
}
.pink {
	color: #FF00FF;
}
.b {
	font-weight: bold;

}
iframe {
	margin-right: 2px;
	margin-left: 2px;
	float: none;
}	

.normal_font {
	font-size: 0.95em;
	font-weight: normal;
	text-align: left;
}
p.small {
	font-size: 0.8em;
}
p.text_small {
	font-size: 0.7em;
}
.large {
	font-size: 1.5em;
}
.clear {
	clear: both;
}

.back_black{
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #FFFFFF;
	line-height: 2rem;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	width: auto;
	background-color: #000;
	font-size: 0.8rem;
}
.back_black ul{
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 5px;
}
.back_black ul li{
	display: inline;
	list-style-position: inside;
	margin-right: 10px;
}
.back_black a,.back_black a:visited {
	color: #FFFF00;

}
.column {		
    -moz-column-rule: solid 1px;
	-webkit-column-rule: solid 1px;
	column-rule: solid 1px;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
.display_none {
	display: none;
}
header p {
	margin-bottom: 0px;
	margin-top: 0px;
	vertical-align: top;
}
.yoyaku{
	display: none;

	}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	background-color: #000000;
} 

.video-container iframe , .video-container_calendar iframe{ 
    position: absolute; 
    top: 0;  
    left: 0; 
    width: 100%; 
    height: 100%; 
} 
