html, body {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
body.top div#container {
  margin: 0 auto;
  width: 800px;
  background: url(/images/top/back.png) repeat-y 0 0;
  border-right: 1px solid #333;
}
body.top div#head {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 12px;
}
body.top div#head a {
  color: white;
  text-decoration: none;
  margin-right: 14px;
}

body.top div.sidebar {
  float: left;
  width: 159px;
}

body.top div.main {
  margin-left: 169px;
}

div.footer {
  clear: both;
  background-color: #2b6390;
}

body.top .update {
  background: url(/images/icon_cherry.gif) no-repeat 4px center;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 16px;
  padding: 2px 4px 2px 38px;
  margin: 8px 12px 4px 8px;
  background-color: #efefef;
}

body.top .update-date {
  padding-right: 10px;
  font-size: 12px;
}

body.top .update-title a {
  font-size: 14px;
  text-decoration: none;
  color: #009;
}

body.top .update-table {
  font-size: 14px;
  width: 100%;
}
