<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
body {
	background-position:left top;
	background-repeat: no-repeat;
	background-image: url(../img/kaiki_top.jpg);
}

#foot {
	font-size: 10px;
	color: #FFF;
	position: fixed;
	width: 800px;
}
#foot_r {
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper_kaiki {
	margin: 0;
	padding: 0;
	width: 1800px;
	height: 600px;
	position: relative;
}
ul#global_nav {
	position: absolute;
	top: 110px;
	left: 300px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#global_nav li {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
}
#global_nav a {
	text-indent: -9999px;
	text-decoration: none;
	display: block;
}
#top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 63px;
	heigth :33px;
}
#top a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 63px;
	height: 33px;
	background-image: url(../img/top.png);
	background-repeat: no-repeat;
}
#about {
	position: absolute;
	top: 0px;
	left: 73px;
	width: 79px;
	heigth :33px;
}
#about a {
	position: absolute;
	top: 0px;
	left: -1px;
	width: 79px;
	height: 33px;
	background-image: url(../img/saku.png);
	background-repeat: no-repeat;
}
#trailer {
	position: absolute;
	top: 0px;
	left: 155px;
	width: 178px;
	height: 33px;
}
#trailer a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 178px;
	height: 33px;
	background-image: url(../img/yokoku.png);
	background-repeat: no-repeat;
}
#staff {
	position: absolute;
	top: 0px;
	left: 338px;
	width: 139px;
	height: 33px;
}
#staff a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 139px;
	height: 33px;
	background-image: url(../img/staff.png);
	background-repeat: no-repeat;
}
#making {
	position: absolute;
	top: 0px;
	left: 480px;
	width: 92px;
	height: 33px;
}
#making a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 92px;
	height: 33px;
	background-image: url(../img/making.png);
	background-repeat: no-repeat;
}



#global_nav a:hover {
	text-decoration: none;
	background-repeat: no-repeat;
}



#top a:hover {
	background: url(../img/top_o.png) top left;
}
#about a:hover {
background: url(../img/saku_o.png) top left;
}
#trailer a:hover {
	background: url(../img/yokoku_o.png) top left;
}
#staff a:hover {
	background: url(../img/staff_o.png) top left;
}
#making a:hover {
	background: url(../img/making_o.png)  top left;
}
div#foot {
	position: absolute;
	top: 543px;
	left: 60px;
}

#sche {
	position: absolute;
	top: 145px;
	left: 305px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
</pre></body></html>