h1 {
 display: flex;
 justify-content: center;
 align-items: center;
 vertical-align: middle;
 height:75px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;
 font-size:36px;
 background-image:url(../../img/b243.png);
 font-weight: bold;
 color: #FFFFFF;
/* font-family: "ＭＳ Pゴシック";*/
}

h2 {
 line-height : 2;
 font-size: 24px;
 color: #0000FF;
 font-weight: normal;
 margin:0px 20px 0px 40px;
/* font-family: "ＭＳ Pゴシック";*/
}

h3 {
 line-height : 2;
 font-size: 22px;
 color: #0066ff;
 font-weight: normal;
 margin:20px 20px 10px 60px;
/* font-family: "ＭＳ Pゴシック";*/
}

.text1 {
 line-height : 2;
 font-size:16px;
 font-weight: normal;
 margin:0px 40px 0px 80px;
/* font-family: "ＭＳ Pゴシック";*/
}

.text2 {
 line-height : 2;
 font-size:18px;
 color: #000080;
 font-weight: bold;
 margin:20px 40px 20px 40px;
/* font-family: "ＭＳ Pゴシック";*/
}

.text3 {
 line-height : 2;
 font-size:18px;
 color: #000080;
 font-weight: bold;
 margin:0px 40px 0px 0px;
/* font-family: "ＭＳ Pゴシック";*/
}

.text4 {
 line-height : 2;
 padding-left : 20px;
 padding-right : 20px;
 text-decoration : none;
 font-weight : bold;
 font-size:16px;
 color: #0000FF;
 text-decoration: none;
/* font-family: "ＭＳ Pゴシック";*/
}

.text5 {
 line-height : 2;
 font-size:18px;
 color: #000080;
 font-weight: bold;
 margin:20px 40px 0px 40px;
/* font-family: "ＭＳ Pゴシック";*/
}

.b1 {
  background-image:url(../../img/b220.gif);
  width: 300px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.b1:hover {
  background-image:url(../../img/b221.gif);
  width: 300px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.b2 {
  background-image:url(../../img/b222.gif);
  width: 140px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:16px;
  color: #ffffff;/* フォント色 */
  font-weight: bold;
  text-decoration: none;
/*  font-family: "ＭＳ Pゴシック";*/
}
.b2:hover {
  display: inline-block;
  background-image:url(../../img/b223.gif);
  width: 140px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:16px;
  color: #ffffff;/* フォント色 */
  font-weight: bold;
  text-decoration: none;
/*  font-family: "ＭＳ Pゴシック";*/
}

.b3 {
  background-image:url(../../img/b242.gif);
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:18px;
  color: #FFFFFF;/* フォント色 */
  font-weight: bold;
  text-decoration: none;
  margin-top : 10px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom : 10px;
/*  font-family: "ＭＳ Pゴシック";*/
}

html {
  overflow-y:scroll;/* スクロールバー有無による横ズレ防止 */
}
