/* すべて */
* {
    margin: 0;
    padding: 0;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* リンク */
a,
a:link {
color: #000099;
    text-decoration: none;
}
a:visited {
color: #990099;
    text-decoration: none;
}
a:hover {
    color: #990000;
    text-decoration: underline;
}
a:active {}

/* リンクつき画像 */
a img {
    border: 0;
}

/* 段落 */
p {
    margin-top: 15px;
    margin-bottom: 15px;
}



/* タイトル */
.banner {
    color: #FFFFFF;
    background-color: #000000;
    width: 220px;
    height: 50px;
    text-align: center;
}

.banner a,
.banner a:link,
.banner a:visited {
    color: #FFFFFF;
    background-color: #000000;
    font-size: 32px;
    text-decoration: none;
}
.banner a:hover {}
.banner a:active {}



/* エントリー全体 */
.blog {
    padding: 5px 5px 5px 5px;
    font-size: small;
    color: #000000;
}


/* エントリー */
.entry {
    padding: 5px 5px 5px 5px;
    width: auto;
    font-size: 12px;
}


/* エントリータイトル */
.entry-header {
    padding: 2px 0 2px 5px;
    font-size: 14px;
}

/* 投稿者 */
.entry-footer {
    margin: 10px 0 0 0;
    text-align: right;
    font-size: 9px;
}


/* サイドメニュータイトル */
.sidetitle {
    text-align: center;
    color: #000000;
    background: #FFFFFF;
    font-size: 16px;
    line-height: 140%;
}

/* サイドメニュー */
.side {
    text-align: center;
    margin: 3px 0 20px;
    color: #000000;
    background: #FFFFFF;
    font-size: 12px;
    line-height: 150%;
}



/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}


.clear {
    clear: both;
}



#content {
    margin: 0 0 0 220px;
    position: absolute;
    top: 0;
    width: 400px;
}

#links-left {
    position: absolute;
    width: 220px;
    top: 0;
    color: #000000;
    background-color: #FFFFFF;
}

#links-right {
    position: absolute;
    margin: 0 0 0 620px;
    width: 220px;
    top: 0;
    color: #000000;
    background-color: #FFFFFF;
}


