body * {
  position: static;
}
/************/
.MemberContent {
  border: 1px dotted Gray;
  padding: 10px;
  background-color: #fff;
  margin: 10px;
  font-size: 12px;
}
.HeaderContent {
  text-align: center;
  margin-bottom: 10px;
}
.HeaderContentTTL {
  color: #004579;
  font-size: 16px;
  font-weight: bold;
}
.MarkStar {
  color: Red;
}
.MemberTableHeaderTTL {
  font-size: 12px;
}

