html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 14px;
  color: #1a171b;
  background: #fff;
}

.container {
  margin: 0 auto;
  width: 900px;
  min-height: 280px;
}
.line {
  margin: 0 auto;
  width: 900px;
}
.col-right,
.col-left {
  float: left;
  padding: 0 5px;
}
.col-right{
  width: 390px;
}
.col-left{
  width: 400px;
}

ul.navi {
  list-style: none;
  padding: 0;
}
ul.navi li {

}
ul.navi li a {
  text-decoration: none;
  color: #1a171b;
}
ul.navi li a:hover {
  font-weight: bold;
}
ul.navi li.active a {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #1a171b;
}
a:hover {
  text-decoration: underline;
}
