@charset "utf-8";

.Frame .Footer {
	clear:both;
	position:relative;
	
	top:-80px;
	left:195px;
	
	width:742px;
	height:170px;
	
	text-align:left;
	
	font-size:12px;
	color:#999999;
		
	background-image:url(../images/style/content_back_bottom.jpg);
	background-repeat:no-repeat;
	background-position:0px 0;
	
	margin-bottom:-50px;
	
	z-index:998;
}

.Frame .Footer p {
	position:absolute;
	bottom:-73px;
	left:-197px;
	
	width:974px;
	height:20px;
	cursor:pointer;
	
	background-image:url(../images/style/footer2.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	
	padding:0px;
	margin:0px;
	
	text-align:center;
	padding-top:34px;
	margin-bottom:20px;
	display:block;
}

