body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: "$B#M#S(J $B#P%4%7%C%/(J", Osaka,sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

a {
  color: #2080E0;
  text-decoration: none;
  font-weight: bold;
}
strong { font-size: large }
.lineColor { color:#BD8CBF ; }

.currentMenuItem {
  background-color: #E0E0FF;
  width: 130px;
  font-size: 14px;
  text-align: center;
  color: #000000;
}

.menuItem {
  background-color: #F0F0F0;
  width: 130px;
  font-size: 14px;
  text-align: center;
  color: #000000;
}

.menuString {
  color: #000000;
  font-weight: normal;
}

.footer {
  width: 700px;
  background-color: #E0E0FF;
}

.contents {
  width: 500px;
}

.box {
  padding: 10px;
  border: 3px #8080FF dotted;
}

.importantBox {
  position: relative;
  left: 50px;
  width: 610px;
  padding: 10px;
  border: 3px #FF2020 dashed;
}

