@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}

body {
	FONT-SIZE: 12px; 
	MARGIN: 0px;
	COLOR: #000000; 
	FONT-FAMILY: Tahoma ; 
	background-image:url('/image/bg.gif');
}

table{
	padding:0px;
	border-collapse:collapse;
	border:0px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

#wrap {
	width:960px;
	overflow:hidden;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

.header {
	width:960px;
	overflow:hidden;
}

.tabletop{
	background-image:url('/image/bg_header.gif');
	padding-top: 0px;
}
.top_link{
	color:#FFFFFF;
	background-color:#000000;
}


.top_bar{
	width:942px; 
	float:left; 
	height:21px; 
	padding-top:3px;
	background-color:#000000;
	color:#FFFFFF;
}

.top_menu{
	color:#FFFFFF;
	background-color:#000000;
	padding-top:4px;
	padding-left:12px;
	padding-bottom:4px;
}

.menu{
	color:#FFFFFF;
	FONT-FAMILY: Tahoma ;
	FONT-SIZE: 14px; 
	text-decoration:none;
}

.menu:hover{
	color:#FFCC00;
	FONT-FAMILY: Tahoma ;
	FONT-SIZE: 14px; 
	text-decoration:none;
}

.menu_this{
	color:#FF0000;
	FONT-FAMILY: Tahoma ;
	FONT-SIZE: 14px; 
	text-decoration:none;
}

ul
{
	list-style-image: url('/image/bullet1.gif');
	padding-left: 15px;
}
li{
	padding-top: 4px;
	padding-bottom: 4px;
	FONT-FAMILY: Tahoma ;
	FONT-SIZE: 12px; 
}

.line_dot{
	background-image: url('/image/linedot.gif'); 
	height:1px
}

a {
	text-decoration:none;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}

a.menu:link {
	color: #FFFFFF;
}
a.menu:visited {
	color: #FFFFFF;
}
a.menu_this:link {
	color: #FF0000;
}
a.menu_this:visited {
	color: #FF0000;
}

a.top_link:link {
	color: #FFFFFF;
}
a.top_link:visited {
	color: #FFFFFF;
}

a:hover {
	color: #ff3300;
}
a:active {
	color: #ff3300;
}

.img_game{
	border:1px solid #E0E0E0;
	display:block;
	padding:3px;
}

.div_game{
	float:left; 
	padding:10px 10px 10px 2px; 
	width:137px; 
	overflow:hidden; 
	height:135px;

}
.div_game img{
	width:80px; 
	height:80px;
	border:1px solid #E0E0E0;
	display:block;
	padding:3px;

}

.div_game_new{
	background-color:#FFFFCC;
	float:left; 
	padding:10px 10px 10px 2px; 
	width:137px; 
	overflow:hidden; 
	height:135px;
}

.div_game_new img{
	width:80px; 
	height:80px;
	border:1px solid #E0E0E0;
	display:block;
	padding:3px;

}

.game_head{
	background-image:url('/image/bg_head.gif'); 
	padding:5px 0px 5px 10px;
}
