html {
  background: #d6e7ff;
}

body {
  margin: 0;
  padding: 18px;
  color: #000;
  background: #d6e7ff;
  font-family: "MS PGothic", "Osaka", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

a:link {
  color: #0000cc;
  text-decoration: underline;
}

a:visited {
  color: #660099;
}

a:hover {
  color: #ff0000;
  background: #ffff99;
}

.page {
  width: 860px;
  margin: 0 auto;
  display: table;
  border-collapse: collapse;
  background: #fff;
  border: 2px solid #666;
}

.sidebar,
.main {
  display: table-cell;
  vertical-align: top;
}

.sidebar {
  width: 190px;
  padding: 14px;
  background: #eef5ff;
  border-right: 2px solid #999;
}

.main {
  padding: 18px 24px 28px;
}

h1 {
  margin: 0;
  font-size: 21px;
  line-height: 1.3;
}

h1 a {
  color: #000 !important;
  text-decoration: none !important;
}

h2 {
  font-size: 18px;
  margin: 22px 0 10px;
  padding: 3px 6px;
  background: #d9e8ff;
  border-left: 8px solid #3366aa;
  border-bottom: 1px solid #3366aa;
}

h3 {
  font-size: 16px;
  margin-top: 22px;
  border-bottom: 1px dotted #666;
}

hr {
  border: 0;
  border-top: 1px solid #888;
  margin: 14px 0;
}

nav {
  line-height: 2.1;
}

.small {
  font-size: 12px;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  padding: 3px 7px;
  border: 1px dashed #666;
  background: #ffffcc;
  font-size: 12px;
}

.new {
  display: inline-block;
  color: #ff0000;
  font-family: "Times New Roman", serif;
  font-weight: bold;
  font-style: italic;
  transform: rotate(-5deg);
}

.log {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.log th,
.log td {
  border: 1px solid #777;
  padding: 5px 7px;
  text-align: left;
}

.log th {
  background: #eeeeee;
}

.more {
  text-align: right;
}

.footer {
  text-align: center;
  font-size: 11px;
  color: #555;
}

@media (max-width: 760px) {
  body {
    padding: 6px;
    font-size: 14px;
  }

  .page {
    width: 100%;
    display: block;
  }

  .sidebar,
  .main {
    display: block;
    width: auto;
  }

  .sidebar {
    border-right: 0;
    border-bottom: 2px solid #999;
  }

  .main {
    padding: 14px;
  }

  .log {
    font-size: 12px;
  }
}
