@charset "utf-8";

body {
	background:#fff;
	margin: 0;
	padding:0;
	}
	
img { border: none;
	max-width : 100% ;
	height : auto ;
}

#headArea {
/*	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	z-index:1000;
*/	width: 100%;
	height: 75px;
	background-color: #000;
	color: #fff;
	background:#111 url(../img/catch.png) no-repeat right top;
}

#headArea .left {
	padding:15px 0 0 15px;
}

#footerArea {
	position: fixed !important;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index:1000;
	width: 100%;
	height: 50px;
	background-color: #000;
	color: #fff;
	background:#111 url(../img/copy.png) no-repeat center bottom;
}

#footerArea .left {
	float:left;
	padding:20px 0 0 10px;
}

#footerArea .right {
	float:right;
	padding:15px 15px 0 0;
}

