/* すべて */
* {
    background: #999999;
    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: 120px;
    height: 30px;
    text-align: center;
}

.banner a,
.banner a:link,
.banner a:visited {
    color: #FFFFFF;
    background-color: #000000;
    font-size: 20px;
    text-decoration: none;
}
.banner a:hover {}
.banner a:active {}



/* サイドメニュー */
.side {
    text-align: center;
    margin: 3px 0 20px;
    color: #000000;
    background: #999999;
    font-size: 12px;
    line-height: 150%;
}



/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}

img {
    margin: 10px;
}



#content {
    text-align: center;
    margin: 0 0 0 120px;
    position: absolute;
    top: 0;
    background-color: #999999;
}

#links-left {
    position: absolute;
    width: 120px;
    top: 0;
    color: #000000;

}

#links-right {
    position: absolute;
    margin: 0 0 0 620px;
    width: 120px;
    top: 0;
    color: #000000;

}


