
.about_product{
  position:relative;
  background-image:url(background.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  color:#0371D2;
  font-size:16px;
  font-weight:bold;
  letter-spacing:.1em;
  text-align:center;
  width:760px;
  height:45px;
  padding:14px;
  border:solid 1px #0371D2;
  margin:40px 0px;
}

.about_product a {
  position:absolute;
  top:0;
  left:0;
  text-indent:-999px;
  width:100%;
  height:100%;
  color:#0371D2;
  text-decoration:none;
}
.about_product a:active {
  width:100%;
  height:100%;
  color:#0371D2;
  text-decoration:none;
}
.about_product a:visited {
  width:100%;
  height:100%;
  color:#0371D2;
  text-decoration:none;
}
.about_product a:hover {
  width:100%;
  height:100%;
  color:#0371D2;
  text-decoration:none;
}
.about_product:hover{
  color:#0371D2;
}
.about_product:hover a{
  color:#0371D2;
  text-decoration:none;
}

.tdl_tl {
  background-color: #CCE2F7;
  font-weight:bold;
  padding:4px;
}

.tdl_trbl {
  border-top: solid 1px #666666;
  border-right: solid 1px #666666;
  border-left: solid 1px #666666;
  border-bottom: solid 1px #666666;
}
.tdl_trb {
  border-top: solid 1px #666666;
  border-right: solid 1px #666666;
  border-bottom: solid 1px #666666;
}


.tdl_rbl {
  border-right: solid 1px #666666;
  border-bottom: solid 1px #666666;
  border-left: solid 1px #666666;
}
.tdl_rb {
  border-right: solid 1px #666666;
  border-bottom: solid 1px #666666;
}
