﻿
*{
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	background: black;
	background-image: url(../img/back2.jpg);
	background-position: center;
	color: white;
	font-family: "メイリオ";
	font-size: 85%;
	line-height: 1.3em;
}
a{
	color: white;
}
#wrapper{
	text-align: center;
}
#container{
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
header{
	margin-top: 1em;
	position: relative;
}
#menubar{
	list-style-type: none;
}
#menubar ul{
	display: none;
	list-style-type: none;
	position: absolute;
	z-index: 999;
	top: 100%;
	left: 0;
}
#menubar li{
	float: left;
	height: 36px;
}
#menubar li:hover{
	position: relative;
}
#menubar li:hover > ul{
	display: block;
}
#scr{
	margin-top: 1em;
	width: 960px;
	height: 540px;
}
footer{
	margin-top: 1em;
	padding-top: 1em;
	//background: rgba(255,255,255,0.7);
	color: white;
}
footer a{
	color: white;
}
#ftcontainer{
	width: 960px;
	margin: 0 auto ;
	text-align: center;
}
#footList{
	list-style-type: none;
}
#footList>li{
	//display: block;
	margin-bottom: 3em;
	margin-left: 3em;
	float: left;
}
#footList li:first-child{
	margin-left: 0;
}
.ftSubList{
	list-style-type: none;
}
#ticket{
	margin-top:1em;
}
.corich{
	margin-right: 1em;
	float: left;
}
#osk_map{
	position:relative;
	top:-373px;
	left:510px;
	margin-bottom:-343px;
}
#tky_map{
	position:relative;
	top:-373px;
	left:510px;
	margin-bottom:-343px;
}
#ngt_map{
	position:relative;
	top:-373px;
	left:510px;
	margin-bottom:-343px;
}
