@charset "UTF-8";
	html {
		overflow: hidden;
	}
	body {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	color: #fff;
	font-family: arial;
	font-size: 0.8em;
	background-color: #01162E;
	}
	#screen {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #01162E;
	left: 0px;
	top: 0px;
	}
	#screen h1 img {
	position: relative;
	left: 0;
	cursor: pointer;
	image-rendering: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	#screen img, canvas { 
		position: absolute;
		left: -9999px;
		cursor: pointer;
        image-rendering: optimizeSpeed;

	}
	#screen .href {
		border: #FFF dotted 1px;
	}
	#screen .fog { 
		position: absolute;
		background: #fff;
		opacity: 0.1;
		filter: alpha(opacity=10);
	}
	#command {
	position:absolute;
	left: 0em;
	top: 0em;
	width: 234px;
	z-index: 30000;
	height: 100%;
	display: block;
	}
#command h1{
	position:absolute;
	left: 26px;
	width: 92px;
	z-index: 30000;
	height: 36px;
	display: block;
	bottom: 45px;
}

	#bar {
	position:absolute;
	width: 188px;
	margin-left: 23px;
	bottom: 15px;
	height: 36px;
	}
	#bar .button {
	position: absolute;
	background: #222;
	width: 10px;
	height: 10px;
	cursor: pointer;
	}
	#bar .loaded { 
		background: #666;
	}
	#bar .viewed { 
		background: #fff;
	}
	#bar .selected { 
		background: #f00;
	}
	#urlInfo {
		position: absolute;
		/* background: url(images/r.gif) no-repeat 0 4px; */
		visibility: hidden;
		z-index: 30000;
		padding-left: 12px;
		cursor: pointer;
	}
#screen #command #notext {
	display: none;
}
#screen #command #sentou a {
	display: block;
	height: 66px;
	width: 45px;
	position: absolute;
	left: 7px;
	top: 0px;
	background-image: url(../images/back2.png);
	background-repeat: no-repeat;
	font-size: 1px;
	color: #01162E;
	text-decoration: none;
}
