@charset "utf-8";
.divdate{
  padding-top : 5px;
  font-weight : bold;
  text-align : center;
  color : #5e4d31;
  border-top-width : 0px;
  border-left-width : 0px;
  border-bottom-width : 0px;
  border-style : none;
  padding-left : 20px;
  padding-bottom : 5px;
  letter-spacing : 4px;
  background-color : white;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
  width : 30%;
  box-shadow : 0px 3px 0px #73411e;
}
.divinfo{
  position: relative;
  padding-top : 15px;
  margin-bottom : 30px;
  border-bottom-width : 2px;
  border-bottom-style : dotted;
  padding-bottom : 15px;
}
.divinfo a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-999px;
}
.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*/

}
.logbox{
  height : 400px;
  overflow : auto;
}