@charset "utf-8";
/* CSS Document */
body, html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#000000;
}
#all_content {
	position:relative;
	width:100%;
	height:100%;
}
#margin_content {
	position:relative;
	width:1000px;
	height:1270px;
	margin:0 auto;
	padding:0;
	background-image: url(img/top/background_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top_content{
	position:relative;
	width:750px;
	height:240px;
	margin:0 auto;
	padding:0;
	background-image: url(img/top/background_menu_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}