@charset "utf-8";

/* subwin共通	overwrite
-------------------------------------------------------------- */
body {
	color: #666;
	background: #FFF;
}

div#container {
	margin: 0;
	position: relative;
	width: 100%;
	min-height: 100%;
	_height: 100%;
	border-left: 0;
	border-right: 0;
}

div#header {
	padding: 0;
	border-top: 8px solid #CBC9AF;
	border-bottom: 0;
}
div#header div.inner {
	margin: 0 20px;
	border-bottom: 1px solid #CBC9AF;
}
div#header .logo {
	padding: 13px 0 5px 17px;
	float: none;
}

div#contentsBody {
	margin: 9px 20px 0 20px;
	padding-bottom: 30px;	/* footer height */
}

div#mainArea {
	margin-bottom: 20px;
}

div#footer {
	padding: 0;
	position: absolute;
	bottom: 0;
	height: 30px;
	width: 100%;
}
div#footer div.inner {
	margin: 0 20px;
	padding-top: 8px;
	border-top: 2px solid #CBC9B0;
	width: auto;
}


/* module
-------------------------------------------------------------- */
p.close {
	margin-top: 10px;
	text-align: center;
}



