@charset "utf-8";
/* CSS Document */
#footer #footerMain{
	position:relative;
	padding:120px 60px 0px 20px;
	font-size: 12px;		
} 

#footer #footerMain ul{
	list-style:none;
}

#footer #footerMain a{
	color: #666 !important;
	text-decoration:none;
}
#footer #footerMain a:hover{
	text-decoration: underline;
}

#footer #footerMain #leftFooter{
	float:left;
	width:310px;
}
#footer #footerMain #leftFooter .left{
	float:left;
	width:125px;
}
#footer #footerMain #leftFooter .right{
	float:right;
	width:185px;
}

#footer #footerMain #rightFooter{
	float:right;
	width:310px;
}
#footer #footerMain #rightFooter .left{
	float:left;
	width:135px;
}
#footer #footerMain #rightFooter .right{
	float:right;
	width:175px;
}

#footer #footerMain #gotoTop a{
	clear:both;
	position:absolute;
	left:675px;
	top: 80px;
	width:50px;
	height:105px;
	text-indent:-9999px;
	background: url(../image/text/top.png) no-repeat left top;
}
#footer #footerMain #gotoTop a:hover{
	text-decoration:none;
	border-bottom: none;
	background: url(../image/text/top.png) no-repeat left bottom;
}
