@charset "utf-8";
/* CSS Document */
body{
  padding:0px;
  margin:0px;
  text-align:center;
  font-size:14px;
}
.top_bg{
  background-image:url(../images/top_bgjpg.jpg);
}
a.top:link {
	color: #000000;
	text-decoration: none;
}
a.top:visited {
	text-decoration: none;
	color: #000000;
}
a.top:hover {
	text-decoration: none;
	color: #FF3333;
}
a.top:active {
	text-decoration: none;
	color: #FF3333;
}
.banner_text{
  font-size:14px;
  color:#FFFFFF;
  font-weight:bold;
}

/* actGotop */
.actGotop{
	position:fixed;
	_position:absolute;
	bottom:150px;
	right:50px;
	width:47px;
	height:44px;
	display:none;
}


.actGotop a,.actGotop a:link{
	width:47px;
	height:78px;
	display:inline-block;
	background:url(top.png) no-repeat;
	_background:url(top.gif) no-repeat;
	outline:none;
}


.actGotop a:hover{
	background:url(top.gif) no-repeat;
	outline:none;
}