/* CSS Document */

#contents {
	background:url(../img/bg_naka.jpg) bottom repeat-x;
	min-height:400px;
}

/* 以前のCSS ここから */

#head {
	position:fixed;
	width:100%;
	top:0;
}

#foot {
	position:fixed;
	width:100%;
	bottom:0;
}

#container {
}

#contents {
}

#footer {
	width:100%;
}

/* 各サイズBOX */

.wrapper-w940 {
	width:940px;
	overflow:hidden;
	margin:40px auto 65px;
}

.innnerBox-w940 {
	width:940px;
	overflow:hidden;
	background-color:rgba(242,242,235,0.8);
	margin:20px auto;
}