﻿@charset "utf-8";

body, td {
  font-size: 14px;
  font-family: "Kozuka Gothic Pro L", "MS Gothic Pro", sans-serif;
  line-height: 1.5;
  color: #cccccc;
}

.mainframe {
  background: #000000;
  background-image: url('../img/body.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right top;
}

::-webkit-scrollbar {
  width: 0.5em;
}
 
::-webkit-scrollbar-track {
  background-color: 000000;
}
 
::-webkit-scrollbar-thumb {
  background-color: 888888;
  outline: 1px solid ffffff;
}

::-webkit-scrollbar-thumb:hover {
  background-color: dddddd;
}

ruby {
  ruby-align: distribute-letter;
}

strong { color: #ffffff; }

big {
  color: #ffffff;
  font-weight: bold; 
}

small {
  color: #aaaaaa;
}

em {
  color: #ff0000;
  font-style: normal;
  font-weight: bolder;
}

.dec-stars { color: #ffff00; }

a { color: #ff6666; cursor: pointer; }
a:visited { color: #aa0000; }
a:hover { color: #ff0000; }

#kakurega-logo {
  background: url("../img/title.png");
  width: 512px;
  height: 250px;
  margin: auto;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: -1;
}

#general-info {
  position: relative;
  left: 10px;
  width: 250px;
  padding: 3px 3px 0px 3px;
}

#blog-frame {
  position: absolute;
  left: 300px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: calc(100% - 20px);
  background-color: rgba(0, 0, 0, 0.5);
}

#blog-content-title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
  margin: 0 0 0 0;
}

#blog-content-date {
  display: block;
  font-size: inherit;
  color: 555555;
}

#blog-content {
  border: none;
  width: 100%;
  height: calc(100% - 20px);
}

#blog-content-article {
  padding-top: 10px;
  white-space: pre-wrap;
}

#blog-content-article span {
  display: inline;
  padding: 0 0 0 0;
}

#blog-content-article blockquote {
  padding: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 1px;
  border-color: 333333;
}

#blog-content-article table {
  border-style: none;
}

#blog-content-article tr {
  border-style: solid;
  border-width: 1px;
  border-color: 333333;
  margin: 0 0 0 0;
}

#blog-ref {
  position: relative;
  top: 40px;
  left: 60%;
  width: calc(40% - 20px);
  border: 1px solid #333333;
  background-color: #000000;
  color: 666666;
  background-image: url('../img/linkicon.png');
  background-repeat: no-repeat;
  background-position: 2px;
  padding-left: 22px;
}

#latest {
  height: auto;
}

.leftmenu {
  position: relative;
  left: 10px;
  width: 270px;
}

.leftmenu li, span {
  display: block;
  width: 270px;
  padding: 3px 3px 0px 3px;
}

.navitems {
  max-height: 20%;
  overflow-x: hidden;
  overflow-y: auto;
}

.navitem-title {
  position: relative;
  margin-top: 3px;
  width: 250px;
  padding: 3px;
  border-style: ridge;
  border-width: 1px;
  border-top-right-radius: 1em;
  border-color: 999999;
}

.year-number {
  display: block;
  color: 888888;
}

.song-title {
  display: block;
}

.song-series {
  padding-left: 20px;
  font-size: inherit;
  color: 888888;
}

.fo-1 { opacity: 0.75; }
.fo-2 { opacity: 0.5; }
.fo-3 { opacity: 0.25; }