﻿body{
    color: #000000;
    text-align: center;   /*　中央揃え　*/
    background-color:DA70D6; /*　https://www.rapidtables.org/ja/web/color/purple-color.html　*/
}

.header{
    color: #000000;
    background-color:#FA90F6; 

    width: 100%;
    height: 55px;
    position:fixed; /*　画面から見た位置で固定　*/
    top:0;
    padding-top: 5px; /*　余白　*/\
    left:0;
    right:0;
    z-index:999;   /*　重ね合わせレベル　*/
}



.menu{
    line-height: 1.0;   /*　テキストの行間　*/
    margin: auto;
}

.main{
    padding-top: 15px; /*　余白　*/

}