@charset "utf-8";

html, body {
	width: 100%;
	height: 100%;
	background: #000;
	color: #fff;
}

/* img alphaOver */
.alphaOver a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}
/*inner*/
.inner {
	width:980px;
	margin:0 auto;
}
/* -----------------------------------------------------------------------------
TOPページ
----------------------------------------------------------------------------- */

/* header
---------------------------------------------*/
header {
	width:100%;
	background:url(../img/bg_header.gif) repeat-x;
	margin-bottom:25px;
}
nav {
	overflow:hidden;
	position:relative;
	padding: 15px 0;
}
nav ul {
	float:left;
	position:relative;
	left:50%;
}
nav ul li {
	float:left;
	position:relative;
	left:-50%;
	margin-right:10px;
}
nav ul li:last-child {
	margin-right:0;
}

/* wrapper
---------------------------------------------*/
#wrapper {
	width:100%;
}
h1 {
	text-align:center;
	margin-bottom:15px;
}
#wrapper > .date {
	position:relative;
	z-index:2;
	width:980px;
	margin:0 auto;
}
#wrapper > .date p.txt {
	text-align:center;
}
#wrapper > .date p.img {
	position:absolute;
	top: -35px;
	right: 100px;
}
#wrapper > figure {
	text-align:center;
	position:relative;
	z-index:1;
	top:-5px;
	margin-bottom:-5px;
}

/*presentArea*/
#presentArea {
	background:url(../img/bg_present.png) no-repeat top center;
	padding-bottom:135px;
}
#presentArea  h2 {
	text-align:center;
	margin-bottom:30px;
}
#presentArea ul {
	margin-left:-11px;
}
#presentArea ul li {
	width:319px;
	float:left;
	margin-left: 11px;
}
/*applicationMethod*/
#applicationMethod {
	margin-bottom:40px;
}
#applicationMethod h2 {
	text-align:center;
}
#applicationMethod .inner {
	position:relative;
	height:959px;
}
#applicationMethod #movie {
	cursor:pointer;
}
#applicationMethod .coverImg01 {
	width:304px;
	height:513px;
	background:url(../img/img_curtain01.png) no-repeat;
	position:absolute;
	top:85px;
	left:-110px;
	z-index: 5;
}
#applicationMethod .coverImg01:after {
	content:"";
	width: 216px;
	height:328px;
	background:url(../img/img_curtain01_btm.png) no-repeat;
	position:absolute;
	top: 513px;
	left:0;
	z-index: 5;
}
#applicationMethod .coverImg02 {
	width:304px;
	height:513px;
	background:url(../img/img_curtain02.png) no-repeat;
	position:absolute;
	top:85px;
	right: -110px;
	z-index: 5;
}
#applicationMethod .coverImg02:after {
	content:"";
	width: 216px;
	height:328px;
	background: url(../img/img_curtain02_btm.png) no-repeat;
	position:absolute;
	top:513px;
	right:0;
	z-index: 5;
}
#applicationMethod p {
	text-align:center;
}
#applicationMethod #movie {
	width:770px;
	height:490px;
	position:absolute;
	left:50%;
	top: 210px;
	margin-left:-385px;
	z-index:2;
}
#applicationMethod #applicationArea {
	width:512px;
	height:auto;
	position:absolute;
	top:350px;
	margin-left:-256px;
	left:50%;
	z-index:3;
	display:none;
}
#applicationMethod #applicationArea + p {
	position:absolute;
	bottom:90px;
	left:50%;
	margin-left:-293px;
}

#applicationMethod #applicationArea p{
	text-align:center;
}
#applicationMethod #applicationArea p.btn {
	margin-top:30px;
}

/*aside*/
aside {
	width:980px;
	margin:0 auto 70px;
}
aside ul li:first-child {
	float:left;
}
aside ul li:nth-child(2) {
	float:right;
}

/*footer*/
footer {
	margin-top:70px;
	width:100%;
	background-color:#1b1b1b;
	padding:20px 0;
}
footer  small {
	display: block;
	text-align:center;
	color:#b7b7b7;
	font-size:10px;
}