body { 
	background-color:#000000; 
	text-align:center; 
}
p, h1, h2, ul, ol { text-align:left; }
img { border-style:none; }
.kanji { font-size:15px; }
.hira { font-size:10px; }

.box1 {
	background-color:#ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 680px;
}

.close {
	float: right;
	z-index: 255;
}

.center { 
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
.center2 { 
	text-align:center;
	min-width:50px;
	float:left;
}
	
#blanket {
   background-color:#111;
   opacity: 0.65;
   position:absolute;
   z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
   top:0px;
   left:0px;
   width:100%;
}

#okabe, #hashida, #makise, #shiina, #amane, #urubaya, #feiris, #kiryuu, #yuugo, #nae, #nakaba {
	position:absolute;
	background-color:#eeeeee;
	width:600px;
	height:350px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
	padding: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px;
	border-color: black;
	border-style: solid;
	overflow:auto;
}



