h1 {
  margin-top: 0;
}

.left-home {
  float: left;
  width: 380px;
  margin-top: 2px;
  border-top: 1px #E9E9E9 solid;
}

.left-home div {
  clear: both;
}

.index-num {
  display: block;
  float: left;
  width: 40px;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  padding: 3px 0;
  text-align: center;
  background-color: #E9E9E9;
  border-bottom: 1px #ffffff solid;
}

.index-text {
  display: block;
  float: left;
  width: 330px;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  color: #444444;
  padding: 6px 0 6px 10px;
  border-bottom: 1px #E9E9E9 solid;
}

#index-categories {
  margin: 10px 0 25px 0;
}

.index-category {
  float: left;
  width: 252px;
  margin-right: 10px;
}

.index-category.last {
  margin-right: 0;
}

.index-category h2 {
  margin: 15px 0 0 0;
  border-bottom: 2px #E9E9E9 solid;
}

.index-category h2 a {
  text-decoration: none;
}

.index-category-in {
  padding: 7px 3px;
  line-height: 190%;
  border-right: 1px #E9E9E9 solid;
}

.index-category-in img {
  float: left;
  margin-right: 15px;
}