.kaitori_info{
  text-align: center;
  background-color: #c8c8c8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#666666),to(#333333));
  -webkit-box-shadow: 0 2px 1px #db0;
  box-shadow: 0 2px 1px #ddd;
  border-radius: 4px;
  border: 1px solid #333333;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  text-shadow: 0 -1px #333;
  padding: 5px;
}

.kaitori_info img{
  padding-top: 5px;
}

.kaitori_info a{
  color: #ffffff;
  font-size: 15px;
}

.icon table{
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

.icon table img{
  margin: 5px;
}