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

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

#banner {
	position: absolute;
	width: 728px;
	height: 90px;
	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: 728px;
	height: 90px;
	background-image: url(images/bg_blue.jpg);
}

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

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

#tokyo {
	position: absolute;
	top: 7px;
	left: 12px;
	width: 87px;
	height: 74px;
	background-image: url(images/tokyo.png);
}

#date {
	position: absolute;
	top: 20px;
	left: 120px;
	width: 162px;
	height: 17px;
	background-image: url(images/date.png);
}

#home {
	position: absolute;
	top: 42px;
	left: 120px;
	width: 161px;
	height: 28px;
	background-image: url(images/home.png);
}

#custom {
	position: absolute;
	top: 21px;
	left: 620px;
	width: 91px;
	height: 47px;
	background-image: url(images/custom.png);
}

#kim {
	position: absolute;
	top: -12px;
	left: 280px;
	width: 284px;
	height: 129px;
	background-image: url(images/kim.png);
}



#left {
	position: absolute;
	top: -10px;
	left: 278px;
	width: 284px;
	height: 129px;
	background-image: url(images/left.png);
}

#right {
	position: absolute;
	top: -15px;
	left: 285px;
	width: 284px;
	height: 129px;
	background-image: url(images/right.png);
}