body {
    color: #ffffff;
    background-color: #555555;
}
/* 黄色 */
span.yellow {
    color: #ffff33;
}
/* 紫色 */
span.purple {
    color: #ff99cc;
}
/* 青色 */
span.blue {
    color: #66ffff;
}
/* ピンク */
span.pink {
    color: #ffaaaa;
}
/* オレンジ */
span.orange {
    color: #ffcc66;
}
/* リンク */
a {
    color: #00ff00;
    margin-right: 2px;
    margin-left: 2px;
}
a:visited {
    color: #ccffcc;
}
a:active {
    color: #ddffdd;
}
a:hover {
    background-color: #6666aa;
}
/* トピック */
a.topic {
    font-size: 120%;
}
/* 強調 */
strong {
    color: #ffff99;
    margin-right: 5px;
    margin-left: 5px;
}
em {
    font-weight: bold;
    font-style: italic;
}
/* 脚注 */
.footnote {
    font-style: italic;
    font-size: 80%;
}
/* コード表示 */
div.code {
    font-family: monospace;
    font-style: normal;
    font-size: 80%;
    color: #003300;
    border: double thick;
    border-color: #306868;
    padding: 0em 0em 0em 1em;
    background: #80aeae;
    margin-right: 20px;
    margin-left: 20px;
}
/* 引用 */
.quote {
    font-style: italic;
    font-size: 90%;
    border: thin dotted;
    padding: 5px 5px 5px 5px;
    background: #444444;
}
/* version */
div.version {
    text-align: right;
}
/* カレンダー */
table.calendar tr td {
    text-align: center;
}
table.calendar a {
    margin-right: 0px;
    margin-left: 0px;
}
div.calendar {
    float: left;
}
/* センタリング */
.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
/* 右寄せ */
.right {
    text-align: right;
}
/* 左寄せ */
.left {
    text-align: left;
}
/* 短い線 */
hr.short {
    width: 40%;
    height: 4pt;
}
/* 長めの線 */
hr.long {
    width: 80%;
    height: 2pt;
}
/* amazon.rb */
span.bib {
    font-size: 90%;
}
/* amazon_shop.rb */
.amazon {
    font-size: 90%;
}
/* 回り込みのクリア */
.clear {
    clear: both;
}
/* トップメニュー */
div.topmenu {
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
/* 中央メニュー */
div.middlemenu {
    width: 30%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 5em 0;
    float: left;
}
/* 右メニュー */
div.rightmenu {
    width: 30%;
    text-align: center;
    vertical-align: bottom;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
    float: right;
}
/* メイン部 */
div.body {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
/* コンテンツ */
div.content{
    float: left;
    width: 80%;
}
/* サイドバー */
div.sidebar {
    float: right;
    width: 15%;
}
/* タイトルロゴ */
img.logo {
    border-style: double;
    border-width: thick;
}
/* 小さいフォント */
.smaller {
    font-size: smaller;
}
/* 大きいフォント */
.larger {
    font-size: larger;
}
/* google検索ボックス */
div.google {
    background-color: #ffffff;
    border-style: ridge;
    margin-left: auto;
    margin-right: auto;
    width: 270pt;
}
/* ロゴ画像リンク用 */
img.link {
    border-style: none;
    vertical-align: middle;
}
/* ボックス下部に少し隙間 */
.bottom {
    margin-bottom: 1em;
}
/* 書評ヘッダ */
.bibhead {
    font-weight: bold;
}
/* 書評本文 */
.bibbody {
    margin-bottom: 2em;
}
/* 趣味の部屋用メニュー */
table.hobbymenu {
    background-color: #666666;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}
table.hobbymenu th {
    border-style: double;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    width: 20%;
}
/* DVDリスト用 */
table.dvd {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
table.dvd th {
	width: 80%;
}
table.dvd th, table.dvd td {
    border: 1px gray solid;
    padding: 3px;
}
/* JFileデータ用 */
table.jfiledata {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
table.jfiledata th, table.jfiledata td {
    border-style: solid;
}
table.jfiledata .col {
    width: 15%;
}
/* とても古い日記用 */
dd.olddiary {
    padding-bottom: 1em;
}
div.day li {
    font-weight: bold;
}