body{
    font-style:normal;/*文字のスタイル：普通*/
    font-weight:normal;/*文字の太さ：普通*/
    font-size:40px;/*文字の大きさ：中*/
    text-align:left;/*文字の寄せ方：左寄せ*/
    color:#FFFFFF;/*文字の色：白*/

    background-color:#000000;
}


/*リンク関係*/
a:link {/*リンクされた文字の色*/
    color:#ffff00;/*文字の色：黄*/
    font-style:normal;
    text-decoration: none;/* 下線 */
}
a:visited {/*訪問後の色*/
    color:#934C7B;/*文字の色：紫*/
    text-decoration: none;/* 下線 */
}
a:hover {/*カーソルを合わせたときの色*/
    color:#ff0000;/*文字の色：赤*/
    font-style:normal;
    text-decoration:underline;/* 下線 */
}
a:active {/*クリック中の色*/
    text-decoration: none;/* なし */
}


#Rogo {
     position:relative;
     top:250; 
     text-align:center;
}

#Language {
     position:relative;
     top:250; 
     text-align:center;
}

p {
     margin-top:10;
     margin-bottom:10;
}