@charset "utf-8";
/*-----------------------------------------------------

------------------------------------------------------*/

body{
	position: relative;
	min-width: 960px;
	background: #000 url(../images/bg_black.png) no-repeat center 800px;
	font: .8em/1.5em 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',helvetica,arial,clean,sans-serif;}

#bg_blue{
	position: absolute;
	top: -250px;
	z-index: 1;
	width: 100%;
	height: 1500px;
	background: url(../images/bg_blue.png) no-repeat center top;
}

#bg_knew{
	position: absolute;
	top: -250px;
	z-index: 2;
	width: 100%;
	height: 1500px;
	background: url(../images/bg_knew.png) no-repeat center top;
}


#wrap{
	position: relative;
	overflow: hidden;
}

#content{
	position: relative;
	left: 50%;
	z-index: 9;
	width: 700px;
	margin-left: -510px;
	padding: 0 0 25px 0;
}

#mainvisual{
	width: 689px;
	border: solid 2px #000;
	border-top: none;
	background: #fff;
}

#mainvisual h1{
	float: left;
	padding: 25px 0 0 35px;
}
#mainvisual .date{
	float: right;
	padding: 15px 30px 0 0;
}

#mainvisual figure{
	position: relative;
	line-height: 0;
}

.zenigata{
	position: absolute;
	right: -48px;
	top: 506px;
}

#btn_official{
	display: block;
	position: absolute;
	left: 50%;
	bottom: 38px;
	width: 448px;
	height: 104px;
	margin-left: -224px;
	background: url(../images/btn_official.png) no-repeat;
}
#btn_official:hover{
	background: url(../images/btn_officialover.png) no-repeat;
}


#introduction{
	position: relative;
	width: 693px;
	height: 866px;
	padding: 50px 0 0 0;
	background: url(../images/intro.png) no-repeat center;
}

#movie{
	width: 601px;
	height: 346px;
	margin: 0 auto;
	padding: 25px;
	background: url(../images/frame.png) no-repeat;
}

#introduction .txt{
	position: relative;
	z-index: 8;
	padding: 20px 0;
	text-align: center;
}
#lupin{
	position: absolute;
	left: -133px;
	top: 433px;
	z-index: 7;
}
#shadow{
	position: absolute;
	left: -183px;
	top: 383px;
	z-index: -1;
}

#under_footer{
	position: relative;
	z-index: 9;
	padding: 25px 0;
	background: #c93c2d;
}

#foot{
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -567px;
}

#under_wrap{
	position: relative;
	left: 50%;
	z-index: 9;
	width: 700px;
	margin-left: -510px;
	padding: 0 0 25px 0;
}

#bnr_area{
	margin-top: 40px;
	padding: 5px;
	background: #b43b2c;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.219608) 0px 0px 6px 3px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.219608) 0px 0px 6px 3px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.219608) 0px 0px 6px 3px inset;
}

#bnr_area ul{
	position: relative;
	left: 50%;
	float: left;
}

#bnr_area ul li{
	position: relative;
	left: -50%;
	float: left;
	width: 208px;
	height: 70px;
	margin: 5px 10px;
}

#bnr_area ul li img{
	width: 100%;
	height: auto;
}

footer{
	padding: 20px 0 0 0;
	text-align: center;
	font-weight: bold;
}

footer small{
	font-weight: bold;
}

#pgt{
	display: block;
	position: absolute;
	right: -145px;
	bottom: 30px;
	width: 146px;
	height: 166px;
	background: url(../images/pgt.png) no-repeat;
}
#pgt:hover{
	background: url(../images/pgt_over.png) no-repeat;
}

/* ---------------------------------------------------------
  right_column
 ---------------------------------------------------------*/

#right_column{
	position: absolute;
	left: 50%;
	top: 20px;
	z-index: 99;
	margin-left: 220px;
}

#right_column > div{
	background: #fff;
}
