html{
	overflow-x:hidden;
	overflow-y:hidden;
}

img{
	border:none;
}

body{
	font-size:11px;
	color:#cccccc;
	margin:0px;
	text-align:left;
	overflow-x:hidden;
	overflow-y:hidden;
}

#background{
	behavior:expression(IEPNGFIX.fix(this));
}

.bg{
	position:absolute;
	top:0;
	left:0px;
	width:100%;
	height:100%;
	z-index:-5;
	margin:0px;
}
#menu{
	position:absolute;
	top:46%;
	left:0px;
	width:100%;
	height:60px;
	z-index:1;
	behavior:expression(IEPNGFIX.fix(this));
}
.menuimg{
	margin:0px 5px 19px 2px;
}

#contents_layer{
	display:none;
	z-index:3;
	position:absolute;
	top:11%;
	left:12%;
	width:76%;
	height:78%;
	background-image:url(../img/bg_black.png);
	background-repeat:repeat;
	border:1px solid #333333;
}

.navi{
	text-align:right;
	height:6%;
	width:99%;
	margin:0px 0px 0px 0px;
	padding:6px 0px 0px 0px;
}

#contents_area{
	width:100%;
	height:87%;
	margin:0px 0px 0px 0px;
	border:none;
	background-color:transparent;
}

#close_area{
	color:#999999;
	position:relative;
	width:100%;
	height:6%;
	padding:0px;
	text-align:center;
	vartical-align:middle;
}
#close{
	cursor:pointer;
	width:100px;
	margin:5px auto 0px auto;
}


#dock{
	position:absolute;
	top:100%;
	left:0px;
	width:100%;
	height:105px;
	padding:0px;
	margin:-20px 0px 0px 0px;
	text-align:left;
	z-index:4;
}

#label{
	width:56px;
	height:20px;
	padding:0px;
	margin:0px;
	z-index:3;
	text-align:left;
	color:#666666;
	cursor:pointer;
	background-image:url(../img/tag.png);
	background-repeat:no-repeat;
	behavior:expression(IEPNGFIX.fix(this));
}

#dock_body{
	width:100%;
	height:85px;
	padding:0px;
	margin:0px;
	behavior:expression(IEPNGFIX.fix(this));
	background-image:url(../img/bg_white.png);
	background-repeat:repeat-x;
}

#whatsnew_date{
	float:left;
	text-align:left;
	width:80px;
	height:40px;
	margin:10px auto auto 10px;
	padding:2px;
	color:#999999;
	z-index:3;
	line-height:1.2;
}

#whatsnew{
	float:left;
	text-align:left;
	width:38%;
	height:40px;
	margin:10px auto auto 3px;
	padding:2px;
	color:#999999;
	z-index:3;
	line-height:1.4;
}

#banner{
	float:right;
	text-align:right;
	width:48%;
	height:35px;
	margin:10px 10px auto auto;
	padding:0px;
	z-index:3;
}

#copyright{
	position:absolute;
	top:97%;
	left:0px;
	width:99%;
	height:3%;
	padding:0px 0px 3px 0px;
	text-align:right;
	font-size:9px;
	color:#333333;
	z-index:2;
}



.red{
	color:#990000;
}


a:link {
	text-decoration:none;
	color:#cccccc;
	font-size:11px;
}
a:visited{
	text-decoration:none;
	color:#cccccc;
	font-size:11px;
}
a:hover{
	text-decoration:none;
	color:#ffffff;
	font-size:11px;
}
a:active{
	text-decoration:none;
	color: #990000;
	font-size:11px;
    }

