@charset "utf-8";
.divdate{
  text-align : left;
  letter-spacing : 2px;
  color : #c8aa82;
  padding-bottom : 10px;
}
.divinfo{
  position: relative;
  margin-bottom : 30px;
  padding-top : 20px;
  background-image : linear-gradient(to right bottom, rgba(207, 191, 171, 0.4), rgba(255, 255, 255, 0) 20%);
  border-top-width : 1px;
  border-left-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-top-color : #cccccc;
  border-left-color : #cccccc;
  padding-left : 20px;
}
.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*/

}