@charset "UTF-8";
/* CSS Document */

* html body{
	overflow: hidden;
	margin: 0px;
}   

body {
	font-size: 80%;
	line-height: 150%;
	color: #333;
}
div#headerArea {
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFF;
	color: #fff;
	text-align: center;
	height: 102px;
} 
div#contentsArea{
	height: 100%;
	overflow: auto;
	margin-top: 130px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
} 
div#footerArea {
	position: fixed !important;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	text-align: right;
} 
.copyright {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.clear {
	clear: both;
}
