/* 背景色 */
.bodybg{
  background-color:#ebf9ff;
}


/* 最初の写真 */
.his1{
  border:10px solid #80d9ff;
}
.row{
  --bs-gutter-x: 0;
}
/* タイトル線 */
.blu{
  background: linear-gradient(transparent 70%, #00b0fc 70%);
}

h1{margin: 0!important;}

/*先頭に戻る*/
.pagetop{
  font-size: 15px;
  text-align: center;
  }
.pagetop a {
  color: #333;
  text-decoration:none;
  }
.pagetop a:hover{
  color:#007bff;
  }
/* ページフッター */
#pageFoot {
  border-top: solid 1px #000000;
  }