@charset "UTF-8";

@import url("other.css");

.indent04em{
  padding-left: 4em;
  text-indent: -4em;
}

.tabletype01 th{
  background: #ffeacc;
}

.tabletype01 td a{
  text-decoration: underline;
}

.tabletype01 td a:hover{
  text-decoration: none;
}

.tabletype01 td img{
  display: inline-block;
  margin-top: 8px;
}