html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Meiryo", "Verdana", "Yu Ghthic", "YuGothic";
  font-size: 14pt;
  line-height: 1.5em;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: none;
}
.Area {
  position: absolute;
}
.AnchorLeft {
  left: 0;
  top: 0;
  bottom: 0;
}
.AnchorTop {
  left: 0;
  top: 0;
  right: 0;
}
.AnchorRight {
  top: 0;
  right: 0;
  bottom: 0;
}
.AnchorBottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.AnchorAll {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.ContentArea {
  padding: 0 40px 40px 40px;
}
.HeaderArea {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #009944;
  border-color: #e7e7e7;
  color: #ffffff;
}
.HeaderArea.Maintenance {
  background-color: #9f00ff;
}
.HeaderArea a {
  color: #eee;
}
.HeaderArea a:hover,
.HeaderArea a:focus {
  color: #d4d1d1;
}
.TextLeft {
  text-align: left;
}
.TextRight {
  text-align: right;
}
.TextCenter {
  text-align: center;
}
.TextJustify {
  text-align: justify;
}
.TextBottom {
  vertical-align: bottom;
}
.TextTop {
  vertical-align: top;
}
.Odd {
  background-color: #ffffff;
}
.Even {
  background-color: #d9edf7;
}
.Table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
.TableBorder {
  border: 1px solid #ddd;
}
.TableBorder th,
.TableBorder td {
  border: 1px solid #ddd;
}
.TableNoneBorder {
  border: none;
}
.TableNoneBorder th,
.TableNoneBorder td {
  border: none;
}
.BorderBottom {
  border-bottom: 1px solid #ddd;
}
.BorderTop {
  border-top: 1px solid #ddd;
}
.ColorExamInfo {
  background-color: #d9edf7;
}
.ColorResult {
  background-color: #fcf8e3;
}
.ColorNational {
  background-color: #dff0d8;
}
.ColorJudge {
  background-color: #dff0d8;
}

.JumbotronArea {
  background-color: #eee;
}
