/* CSS Document */

html {
		overflow: hidden;
	}
	body {
		margin: 0px;
		padding: 0px;
		background: #111;
		position: absolute;
		width: 100%;
		height: 100%;
		cursor: crosshair;
		font-size:10px;
		font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	}
	#center {
		position:absolute;
		left:50%;
		top: 0%;
	}
	#DHTMLBOOK {
		position: relative;
		background: #000;
		width: 810px;
		height: 570px;
		left: -405px;
		top: 160px;
		visibility: hidden;
	}
	#TXTBOX {
		position: absolute;
		color: #cccccc;
		width: 810px;
		text-align:center;
		top: 580px;
	}
	#TXTBOX2 {
		position: absolute;
		color: #cccccc;
		width: 810px;
		text-align:left;
		top: 570px;
		background-image:url(yajirushi.jpg);
		background-position:left ;
		background-repeat:no-repeat;
		height:10px;
		padding:10px 0px 10px 20px;
		
}
	#TXTBOX3 {
		position: absolute;
		color: #cccccc;
		width: 810px;
		text-align: center;
		top: 620px;
		
	}
	
	
	#under{
		padding-top:10px;
		position: absolute;
		color: #888;
		text-align:center;
		position:absolute;
		width: 100%;
		height:100%;
		top:800px;
		background-color:#000;
		}
	.page {
		position: absolute;
		cursor: pointer;
		overflow: hidden;
		width: 50%;
		height: 100%;
		
	}
	.right {
		left: 50%;
		
	}
	.turn {
		background: #ffffff;
	}
	.img {
		position: absolute;
		height: 100%;
		width: 200%;
	}
	
	
	a:link {
  color:#ccc;
  text-decoration:underline; 
}
	
a:visited {
  color:#ccc;
  text-decoration:underline; 
}	

a:active {
  color:#fff;
  text-decoration:underline; 
}	

a:hover {
  color:#fff;
  text-decoration:underline; 
}

a img {
  border: none;
}

