@charset "utf-8";
/* CSS Document */

html {
	background-color: #7fc1e3;
	/*background-image: url(../images/bg_root_body.png);
	background-position: center top;
	background-repeat: inherit*/
}
body {
	background-image: url(../images/bg_root_body.png);
	background-position: center top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 10px 10px 0px 10px;
}

#footer {
	/*background-image: url(../images/bg_bottom.png);*/
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 107px;
	margin: -100px -10px 0px -10px;
	padding: 145px 10px 0px 0px;
	text-align: right;
	vertical-align: bottom;
}





/* .footer ====================================*/
#bandlogo {
	left: 17px;
	padding-top: 20px;
	position: absolute;
	z-index: 20;
}
#bandlogo li {
	float: left;
	margin-right: 15px;
}
#bandlogo li#ha {
	height: 63px;
	width: 156px;
}
#bandlogo li#hac {
	height: 63px;
	width: 115px;
}

#bandlogo li a {
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
}
#bandlogo li#ha a {
	background-image: url(../images/logo_ha.png);
	height: 63px;
	padding-left: 156px; 
	width: 0px;
}
#bandlogo li#hac a {
	background-image: url(../images/logo_hac.png);
	height: 63px;
	padding-left: 115px; 
	width: 0px;
}

#footer p {
	padding-top: 54px;
}





.ui_nomp {
	margin: 0px;
	padding: 0px;
}
.ui_nolst {
	list-style-type: none;
}
.ui_input {
	border: 1px #ccc solid;
}