@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

body{
	background-color:#000000;
	background-position : center 0px;
	text-align:center;
	background-repeat:repeat;
	background-image:url(image/bg.jpg);
}

*+html body { padding-left: 1px; }   
* html body { padding-left: 1px; } 

#container{
	width:800px;
	height:630px;
	top:50px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	position:relative;
}

#main{
	width:800px;
	height:540px;
	position:absolute;
	left:0px;
	top:0px;
}

#graphic-area{
	width:480px;
	height:270px;
	position:absolute;
	left:160px;
	top:145px;
}

#menu{
	width:740px;
	height:40px;
	position:absolute;
	left:30px;
	top:540px;
}

#menu_left{
	width:40px;
	height:40px;
	position:absolute;
	left:0px;
	top:260px;
}

#menu_right{
	width:40px;
	height:40px;
	position:absolute;
	left:760px;
	top:260px;
}

#banner{
	width:200px;
	height:40px;
	position:absolute;
	left:40px;
	top:580px;
}

#caution{
	width:520px;
	height:40px;
	position:absolute;
	left:240px;
	top:580px;
}
