@charset "utf-8";
.divdate{
  padding-top : 10px;
  font-weight : bold;
  text-align : center;
  border-top-width : 1px;
  border-top-style : solid;
  border-right-style : solid;
  background-image : url(../img_top/info.png);
  padding-left : 30px;
  padding-bottom : 9px;
  width : 20%;
  font-size : 120%;
  border-top-color : #8197bc;
  background-repeat : no-repeat;
  background-position : left 2px;
  background-color : white;
  color : #f8bd01;
  border-right-width : 1px;
  border-right-color : #8197bc;
}
.divinfo{
  position: relative;
  padding-top : 10px;
  margin-bottom : 30px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #8197bc;
  background-image : linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
  padding-bottom : 10px;
  padding-left : 30px;
}
.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;
  border-top-color : #bf9139;
  border-right-color : #bf9139;
  border-bottom-color : #bf9139;
}