*{
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	background: black;
	font-family: "メイリオ";
	font-size: 85%;
	line-height: 1.3em;
	color: white;
}
a{
	color: white;
}
#wrapper{
	text-align: center;
}
#container{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
header{
	margin-top: 1em;
	height: 36px;
}
#menubar{
	list-style-type: none;
	height: 36px;
}
#menubar li{
	display: inline;
}
#scr{
	width: 960px;
	height: 540px;
}
#scr_index{
	width: 960px;
	height: 1200px;
}
#ticket{
	margin-top: 1em;
	font-size: 85%;
	float: left;
}
#social{
	margin-top: 1em;
	margin-left: 1em;
	float: left;
}
footer{
	width: 100%;
	text-align: center;
}
#ftcontainer{
	margin: 1em auto;
	width: 960px;
}