
    *{
        margin:0rem;
        padding:0rem;
        font-family: 'osaka','ヒラギノ角ゴシック';
        color:#cccccc;
    }

    html { font-size: 25px; 
            cursor: url(../picture/sunAndEarth.png), grab;
    }

    #backgroundBox{
        position: absolute;
        width:8rem;
        /*height:31rem;*/
        background:#DDD;
        top:0rem;
        /*border: solid #000;
        border-width:0.08rem 0.08rem 0.08rem;*/
    }

    .articleTitle{
        text-align: center;
        font-size: 0.8rem;
    }

a {
text-decoration:none;
}

a:link { /* アクセスしたことのないリンク */
color:#888;
}

a:visited {  /* アクセスしたことのあるリンク */
color:#888;
}

a:hover {  /* マウスが上に乗っている状態 */
color:#339;
text-decoration:none;
}

a:active {  /* クリック中 */
color:#993;
}

