@charset "UTF-8";

body {
  color: #000000;
  background-color: #ffffff;
  word-break: break-all;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  line-height: 130%;
}


a:link {
  color: #333366;
  text-decoration: underline;
}
a:visited {
  color: #666699;
  text-decoration: underline;
}
a:hover {
  color: #9999CC;
  text-decoration: underline;
}
img {
  border: 0px none #ffffff;
}
table {
  width: 100%;
  border: 0px none #ffffff;
  table-layout: fixed;
  border-collapse: collapse;
}
td {
  vertical-align: top;
  text-align: left;
}
ul {
  margin: 0.2em 1.5em;
  padding: 0px;
  list-style-position: outside;
  list-style-image: url(image/bullet_green.png);
}
ul li.new {
  list-style-image: url(image/bullet_star.png);
}
ul li.empty {
  list-style-image: url(image/bullet_black.png);
}
ul li.menu {
  list-style-image: url(image/bullet_black.png);
}
p {
  margin: 0.5em 2px;
  padding: 0px;
}
dt {
  font-weight: bold;
  margin-top: 0.5em;
}
dd {
  margin-left: 1.5em;
}


td.menu {
  width: 220px;
  margin: 0px;
  padding: 2px 2px 2px 10px;
}
td.contents {
  width: auto;
  margin: 0px;
  padding: 10px 10px 2px 2px;
}


h1 {
  font-size: large;
  font-weight: bold;
  border-bottom: 1px dashed #000000;
  margin: 9px 0px 6px 0px;
  padding: 3px 0px;
}

span.jump_item {
  font-size: small;
  font-weight: normal;
  margin-right: 4px;
}
span.count {
  font-size: small;
  font-weight: normal;
  margin-right: 4px;
}
span.puburl {
  font-size: small;
  font-weight: normal;
  margin-right: 4px;
}
span.allcount {
  font-size: large;
  font-weight: bold;
  color: #0066CC;
}
span.name {
  margin-right: 16px;
}
span.hidden {
  display: none;
}
span.item_date {
  font-size: small;
  color: #667799;
  margin-left: 6px;
}

div.pager {
  background-color: #eef4ff;
  padding: 2px;
}

p.count {
  margin: 20px 5px;
  padding: 0px 0px 0px 10px;
  border-left: 10px solid #666666;
  line-height: 150%;
}

td.menu h1 {
  margin: 8px 0px 0px 0px;
  padding: 2px 4px;
  background-color: #446699;
  color: #eeeeff;
  border: 1px solid #224499;
  font-size: small;
}

td.menu div {
  margin: 0px;
  padding: 2px 4px;
  border-bottom: 1px solid #224499;
  border-left: 1px solid #224499;
  border-right: 1px solid #224499;
  font-size: small;
  background-color: #ddddff;
}

td.menu div.ghostlist {
  height: 60em;
  overflow: scroll;
  overflow-x: hidden;
  line-height: 120%;
}


div.main {
  margin: 10px 0px 20px 0px;
}

