@charset "utf-8";

html {
	overflow-y: scroll;
	background-color: transparent;
	background-image: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック";
	font-size: 13px;
	line-height:1;
	color: #333333;
	cursor: default;
}
body {	background-color: #81B3A5;}

.wrapper {
	width: 1000px;
	margin: 20px auto;
	background-color: #FFFFFF;
	border: solid 1px #628A81;
}

.wrapper.list {
	min-width: 1000px;
	width: 95%;
}


.headerArea {
	border-bottom: dashed 1px #81B3A5;
}
.headerArea .headerBlock {
	width: 940px;
	height: 70px;
	margin: 0 auto;
	position: relative;
	padding-top: 15px;
}

.wrapper.list .headerArea .headerBlock {
	width: 95%;
}


.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 {
	padding: 0 30px;
	margin-bottom: 30px;
}
.footerArea {
	/*background-color: #EEEEEE;*/
	padding: 15px 25px 10px 25px;
	border-top: solid 1px #DDDDDD;
}