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

body{
	background-color:#FFFFFF;
	margin:0;
}

#banner {
	position: absolute;
	width: 160px;
	height: 600px;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	border: 1px solid #000000;
	visibility: hidden;
	box-sizing: border-box;
}

#bg_blue {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 164px;
	height: 600px;
	background-image: url(images/bg_blue.jpg);
}

#bg_red {
	position: absolute;
	top: 0px;
	left: -55px;
	width: 275px;
	height: 535px;
	background-image: url(images/bg_red.png);
}

#glitchs {
	position: absolute;
	opacity: 0.4;
	top: 241px;
	left: 0px;
	width: 275px;
	height: 217px;
	background-image: url(images/glitchs.png);
}

#tokyo {
	position: absolute;
	top: 22px;
	left: 20px;
	width: 117px;
	height: 98px;
	background-image: url(images/tokyo.png);
}

#date {
	position: absolute;
	top: 137px;
	left: 4px;
	width: 150px;
	height: 16px;
	background-image: url(images/date.png);
}

#home {
	position: absolute;
	top: 170px;
	left: 24px;
	width: 109px;
	height: 52px;
	background-image: url(images/home.png);
}

#custom {
	position: absolute;
	top: 530px;
	left: 29px;
	width: 102px;
	height: 52px;
	background-image: url(images/custom.png);
}

#daisha_3 {
	position: absolute;
	top: 194px;
	left: -80px;
	width: 297px;
	height: 275px;
	background-image: url(images/daisha_3.png);
}

#left {
	position: absolute;
	top: 192px;
	left: 0px;
	width: 164px;
	height: 275px;
	background-image: url(images/left.png);
}

#right {
	position: absolute;
	top: 199px;
	left: -3px;
	width: 164px;
	height: 276px;
	background-image: url(images/right.png);
}