﻿@charset "utf-8";

/*--------------------------------------*/
/*                                      */
/* ### 特設ページ ###                 */
/*                                      */
/*--------------------------------------*/

body {
	background-color:#210001;
	}
/*--- メイン画像 ---*/

#contentsWrap {
	margin: 0 auto;
	width: 900px;
	text-align: left;
/*	overflow: hidden;*/
}

#main {
	margin: 0 auto;
	text-align: left;
}

.hid-txt {
	text-align: left;
	overflow: hidden;
	text-indent: -900000px;
	font-size: 0;
	color: #000000;
}

.display-none {
	display: none;
}


/*--- タイトルエリア ---*/

#main #main-box {
}

#main-box .header {
	height: 32px;
	background:url(../images/header-bk.gif) no-repeat;
}
 

#main-box .ttl {
	height: 601px;
	background:url(../images/main_img.jpg) no-repeat;
}

#main-box .ttl_info {
	height: 228px;
	background:url(../images/140512/ttl_img.jpg) no-repeat;
}

#main-box .info1 {
	height: 394px;
	background:url(../images/info1.jpg) no-repeat;
}

#main-box .info2 {
	height: 501px;
	background:url(../images/140512/info2.jpg) no-repeat;
}

#main-box .guide {
	height: 542px;
	background:url(../images/guide.jpg) no-repeat;
}

#main-box .spec {
	height: 527px;
	background:url(../images/info3.jpg) no-repeat;
}




/*--- メインエリア ---*/



/*--- フッター ---*/
#footer {
}

#footer .capcom {
	float:left;
	width:166px;
	height:66px;
	background:url(../images/capcomlogo.jpg) no-repeat;
}

#footer .copyright {
	float:right;
	width:734px;
	height:66px;
	background:url(../images/copy.jpg) no-repeat;
}

