@charset "utf-8";

/* wrapper設定 */
#wrapper {
	width: 880px;
	margin: 0 auto;
	clear: both;
}

/* header設定 */
#header {
	height: 100px;
	clear: both;
}

/* container設定 */
#container {
	width: 870px;
	clear: both;
	padding: 0 4px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background: transparent url(../img/bg_sky.jpg) repeat-y;
	overflow: hidden;
}

/* footer設定 */
#footer {
	background: transparent url(../img/bg_footer.gif) repeat-x top;
	height: 80px;
	clear: both;
}
