@media print {
  # printbutton {display: none;}
  # close_link {display: none;}
}
T61 select {
  background-color: #FFFFFF;
}
H4 {
  display: inline;
}
.navi {
  margin-left:5px;
  margin-right:5px;
  margin-top:10px;
  margin-bottom:10px;   
  width:150px;
  text-align:left;
}

#black_overlay{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.6;
    opacity:.60;
    filter: alpha(opacity=60);
}

#layer_view {
  display: none;
  position: absolute;
  left: 1%;
  width: 98%;
  top:0;
  background-color: transparent;
  z-index:1002;
  overflow: auto;
}

#layer_view2 {
  display: block;
  border: 1px solid black;
  background-color: white;
  z-index:1003;
  overflow: auto;
  margin: 100px;
}

#layer_close {
  text-align: right;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: white;
  z-index:1004;
}

#layer_view_org {
  display: none;
  position: fixed;
  top: 7%;
  left: 15%;
  width: 70%;
  height: 86%;
  border: 1px solid black;
  background-color: white;
  z-index:1002;
  overflow: auto;
}

#layer_close_org {
  position: fixed;
  margin-right: 20px;
  margin-top: 10px;
  top: 7%;
  right: 15%;
  background-color: white;
  z-index:1003;
}

*:first-child+html #layer_close{
margin-right: 35px;
}

#layer_close a {
  color: black;
  font-weight: bold;
}

#layer_content {
  position: relative;
  margin: 15px;
}


.layer_error{
  color: red;
  font-weight: bold;
  margin-top: 5px;
}