@import url("./common.css");

#information {
  margin-top: 24px;
  margin-bottom: 16px;
  border: 1px solid #AAA;
}

#information h2 {
  font-weight: normal;
  font-size: 100%;
  margin: 1px;
  line-height: 35px;
  padding-left: 16px;
  background: url("./images/info.png") repeat-x;
}

#information h2 a {
  color: #555;
  text-decoration: none;
}

#information h2 a:hover {
  color: #AAA;
}

#information ul {
  margin-top: 8px;
  margin-bottom: 4px;
}

#information ul li {
  border-bottom: 1px solid #EEE;
  font-size: 90%;
  height: 32px;
  color: #333;
  text-indent: 32px;
  margin-left: 12px;
  background: url("./images/icon_list.png") no-repeat;
}

#information ul li a {
  color: #555;
}

#information ul li span {
  font-size: 90%;
  margin-right: 48px;
  line-height: 32px;
}

#information #more {
  color: #555;
  font-size: 90%;
  float: right;
  text-indent: 20px;
  margin-top: -35px;
  margin-right: 12px;
  line-height: 35px;
}

#information .new {
  color: #F86;
  font-size: 100%;;
  font-weight: bold;
  font-family: Georgia;
  font-style: italic;
  padding-left: 12px;
}
