@charset "UTF-8";
/* CSS Document */
/*------------ Initialization -----------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
html{
	background:#000;
	
}
body {
	line-height: 1;
	width:100%;
	height:100%;
	background:#000 url(images/mainbg.jpg) no-repeat center top;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	border:0;
	vertical-align:top;
}

.clearfix:after { 
	content: ""; 
	display: block; 
	clear: both; 
}

a{
	/*-- color:#b8058c; --*/
}
a:hover{
	text-decoration:none;
}
.clear{
	margin:0;
	padding:0;
	clear:both;
}

/*------------ Initialization END -----------------*/
h1{
	text-align:center;
}
h2{
	color:#FC0;
	text-align:center;
	font-size:16px;
	margin:28px 0 20px 0;
}

p.text1 { 
	color:#CCC;
	width:480px;
	margin:0 auto;
	font-size:14px;
	line-height:1.3em;
	}
	p.capcom{
	text-align:center;

	}
#mainBlock{
	width:800px;
	height:548px;
	margin:0 auto;
}
#textBlock{
	width:500px;
	height:310px;
	margin:0px auto 0 auto;
}.bannerLine{
	width:800px;
	margin: 10px auto;
	text-align:center;
}
.bannerLine img{
	margin:0 6px 5px 0;
}
#footblock{
	width:800px;
	height:auto;
	margin:0 auto;
}

