body{
  background: #fff url(chara.png) no-repeat fixed right bottom;
  
}
h1{
  font-size: 20pt;
}

.option div{
  float: left;
  margin-right: 2em;
}

.streamer{
  padding: 2px;
}
.online {
  font-size: 14pt;
  background-color: #ffeeee;
}
.offline {
  font-size: 11pt;
}
.online {
  font-weight: bold;
}
.online .time_since{
  display: none;
}
.offline .time_diff{
  display: none;
}
.old{
  display: none;
}

/*popup*/
.popup img.thumb {
  display: block;
  top: -10000px;
  left: -10000px;
  position: absolute;
}
.popup a:hover {
  position: relative;
}
.popup a:hover img.thumb{
  top: 20px;
  left: 100px;
}

.article_title:before {
  content: "+ ";
}

.article_title {
  text-decoration: underline;
  background-color: #FEE;
  padding: 2px;
  border-right: solid 1px #DCC;
  border-bottom: solid 1px #DCC;
}

.article_body {
}

.main {
  padding: 10px;
}
.contents {
  word-wrap: break-word;
  padding: 5px;
}

.footer {
  text-align: center;
  padding: 1em;
}

.tag{
  font-size: 8pt;
}
