@charset "utf-8";
.divdate{
  padding-top : 15px;
  text-align : left;
  color : white;
  background-image : url(../img_common/infoback.png);
  padding-left : 35px;
  border-left-style : none;
  background-repeat : repeat-y;
  background-position : left top;
  font-size : 135%;
  padding-bottom : 10px;
}
.divinfo{
  position: relative;
  padding-top : 20px;
  padding-left : 20px;
  margin-bottom : 40px;
}
.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*/

}