body
    {
     margin:0px;          /* ページ全体のmargin */
     padding:0px;         /* ページ全体のpadding */
     text-align:center;   /* 下記のautoに未対応用のセンタリング */ 
     background-color: #FFFFFF /* 背景色を白に設定 */
    }

#frame
    {
     margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     padding:0px;         /* 中央のpaddingを設定 */
     text-align:left;     /* 中身を左側表示に戻す */
     width:95%;         /* 幅を決定する */*/
/*     height:1200px;*/
     background-color: #FFFFFF /* 背景色を白に設定 */
    }

#title_link
     {
     margin:0px;          /* ページ全体のmargin */
     padding:0px;         /* ページ全体のpadding */
     text-align:right;   /* 下記のautoに未対応用のセンタリング */ 
     font-size: 12px;
/*     background-color: #FFFFFF /* 背景色を緑に設定 */*/
     }

#title_main
     {
     margin:0px;          /* ページ全体のmargin */
     padding:0px;         /* ページ全体のpadding */
     text-align:right;   /* 下記のautoに未対応用のセンタリング */ 
     font-size: 24px;
     font-family: arial;
     color: #FFFFFF;
     height:300px;
/*     background-color: #228B22 /* 背景色を緑に設定 */*/
     }


#title_main p {
  position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
  top: 0px;
  right: 50px;
  }

#title_main img {

     width:100.5%;
     height:300px;
  object-fit: none;
}

#title_mod
     {
     margin:0px;          /* ページ全体のmargin */
     padding:5px;         /* ページ全体のpadding */
     width:100%;
     text-align:center;   /* 下記のautoに未対応用のセンタリング */ 
     color: #FFFFFF;
     background-color: #ADFF2F /* 背景色を緑に設定 */
     }

#message
     {
     position: relative;
     top:0px;
     left: 10%;
     width: 90%;
/*     height: 200px;*/
     text-align:left;   /* 下記のautoに未対応用のセンタリング */ 
     font-size: 14px;
     line-height: 22px;
     }

#picture
     {
     text-align:left;   /* 下記のautoに未対応用のセンタリング */ 
     font-size: 14px;
     line-height: 22px;
     }

#picture img{
     width:300px;
     height:250px;
  object-fit: cover;
}












#home_text1
     {
/*     width:800px;*/
     padding:5px;         /* ページ全体のpadding */
     height: 200px;
     border: 1px solid #ffccff;
     overflow:auto;
     text-align:center;   /* 下記のautoに未対応用のセンタリング */ 
     font-size: 14px;
     line-height: 22px;
     background-color: #FFF9FF /* 背景色を白に設定 */
     }

#home_footer
     {
     position:relative;
     top: 20px;
     width:100%;
/*     height: 70px;*/
     margin:0px;          /* ページ全体のmargin */
     padding:0px;         /* ページ全体のpadding */
     text-align:left;   /* 下記のautoに未対応用のセンタリング */ 
     font-size: 14px;
     font-family: arial;
     color: #FFFFFF;
     background-color: #228B22 /* 背景色を緑に設定 */
     }




