#body {
    text-align: center;
}

#container {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

/* ヘッダー部分 */
#header h1 {
    font-size: 24px;
    font-family: Arial Black, Helvetica, sans-serif;
    margin-top: 35px;
    margin-bottom: 0;
}

#header h1 a {
    color: white;
    text-decoration: none;
}

#header h2 {
    color: white;
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 0;
}

#header {
    padding: 16px 20px 60px;
    background-image: url(http://www.eisbahn.jp/yoichiro/head01.jpg);
    background-repeat: no-repeat;
}

#mainpage #header {
    margin-bottom: 10px;
}

#ads {
    margin-botton: 10px;
    text-align: center;
}

/* カテゴリーメニュー */
#category {
    margin-top: 3px;
    text-align: right;
}

#category a, #category span {
    font-size: 12px;
    color: #77a822;
    margin-left: 10px;
}

/* サイドバー部分 */
#mainpage .sidebar {
    width: 180px;
    float: left;
    margin-right: 15px;
}

.sidebar h2 {
    font-size: 12px;
    font-family: Verdana, Helvetica, sans-serif;
    color: gray;
    border-bottom: solid 2px #afbc0d;
    padding-bottom: 3px;
    margin-bottom: 0;
}

.menu {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 12px;
    margin-top: 8px;
}

.menu .title {
    color: #666666;
    font-size: 11px;
}

.menu a {
    color: #6699cc;
    text-decoration: none;
}

.menu li {
    margin-bottom: 5px;
}

.menu .menu {
    margin-left: 15px;
    margin-top: 0;
}

#calendar {
    font-size: 12px;
    font-color: #77a822;
    text-align: center;
    width: 170px;
}

#calendar a {
    color: red;
}

#profile td {
    font-size: 12px;
}

.sidebar .rss {
    border: solid 1px #999999;
    padding: 1px;
    width: 80px;
    margin-top: 40px;
}

.todo {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 11px;
    margin-top: 8px;
}

.todo li {
    margin-bottom: 5px;
    color: #666666;
    text-decoration: none;
}

.sidebar .rss a {
    display: block;
    width: 100%;
    background-color: #bbbbbb;
    color: black;
    font-size: 9px;
    font-family: Arial Helvetica, sans-serif;
}

.sidebar .rss-format {
    background-color: orange;
    padding: 0 5px;
}

.sidebar .rss-version {
    padding: 0 5px;
}

.sidebar p {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sidebar a {
    color: #77a822;
    text-decoration: none;
}

/* エントリー部分 */
#mainpage #content {
    width: 545px;
    float: left;
}

#content h2 {
    font-size: 12px;
    color: #afbc0d;
}

#content h3 {
    font-size: 14px;
    color: darkblue;
}

#content p {
    font-size: 12px;
    color: #666666;
    line-height: 140%;
}

#content a {
    color: darkblue;
}

#content .posted {
    border-top: solid 1px #b2cbff;
    padding-top: 6px;
    margin-bottom: 40px;
}

#content h2#trackbacks, #content h2#comments {
    font-size: 14px;
    color: #b2cbff;
    border-bottom: dotted 1px #b2cbff;
    margin-top: 40px;
}

#content #tbdata h3 {
    font-size: 12px;
    color: #888888;
    margin-bottom: 0;
}

#content #tbdata p, #content #comdata p {
    font-size: 12px;
    color: #888888;
    margin-top: 5px;
    margin-bottom: 0;
}

#content #comdata p.posted {
    margin-bottom: 20px;
}

#content blockquote {
    font-size: 12px;
    color: #666666;
    line-height: 110%;
    padding: 2px 5px;
    border: solid 1px #b2cbff;
    margin-left: 10px;
    margin-right: 10px;
}

#content ol li {
    font-size: 12px;
    color: #666666;
    line-height: 140%;
}

#content ul li {
    font-size: 12px;
    color: #666666;
    line-height: 140%;
}

#content .error {
    font-size: 18px;
    font-weight: bold;
    color: red;
    border: solid 1px red;
    padding: 5px;
    text-align: center;
}

#content #categorydata li {
    margin-bottom: 10px;
}

#content #categorydata span {
    font-size: smaller;
    color: #77a822;
    margin-left: 10px;
}

#content .sonet-asin-image {
    float: left;
}

#content .sonet-asin-break {
    clear: left;
}

.full-width {
    width: 300px;
}

/* ライトバー部分 */
#mainpage .rightbar {
    width: 210px;
    float: right;
}

.rightbar h2 {
    font-size: 12px;
    font-family: Verdana, Helvetica, sans-serif;
    color: gray;
    border-bottom: solid 2px #afbc0d;
    padding-bottom: 3px;
    margin-bottom: 0;
}

.rightbar p {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.rightbar a {
    color: #77a822;
    text-decoration: none;
}

/* フッター部分 */
#footer {
    border-top: solid 5px #b2cbff;
    padding-top: 3px;
    clear: both;
}

#footer .rss {
    border: solid 1px #999999;
    padding: 1px;
    width: 80px;
    margin-top: 20px;
}

#footer .rss a {
    display: block;
    width: 100%;
    background-color: #bbbbbb;
    color: black;
    font-size: 9px;
    font-family: Arial Helvetica, sans-serif;
}

#footer .rss-format {
    background-color: orange;
    padding: 0 5px;
}

#footer .rss-version {
    padding: 0 5px;
}

#footer p {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
}

#footer a {
    color: #77a822;
    text-decoration: none;
}

/* Amazon */
.sonet-asin-area{
clear: both;
}
.sonet-asin-image{
float: left;
margin: 0 15px 10px 0 !important;
}
.sonet-asin-title{
margin: 0;
}
.sonet-asin-info ul{
padding: 0;
margin: 0;
}
li.sonet-asin-label{
margin: 3px 0;
font-size: x-small;
line-height: 1.5;
list-style-type: none;
}
.sonet-asin-break{
clear: both;
}

