@charset "utf-8";
/* CSS Document */
.d1 {
	width:400px;
	height:auto;
	overflow:hidden;
	border:#666666 2px solid;
	background-color:#000000;
	position:relative;
}
.loading {
	width:400px;
	border:#666666 2px solid;
	background-color:#000000;
	color:#FFCC00;
	font-size:12px;
	height:179px;
	text-align:center;
	padding-top:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.d2 {
	width:100%;
	height:228px;
	overflow:hidden;
}
.num_list {
	position:absolute;
	width:100%;
	left:0px;
	bottom:-1px;
	background-color:#000000;
	color:#FFFFFF;
	font-size:12px;
	padding:4px 0px;
	height:20px;
	overflow:hidden;
}
.num_list span {
	display:inline-block;
	height:16px;
	padding-left:6px;
}
img {
	border:0px;
}

ul.special {
	display:block;
}
.button {
	position:absolute;
	z-index:1000;
	right:0px;
	bottom:2px;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.b1, .b2 {
	background-color:#666666;
	display:block;
	float:left;
	padding:2px 6px;
	margin-right:3px;
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
}
.b2 {
	color:#FFCC33;
	background-color:#FF6633;
}
.style7 {
	font-size: 16px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

