﻿body{
    color: #119911;
    text-align: center;   /*　中央揃え　*/
    background-image : url(img/pic1100-2bg.png);
}

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

.header a:link, .header a:visited{color: #000000;}/*　リンクの色①　*/
.header a:hover, .header a:active{color: #000000;
    background-color:#FFFFFF; }/*　リンクの色②　*/


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

.main{
    padding-top: 50px; /*　余白　*/
    
/*	display: flex; */
/*	flex-wrap: wrap; */
	gap: 1px;

}

.main a:link, .main a:visited, .main a:hover, .main a:active{color: #005555;}

.ami{
margin: 0 auto;
width: 500px;
background: rgba(255,255,230,.6);
padding: 10px; /*　余白　*/
}



.sankou {
    text-align:right;
    font-size:  8px; 
}
