@charset "utf-8";
/*コンテンツ関連CSS
------------------------------------------------------------ */
* {
	margin: 0;
	border: 0;
	padding: 0;
}
html {
	min-width: 960px;}
body {
	margin: 0;
	font-size: 62.5%;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','Osaka', verdana, Helvetica,Arial, sans-serif;
	background:#0f1328 url(../img/index/noflash.jpg) center top no-repeat;
	
	}

		
/* mainContents 
----------------------------*/
	
#mainContents {
	width:700px;
	margin:0 auto;
	position:relative;
	padding-bottom:20px;
	
}	
#mainContents img {
	vertical-align: bottom;
	
}

a.clearBtn{
display: block;
margin:0 auto;
}

a#promoLink{
width:245px;
height: 70px;
top:543px;
left:50%;
margin-left:-400px; 
}

a#devLink{
margin-bottom:30px;
width:246px;
height:73px;
}

a#capLink{
width:138px;
height:30px;
}

#aboutDash{
position: absolute;
top:614px;
left: 50%;
margin-left: -397px;
}


#specContainer{
display: none;
}

	

	


/* footer
----------------------------*/

#footer {
	background: #0f1328;
	width:100%;
	text-align: center;
	/*margin: 0 auto;*/
	padding:15px 0 10px 0;
		
}


/*last*/
.lastAlert .cap {
    color: #333;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #ddd;}

.lastAlert {
	width:600px;
    background: #fff;
    border: 3px double #aa0000;
    padding: 25px;
    text-align: left;
    font-size: 12px;
	margin:170px auto 30px auto;
	
	/*
	position:absolute;
	margin-left:50%;
	top:170px;
	left:-335px;
	*/
	
}



.lastAlert p {
    padding-bottom: 20px;
}

#footer ul li {
	list-style: none;}

	
ul#dashLink, 
ul#seriesLink, 
ul#capcomLink {
	width: 710px;
	margin: 0 auto;}
ul#dashLink li, 
ul#seriesLink li, 
ul#capcomLink li {
	display: inline;}
	
ul#dashLink {
	padding: 20px 0;
	border-bottom: 1px solid #344557;}
ul#seriesLink {
	padding: 20px 0;
	border-top: 1px solid #000;}
	

	
/* common */
.pt20 {
	padding-top: 20px;}
.textR {
	text-align: right;}
.bold {
	font-weight: bold;}
	
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



