@charset "UTF-8";
/* ~~ FooterQ ~~ */
.footer {
	padding: 5px 30px;
	background: url(../../img_common2/footerBG.gif) repeat left top;
	height: 11px;
	width: 100%;
	margin: 0px;
	/* ~~ for flash ~~ */
	bottom: 0px;
	position: absolute;
	left: 0px;
	clear: both;
	overflow: hidden;
}
/* ~~ IE6huck ~~ */
* html .content {
	width: 100%;
	height: 100%;
	position: relative;
}
/* ~~ IE6huck ~~ */
* html .footer {
	background: none; /* background: #e7e7e7; */
}
/* ~~ IE6huck for bugs ~~ */
* html .footer ul li {
	font-size: 0px;
}
* html .footer ul li a {
	text-indent: -9999px;
}
* html .footer ul li a:hover {
	text-indent: -9999px;
}
/* address */
* html address {
	bottom: -30px;
	color: #666;
}
