@charset "UTF-8";

/***** home設定 *****/
	
#top_page {
	text-align: center;
	background-repeat: no-repeat;
	background-color: #2E2E2E;
}

#top_page #top_container{
	width: 100%;
}

	
#top_page #top_container {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	background-image: url(img/top_container_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
