@charset "utf-8";
/* CSS Document */

body {
	background-color: #008FFF;
	background-image: url(images/bg_index.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

a {
	color: #FFFFFF;
}

a:hover {
	color: #FFFF00;
}

ul li {
	padding: 5px;
}

body.sec {
	background-image: url(images/bg_sec.gif);
}

body.game {
	background-image: url(images/bg_sec.gif);
	background-position: left 251px;
}
.hometop {
	width:980px;
	height:331px;
	background:url(images/index_01.jpg) top left no-repeat;
	overflow:hidden;
}
.hometop .content {
	margin-top: 120px;
	margin-left: 40px;
	width: 400px;
	height: 200px;
}
.homesec3 {
	width:621px;
	height:142px;
	background:#EA5493 url(images/index_04.jpg) top left no-repeat;
	overflow:hidden;
}
.homesec3 .content {
	margin-top: 20px;
	margin-left: 20px;
	width: 280px;
	height: 100px;
}
.homesec4 {
	width:245px;
	height:161px;
	background:#DD022C;
	overflow:hidden;
}
.homesec4 .content {
	margin-top: 20px;
	margin-left: 20px;
	width: 200px;
	height: 120px;
}
.secmain {
	width: 980px;
	height: 517px;
}
.sec2bg {
	background: url(images/bg_sec2.jpg) left top no-repeat;
}
.sec3bg {
	background: url(images/bg_sec3.jpg) left top no-repeat;
}
.sec4bg {
	background: url(images/bg_sec4.jpg) left top no-repeat;
}
.sec4gamebg {
	background: url(images/bg_game.jpg) left top no-repeat;
}
.sec5bg {
	background: url(images/bg_sec5.jpg) left top no-repeat;
}
.secmain .content {
	margin-top: 100px;
	margin-left: 40px;
	width: 500px;
	height: 400px;
/*	background-color: #33FF99;*/
}
.sec2 .secmain .content {
	margin-top: 100px;
	margin-left: 40px;
	width: 700px;
	height: 400px;
/*	background-color: #33FF99;*/
}
.game .secmain .content {
	margin-top: 100px;
	margin-left: 40px;
	width: 500px;
	height: 600px;
/*	background-color: #33FF99;*/
}

#error_msg, #error_msg h3 {
	color: #FFFF00;
}
