@charset "utf-8";
 body{ 
 margin:0; 
 padding:0; 
 width:100%;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 MARGIN-RIGHT: auto;
 MARGIN-LEFT: auto;
 }
 #x_div, #y_div { 
 position:absolute; top:0;left:0; background-color:blue; width:100%; height:2px;
  }
 #y_div { 
 height:100%; width:2px; 
 }
 #Mouse{ 
 position:absolute; display:none;color:blue;
 }
 #Mouse strong{
  color:#f00;
 }

.navs_box{
	width:142px;
	height:34px;
	margin: 0 auto;
	background-image: url(nav_tools.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor:pointer;
	z-index:9999999999;
}
.navs_box:hover{
filter:sepia(100%);
transition: all 0.5s;
}

.wza_top{
position: relative;
text-align: center;
margin: 0 auto; 
width: -moz-fit-content;
width: -webkit-fit-content;
width: fit-content;
display:inline-block;
left:0px;
right:0px;
z-index:9999999999;

}
.wza_fix{
position:fixed;
text-align: center;
margin:0 auto;
left:0px;
right:0px;
width: -moz-fit-content;
width: -webkit-fit-content;
width: fit-content;
display:inline-block;
z-index:9999999999;
}
.btn_nav_box{
	position: relative;
	width:60px;
	height:80px;
	border: #666 solid 1px;
	border-radius:8%;
	background-color:#015293;
	text-align: center;
	font-size:1.2em;
	color:#FFFFFF;
	float:left;
	cursor:pointer;
	margin-left:2px;
	padding:2px;
	z-index:999999;
}

.btn_nav_box:hover{
	border: #FFCC00 solid 1px;
	background-color: #FF6600;
	transition: all 0.5s;
}
.elder{
}
.elder:hover{
filter:sepia(100%);
transition: all 0.5s;
}


.btn_nav_box_older{
	position: relative;
	width:60px;
	height:80px;
	border: #FFFF00 solid 1px;
	background-color:#015293;
	text-align: center;
	font-size:1.6em;
	color:#FFFFFF;
	float:left;
	cursor:pointer;
	margin-left:2px;
	padding:2px;
	z-index:999999;
}

.rate_pitch{
	text-align: center;
	font-size:1.0em;
	color:#015293;
	padding-top:3px;
	padding-left:2px;
	padding-right:2px;
	background-color: #FFFF00;
	height:auto;
}

.btn_nav_close{
	background-color:#FF3300;
	color:#FFFFFF;
	height:80px;
}

.color_select{
text-align:center;
padding:1px;
height:30px;
width:110px;
line-height: 30px;
border: #FFFF00 solid 1px;
}


.pyop_btn{
left:20px;
font-size:1.6em;
line-height:30px;
position:fixed;
bottom:140px;
color:#FF3300;
background-color: #eee;
width:72px;
height:30px;
cursor:pointer;
z-index:9999999999;
border-radius: 5px;
border:#FFFF00 solid 2px;
} 

.pycl_btn{
left:20px;
font-size:1.6em;
line-height:30px;
position:fixed;
bottom:140px;
color:#ffffff;
background-color: #FF3300;
width:72px;
height:30px;
cursor:pointer;
z-index:9999999999;
border-radius: 5px;
border:#FFFF00 solid 2px;
} 


.fjop_btn{
left:20px;
font-size:1.6em;
line-height:30px;
position:fixed;
bottom:100px;
color:#FF3300;
background-color: #eee;
width:72px;
height:30px;
cursor:pointer;
z-index:9999999999;
border-radius: 5px;
border:#FFFF00 solid 2px;
} 

.fjcl_btn{
left:20px;
font-size:1.6em;
line-height:30px;
position:fixed;
bottom:100px;
color:#ffffff;
background-color: #FF3300;
width:72px;
height:30px;
cursor:pointer;
z-index:9999999999;
border-radius: 5px;
border: #FFFF00 solid 2px;
} 
 
.bottom_div{
	position:fixed;
	bottom:0px;
	left:0px;
	padding-bottom:10px;
	padding-left:100px;
	padding-right:16px;
	padding-top:10px;
	background-color:#000000;
	border:solid #FFFF00 2px;
	width:94%;
	height:240px;
	text-align: left;
	word-break:break-all;
	text-justify:inter-ideograph;	
	z-index:999999;
	overflow-y:scroll;
	overflow-x:hidden;
}


.ruby{
	color:#FFFF00;
	font-size:2.0em;
	text-align:center;
	letter-spacing: 5px;
	padding:12px;
	line-height:2em;
}

.py{
	color: #FF3300;
	font-size:0.8em;
	line-height:0.4em;
	padding:12px;
	text-align:center;
	letter-spacing: 0.1em;
}


.set_top{
z-index:999999;
} 