@charset "UTF-8";

body {
	position: absolute;
	height: 100%;
	width: 100%;
}

#wrapper, #contentArea, article {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: visible;
}

header {
	position: absolute;
	z-index: 1;
}

header #logo {
	display: none;
}

/************************************************************
/* コンテンツ
************************************************************/

#mainVis {
	position: relative;
	height: 100%;
	max-height: 1000px;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

#mainVis:before {
	content: "";
	position: absolute;
	height: 50px;
	width: 100%;
	top: 230px;
	left: 50%;
	margin-left: -50%;
	background-color: #FFE114;
	background-size:178px;
}

#mainVis:after {
	content: "";
	background: url('/home/images/main_bg.png') no-repeat center;
	background-size: 1200px;
	position: absolute;
	bottom: 0;left:50%;
	margin-left: -600px;
	width: 1200px;
	height: 225px;
}

#mainVis h1 {
	position: absolute;
	top: 50%;left: 50%;
	width: 290px;
	height: 64px;
	background: url('/common/images/logo.svg') center no-repeat;
	background-size: 290px;
	margin: 74px 0 0 -456px;
	z-index: 0;
	text-indent: -9999px;
}

#lead {
	width: 1000px;
	margin: 0 auto;
	padding: 140px 0;
	text-align: center;
	line-height: 2.8;
}

#lead .en {
	font-size: 12px;
	color: #999;
	margin-top: 80px;
}

#newsRelease {
	width: 800px;
	margin: 0 auto 140px;
}

#newsRelease h2 {
	font-weight: normal;
	font-family: 'Marcellus', serif;
	font-size: 20px;
}

#newsRelease dt {
	float: left;
	width: 100px;
	margin: 0;
	padding: 10px 0 10px;
}

#newsRelease dd {
	padding: 10px 0 10px 120px;
	margin: 0;
	border-bottom: 1px dotted #ccc;
}

.bannerArea {
	width: 100%;
	background-color: #f5f5f5;
	padding: 60px 0;
	overflow: hidden;
	position: relative;
}

.bannerArea ul {
	position: relative;
	left: 50%;
	float: left;
}

.bannerArea li {
	float: left;
	width: 200px;
	position: relative;
	left: -50%;
}

.bannerArea li + li {
	margin-left: 100px;
}

.bannerArea li a {
	height: 120px;
	display: block;
	border: 1px solid #eee;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	text-indent: -9999px;
}

.bannerArea li.munetsuguHall a {
	background-image: url('/home/images/munetsuguhall_logo.gif');
	background-size: 100px;
}

.bannerArea li.yellowAngel a {
	background-image: url('/home/images/yellowangel_logo.gif');
	background-size: 130px;
}

.bannerArea li.nipponviolin a {
	background-image: url('/home/images/nv_logo.png');
	background-size: 100px;
}

.bannerArea li.munetsugu_avc a {
	background-image: url('/home/images/munetsugu_avc_logo.png');
	background-size: 50px;
}

.bannerArea small {
	position: absolute;
	display: block;
	width: 200px;
	bottom: 4px;left: 50%;
	font-size: 10px;
	margin-left: -100px;
}

.bannerArea small, .bannerArea small a {
	color: #999;
}