
@charset "UTF-8";

/*
    =====================================================================
               ここからbackボタンのロールオーバーの　CSS　が
    =====================================================================
*/

.back03                                                                 /*   back のボタン ロールオーバ　cssにて実行　 */
{
  width: 73px;
  height: 40px;
  margin-left:  auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  border: 0;
}
.back03 a
{
  width: 73px;
  height: 40px;
  background: url("../image/bt0887.gif") no-repeat;
  display: block;
  text-indent: -9999px;
}
.back03 a:hover
{
  background-image: url("../image/bt0887-2.gif");
}

/*
 　 ========================================================
   　　　 bibou69.htm と　sakura1---7.htm　で使用
    ========================================================
*/

.renga03                                                                /*  レンガ33　の壁紙グレー */
{
   background-image:url("../image/renga33.gif");
}
.renga04                                                                /* レンガ04　の壁紙グレー  */
{
   background-image:url("../image/bk252.gif");
}
.bck095
{
    background-image: url("../image/bk673.gif");
}
.bcg-248
{
    background-image: url("../image/bcg249.gif");                       /* 黒色灰色のレンガ 備忘録と独り言の部屋で使用 */
}
.bcg-249
{
    background-image: url("../image/bcg2491.gif");                      /* 黒色灰色のレンガ 備忘録と独り言の部屋で使用 */
}

/*
    =================================================================
       　　　　　　　　　　　　白色のサクランボ　
      　　　nagaya1-1.htmlのページのみ採用し画像幅を決めている
    =================================================================
*/

.bcg-057
{
  display:  inline-block;                                               /*  インラインブロックにする  */
  width:630px;                                                                     /*  幅630pxに設定  */
  background-image: url("../image/bk002.gif");
  text-align:  center;                                                  /*  文字中央寄せ  */
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom:20px;
}

/*
    ========================================================================
        sakura2-1から2-7用  (bibou69.css) から適用している
    ========================================================================
*/

#wrapper-ts{
  max-width: 640px;
  margin: 0 auto;
 }

.bcg-055ts                                                              /*  白色のサクランボ　備忘録+独り言ページに採用  */

{
  display:  inline-block;
  padding: 10px 10px;                                                   /*  インラインブロックにする  */
  width:640px;                                                          /*  幅640pxに設定  */
  background-image: url("../image/bk002.gif");
  text-align:  center;                                                  /*  文字中央寄せ  */
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom:10px;
}

