@charset "utf-8";

html {
	overflow-y: scroll;
	background-color: transparent;
	background-image: none;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
}

.headerArea {
	height: 50px;
}
.headerArea .headerBlock {
	position: relative;
}
.naviArea .naviBlock {
	height: 50px;
}

.contentsArea:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .contentsArea             { zoom: 1; }
*:first-child+html .contentsArea { zoom: 1; }

.contentsMainBlock {
	min-width: 600px;
	min-height: 500px;
}
.footerArea {
	height: 15px;
	margin-top: 40px;
	position: relative;
	background: #545454;
}