@import url("reset.css");



/* elements setting */
/* ////////////////////////////////////////////////////// */

body {
	font                : 13px "‚l‚r ‚oƒSƒVƒbƒN",Arial,Helvetica,sans-serif;
	*font-size          : small;
	*font               : x-small;
}

a {
	color               : #00a9cd;
	text-decoration     : none;
}

a:hover {
	text-decoration     : underline;
}

strong {
	font-weight         : bold;
}

table {
	font-size           : inherit;
	font                : 100%;
}

p,th,td,dt,dd,textarea,li {
	line-height         : 1.3;
}

hr {
	display : none;
}



/* layout */
/* ////////////////////////////////////////////////////// */

body {
	color               : #ffffff;
	text-align          : center;
	background          : #000000;
}

#body {
	text-align          : left;
	width               : 1095px;
	margin              : 0 auto;
}



/* title */
/* ////////////////////////////////////////////////////// */

#title {
	width               : 1095px;
	height              : 535px;
	background          : url("../img/bl/title.jpg") 0 0 no-repeat;
}

#title h1 {
	display             : none;
}



/* news */
/* ////////////////////////////////////////////////////// */

#news {
	width               : 260px;
	height              : 130px;
	overflow            : auto;
	overflow-y          : scroll;
	position            : relative;
	top                 : 350px;
	left                : 720px;
}

#news ul {
	width               : 200px;
}

#news ul li {
	padding             : 0 0 1em 0;
}

#news ul li span,
#news ul li strong {
	display             : block;
}

#news ul li span {
	font-weight         : bold;
	color               : #a8ff00;
}

#news ul li strong {
	font-weight         : normal;
}




/* redsys */
/* ////////////////////////////////////////////////////// */

#redsys {
	text-indent         : -9999em;
	width               : 1095px;
	height              : 385px;
	background          : url("../img/bl/redsys.jpg") 0 0 no-repeat;
}



/* control */
/* ////////////////////////////////////////////////////// */

#control {
	text-indent         : -9999em;
	width               : 1095px;
}

#control_img {
	width               : 1095px;
	height              : 273px;
	background          : url("../img/bl/control_img.jpg") 0 0 no-repeat;
}

#control_txt {
	width               : 1095px;
	height              : 199px;
	background          : url("../img/bl/control_txt.jpg") 0 0 no-repeat;
}



/* style */
/* ////////////////////////////////////////////////////// */

#style {
	text-indent         : -9999em;
	width               : 1095px;
	height              : 249px;
	background          : url("../img/bl/style.jpg") 0 0 no-repeat;
}



/* autobomb */
/* ////////////////////////////////////////////////////// */

#autobomb {
	text-indent         : -9999em;
	width               : 1095px;
	height              : 468px;
	background          : url("../img/bl/autobomb.jpg") 0 0 no-repeat;
}



/* item */
/* ////////////////////////////////////////////////////// */

#item {
	text-indent         : -9999em;
	width               : 1095px;
	height              : 191px;
	background          : url("../img/bl/item.jpg") 0 0 no-repeat;
}



/* laser */
/* ////////////////////////////////////////////////////// */

#laser {
	text-indent         : -9999em;
	width               : 1095px;
	height              : 334px;
	background          : url("../img/bl/laser.jpg") 0 0 no-repeat;
}



/* copyright */
/* ////////////////////////////////////////////////////// */

#copyright {
	font-size           : 10px;
	width               : 1095px;
	height              : 166px;
	background          : url("../img/bl/copyright.jpg") 0 0 no-repeat;
}

#copyright .clearfix {
	width               : 860px;
	text-align          : center;
	margin              : 0 auto;
	padding             : 50px 0 0 0;
}

#copyright .left {
	text-align          : left;
	width               : 50px;
}

#copyright .right {
	text-align          : left;
	width               : 800px;
	padding             : 5px 0 0 0;
}

