/* CSS Document */



#top {
	width: 100%;
	height: auto;
	background-image: url(../kikaku/hicube/top_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    margin-top: 30px;
}
.topBox {
	width: 1000px;
	margin: 0 auto;
}

#main {
	width: 100%;
	height: auto;
}
.mainBox {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

