<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.divdate{  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  padding-top : 10px;
  padding-bottom : 10px;
  text-align : left;
  padding-left : 10px;
  font-weight : bold;
  letter-spacing : 4px;
  font-size : 90%;
  padding-right : 10px;
  width : 70%;
  background-image : linear-gradient(to right, #382e1d, rgba(0, 0, 0, 0));
}
.divinfo{
  position: relative;
  margin-bottom : 30px;
  padding-top : 20px;
  padding-left : 30px;
  border-left-width : 2px;
  border-left-style : solid;
  border-left-color : #382d1e;
  background-image : linear-gradient(to right bottom, black, rgba(255, 255, 255, 0) 20%);
}
.divinfo a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-999px;
}
.logbox{
  width : 100%;
  height : 400px;
  overflow : auto;
  border : 0px solid;
  vertical-align : top;
  text-align : left;
  padding-left : 0px;
  padding-top : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}
.divinfo:hover{
  filter:alpha(opacity=70);
  /* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";
  /* IE 8,9 */
    -moz-opacity:0.7;
  /* FF , Netscape */
    -khtml-opacity: 0.7;
  /* Safari 1.x */
    opacity:0.7;
  zoom:1;
/*IE*/

}</pre></body></html>