@charset "utf-8";
.divdate{
  padding-top : 10px;
  padding-bottom : 5px;
  font-weight : bold;
  text-align : left;
  color : black;
  background-image : url(../img_common/infodate.png);
  background-repeat : repeat-y;
  background-position : left center;
  padding-left : 20px;
  border-top-left-radius : 15px 15px;
  margin-top : 10px;
  background-color : #f8bd01;
}
.divinfo{
  position: relative;
  background-image : url(../img_common/infotext.png);
  background-repeat : no-repeat;
  background-position : left top;
  padding-top : 15px;
  padding-left : 30px;
  padding-bottom : 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*/

}
