﻿body{
    color: #000000;
    background-color:#ffccff;
    text-align: center;   /*　中央揃え　*/
}

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

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

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

#imgsize1{
	height:200px;
	width:150px;
}
