@charset "utf-8";
body {
	background: #fffecd;
	margin: 0;
	padding: 0;
}
#container {
	height: auto;
}
#head {
	background: #8ceb93;
	height: 90px;
}
#foot {
	background: black;
	color: #FFF;
	height: 30px;
	text-align: center;
}
#left {
	background: rgb(240, 240, 240);
}
#contents {
	background: rgba(188, 226, 232, 0.3);
}
#foot a {
	color: #FFFFFF;
}
.innertube {
	margin: 10px;
}
