@charset "UTF-8";

.cds-navi {
  list-style-type: none;
  margin: 0 0 2em;
  padding: 10px 0 0 0;
}

.cds-navi li { display: inline;}

.cds-navi li a {
  text-align: light;
  padding: 15px 0;
  width: 176px;
  display: block;
  text-decoration: none;
  color: #666666;
  font-weight : normal;
  font-size : 11pt;
}

.cds-navi li a:hover {
  color: #666666;
  text-decoration: none;
  font-weight : normal;
  font-size : 11pt;
}

.top-navi {
  color: #666666;
  text-decoration: none;
  font-weight : normal;
  font-size : 12pt;
}

