* {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	background-image: url(./img/mainback.jpg); 
	background-position: top center; 
	background-repeat: no-repeat;
	background-color:#080b23;
	font-family:
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"HiraKakuPro-W3",
		Osaka,
		"メイリオ",
		"Meiryo",
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		Sans-Serif;
	font-size:14px;
}


/*画像関係配置*/

#maintitle{
	position:absolute;
}

#maintitle {
	width:760px;
	height:795px;
	margin-left:-380px;
	left:50%;
}

#mainback {
	margin: 0 auto;
	width:800px;
	height:689px;
}

/*コンテンツ内容*/

#contents {
	margin: 0 auto;
	width:800px;
	background-color:#101430;
}

.space {
	height: 100px;
}

.track , .staff , .special , .shop , .link {
	background-position: top center; 
	background-repeat: no-repeat;
	padding-top:110px;
	padding-bottom: 40px;	
}

.staff , .special , .shop , .link {
	padding-left: 110px;	
}

.info {
	background-image: url(./img/info.jpg);
	background-position: top center;
	background-position:center center;
	background-repeat: no-repeat; 
	height: 400px;
	padding-left: 360px;
}

.infocont {
	padding-top:120px;
}

.track {
	padding-left: 90px;
	background-image: url(./img/m_track.jpg); 
}

.staff {
	background-image: url(./img/m_staff.jpg); 
}

.special {
	background-image: url(./img/m_spec.jpg);
}

.spe_cont{
	background-image: url(./img/another.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 220px; 
	width: 380px;
	height: 200px;
	text-align:center;
}

.shop {
	background-image: url(./img/m_shop.jpg);
}

.link {
	background-image: url(./img/m_link.jpg);
}

.demo{
	padding-top:20px;
	padding-left:5px;
}

.cf{
	vertical-align: bottom;
	padding-bottom:6px;
}
.download{
	text-align:right;
}

/* テキスト関係 */

.tlist {
	font-size:15px;
	color:#2F4F4F;
}

.ttitle{
	font-weight:bold;
}

.credit {
	font-size:11px;
	color:#778899;
}

a{
	color:#fbdfdd;
}

p{
	color:#fbdfdd;
	line-height:30px;
}