/* CSS Document */

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

body{
	background-color:#ffffff;
	background-position :center 0px;
	text-align:center;
	background-repeat:repeat-x;
}

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

#container{
	width:760px;
	height:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
	background-color:#07101E;
}

#side-a{
	width:130px;
	height:100%;
	position:absolute;
	background-image:url(image/bg-left.jpg);
	background-repeat:repeat-y;
	top: 0px;
	left: 0px;
}

#side-b{
	width:130px;
	height:100%;
	position:absolute;
	background-image:url(image/bg-right.jpg);
	background-repeat:repeat-y;
	top:0px;
	left:630px;
}

#title{
	width:760px;
	height:50px;
	position:absolute;
	top:0px;
	left:0px;
}

#menu{
	width:760px;
	height:50px;
	position:absolute;
	top:50px;
	left:0px;
}

#title-sub{
	width:760px;
	height:50px;
	position:absolute;
	top:100px;
	left:0px;
}

#image-all{
	width:760px;
	height:540px;
	position:absolute;
	top:150px;
	left:0px;
}

#image-comment{
	width:760px;
	height:40px;
	position:absolute;
	top:150px;
	left:0px;
}

#image-side-a{
	width:80px;
	height:500px;
	position:absolute;
	top:190px;
	left:0px;
}

#image-side-b{
	width:80px;
	height:500px;
	position:absolute;
	top:190px;
	left:680px;
}

#image-center{
	width:600px;
	height:500px;
	position:absolute;
	top:190px;
	left:80px;
}

#caution{
	width:540px;
	height:40px;
	position:absolute;
	top:720px;
	left:110px;
	background-image:url(image/caution.jpg);
}

#image-index{
	width:760px;
	height:500px;
	position:absolute;
	top:0px;
	left:0px;
}

#menu-index{
	width:760px;
	height:50px;
	position:absolute;
	top:500px;
	left:0px;
}

#caution-index{
	width:540px;
	height:40px;
	position:absolute;
	top:560px;
	left:110px;
	background-image:url(image/caution.jpg);
}

#system-btn{
	width:130px;
	height:40px;
	position:absolute;
	top:510px;
	left:315px;
}

#pop-back{
	width: 540px;
	height: 400px;
	position:absolute;
	left:50%;
	top:50%;	
	margin-top:-200px;
	margin-left:-270px;
}

#pop-cg{
	width: 480px;
	height: 270px;
	position:absolute;
	left:30px;
	top:50px;
}

#pop-btn{
	width:130px;
	height:40px;
	position:absolute;
	top:325px;
	left:205px;
}

#pop-chara-back{
	width: 540px;
	height: 400px;
	position:absolute;
	left:50%;
	top:50%;	
	margin-top:-200px;
	margin-left:-270px;
}

#pop-chara-btn{
	width: 130px;
	height: 40px;
	position: absolute;
	top: 335px;
	left: 20px;
}
