@charset "UTF-8";
@import url("base.css");
@import url("common.css");




/*------------------------------------------
 index.html
--------------------------------------------*/

body {
	background-color: #000000;
	background-image: none;
}

#entrance-block {
	width: 897px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 38px;position: relative;
}
#entrance-main-br .enter-btn {
	position: absolute;
	right: 199px;
	top: 437px;
}
#entrance-foot {
	background-image: url(../img/entra_foot_bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	width: 850px;
	height: 50px;
	position: relative;
}
#entrance-foot .logo-bottom {
	position: absolute;
	top: 0px;
	right: 0px;
}
#entrance-foot .link-copy {
 position: absolute;
	top: 10px;
	left: 0px;
	z-index: 1;
}
#entrance-foot .copyright {
 padding-top: 10px;
	padding-left: 10px;
	margin-right: 20px;
	float: left;
}
#entrance-foot li {
	display: block;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 21px;
	padding-right: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	float: left;
	font-size: 70%;
}
#entrance-foot li a {
 color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/entra_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
.fla-link {
 margin-top: 10px;
 padding-left: 10px;
 font-size: 75%;
	color: #999999;
}
.fla-link a {
	color: #999999;
	text-decoration: underline;
}