﻿body{
    color: #000000;
    background-color:#ccffff;
}

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

h3:before{
    content:'◆';
    color: #4EE;
    text-shadow:
    1px 1px #000,
    -1px 1px #000,
    -1px -1px #000,
    1px -1px #000,
    1px 0px #000,
    0px 1px #000,
    -1px 0px #000,
    0px -1px #000;
  font-size: 1.5rem;">
}

.honbun{
    text-indent: 1em;
    padding-left: 1em;
    padding-right: 1em;
}

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

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

.name-zu{
    text-align: center;
}


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

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

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

.noborder {
    border: 0px none;
  }