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

}

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

iframe {
    border: none;
    height: 99%;
    width: 100%;
}


  #forCenterColumn{
    position: absolute;
    text-align:left;
    left: 1.12rem;
    width:600px;
    height: 31rem;
    background:#fff;
    color:#cccccc;
    font-size:0.6rem;
    font-family: 'osaka','ヒラギノ角ゴシック';
/*    border: solid 0.08rem #000;*/
    top:-0.08rem;
    }



#articleTitle_topPage{
    position: absolute;
    font-family: 'osaka','ヒラギノ角ゴシック';
    background:#E3FE41;
    color:#02E8FE;
    font-size:0.88rem;
    text-align:center;
    line-height: 1.20rem;
    margin:0rem;
    padding:0rem;
    width:600px;
    /*top: 1.6rem;*/
    height:3.60rem;
}

#centerPictureBox{
    position: absolute;
    background:#fff;
    color:#cccccc;
    text-align:center;
    line-height: 0px;
    width:600px;
    top: 7.2rem;
    height: 12.0rem;
    margin:0rem;
    padding:0rem;

}

input {
    font-size: 1rem;
    color:#F90;
    text-align:center;
}

ruby {
    color:#02E8FE;
    ruby-align: distribute-space;
    ruby-overhang: auto;
    ruby-position: above;
}


a {
text-decoration:none;
}

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

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

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

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

