@charset "UTF-8";

body {
	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}


.header {
	height: 250px;
	width: 100%;
	

	
}
.header_in {
	position: relative;
	background-image: url(../img/header.png);
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	position: absolute;
	top: 8px; left: 11px;
	width: 98px;
	height: 64px;
}
.pageTitle {
	padding-left:10px;
	padding-top: 105px;
	float: left;
	padding-bottom:45px;
}
.sns_link {
	float: right;
	padding-top: 20px;
	padding-right:15px;
}
.sns_link li {
	float: left;
	padding-left: 10px;
}
.g_nav {
	height: 50px;
	float: left;
	width: 100%;
}
.g_nav li {
	position: relative;
	height: 100%;
	float: left;
}
.g_nav a {
	height: 100%;
	display: block;
	background-image: url(../img/g_nav.png);
	background-repeat: no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}
.en .g_nav a {
	background-image: url(../img/g_nav_en.png);
}
.g_nav img {
	position: absolute;
	top: -20px;
	left: 0px;
	z-index:3;
	
}
/*.top_back {
	width: 149px;
	background-position: 0px 0px;
}*/
.news {
	width: 132px;
	background-position: 0 0;
}
.about {
	width: 172px;
	background-position: -132px 0;
}
.concert {
	width: 178px;
	background-position: -304px 0;
}
.member {
	width: 166px;
	background-position: -482px 0;
}
.movie {
	width: 158px;
	background-position: -648px 0;
}
.contact {
	width: 154px;
	background-position: -806px 0;
}
.maincontent {
	background-repeat: no-repeat;
	height: 680px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	z-index:2;
	position: relative;
	
}
.footer {
	width:960px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background-color:#FFADAD;
	margin-right: auto;
	margin-left: auto;
}
.footer p {
	color: #FFF;
}