body, #noframe-mainnavi {
  background: white url("../page/mainnavi.jpg");
  background-repeat: repeat-y;
  background-position: left;
}

body {
  background-attachment: fixed;
}

#mainnavi {
  text-align: center;
  white-space: nowrap;
  padding: 9px 0 0 0;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

#mainnavi .csc-menu-1 {
  margin: 0 25px 0 25px;
  padding: 0;
}

#mainnavi a {
  color: #202020;
  text-decoration: none;
}

#mainnavi .selected a {
  color: white;
}

