/*#content{
	background: #000000;
	background: url('../img/bg-black.png');
	width: 100%;
	height: 84px;
	margin: 0px 0px;
	text-align: left;
	font-size: 10px;
}*/
#wrapper{
	width: 100%;
	margin: 0px 0px;
	text-align: left;
	color: #FFF;
}

#logo {
	margin: 10px 0px 0px 10px;
	float: left;
}

#navi {
	margin: 20px 20px 0px 0px;
	float: right;
}

#navi a:link, #navi a:visited { text-decoration: none; color: #fff; }
#navi a:hover, #navi a:active, #navi a:focus { text-decoration: none; color: #fff; }

.clear {
	clear: both;
}

ul {
	position: relative;
	padding:0;
	font-size:0px;
}

ul li {
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	font-family: "‚l‚r ‚o–¾’©", "MS PMincho", "ƒqƒ‰ƒMƒm–¾’© Pro W3", "Hiragino Mincho Pro", serif;
	color: #FFF;
}

#content_top {
	position: relative;
	height: 500px;
}

#content_top p {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	text-align: center;
	font-size: 30px;
	font-family: "‚l‚r ‚o–¾’©", "MS PMincho", "ƒqƒ‰ƒMƒm–¾’© Pro W3", "Hiragino Mincho Pro", serif;
	color: #FFF;
}

#content {
	background: #000000;
	background: url('../img/bg-black.png');
	width: 250px;
	height: 230px;
	margin: 80px auto;
	text-align: center;
}

#content_online {
	background: #000000;
	background: url('../img/bg-black.png');
	width: 250px;
	height: 250px;
	margin: 80px auto;
	text-align: center;
}

#content_schedule {
	width: 100%;
	height: 700px;
	margin: 80px auto;
	text-align: center;
}

p {
	padding: 10px;
	color: #333;
	font: 12px "Helvetica Neue", "Helvetica", Arial, sans-serif;
	line-height: 200%;
}

p.name {
	margin: 0px;
	color: #333;
	font-size: 30px;
	font-family: "‚l‚r ‚o–¾’©", "MS PMincho", "ƒqƒ‰ƒMƒm–¾’© Pro W3", "Hiragino Mincho Pro", serif;
}

#footer {
	position: fixed;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size:14px;
}

.pagetop {
	position: fixed;
	bottom: 10px;
	right: 5px;
	margin: 0;
}
 
.pagetop a {
	text-decoration: none;
}
 
.pagetop:hover {
	opacity: 0.85;
}


/*
p{
	padding: 0 30px 30px 30px;
	color: #FFF;
	font: 12px "Helvetica Neue", "Helvetica", Arial, sans-serif;
	text-normal: #000 0px 1px 0px;
	line-height: 200%;
}
p a{
	color: #21000F;
	font-weight: lighter;
	text-decoration: none;
	font-family: "‚l‚r ‚o–¾’©", "MS PMincho", "ƒqƒ‰ƒMƒm–¾’© Pro W3", "Hiragino Mincho Pro", serif;
}*/