html {
	height: 100%;
}
.wrapper {
	clear: both;
	width: 800px;
	text-align: center;
	height: 100%;
	margin: 20px auto 0px;
}
.wrapper .contents_area {
	height: auto;
	width: 600px;
	background-color: #FFFFFF;
	border-right: thin solid #666666;
	border-bottom: thin solid #666666;
	border-top-width: thin;
	border-left-width: thin;
	border-top-color: #666666;
	border-left-color: #666666;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	text-align: left;
}
.contents   {
	background-image: url(2009images/contents_back.png);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
	text-align: left;
	padding-left: 30px;
	padding-top: 80px;
	z-index: 1;
	margin: 0px;
	padding-bottom: 140px;
}
#header {
	background-image: url(2009images/header_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 121px;
	position: fixed;
	top: 0px;
	z-index: 3;
	width: 100%;
}
#footer {
	height: 121px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-image: url(2009images/footer_back.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 5;
}
.works_box {
	float: left;
	height: 260px;
	width: 220px;
	margin: 0px 20px 20px 0px;
	background-color: #F8F8F8;
	padding: 5px;
	color: #666666;
	border: 2px solid #EFEFEF;
}
.midashi {
	height: auto;
	width: 740px;
	text-align: right;
	padding-bottom: 20px;
	font-size: 12px;
	color: #666666;
}
