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

.header{
    background-color:#eeffee; 
    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;
}

table {
    border-collapse:  collapse;     /* セルの線を重ねる */
}

td {
    border: 1px solid black; border-collapse: collapse;
  }

.noborder {
    border: 0px none;
  }