/* bodyform-book.css */
/* 相原公民館 図書室たよりページ(book00a.htm) */
/* 相原公民館 図書室新着本ページ(book01a.htm) */


/* 図書室たよりページ(book00a.htm)の全体の設定 背景画像(./book.files/wallpaper24.gif) */
.book-body{
  max-width:800px ;
  width:100% ;
  margin:auto ;
  background-image : url(wallpaper24.gif);
  /* background-size:cover ; */
  /* background-position:center ; */
  /* background-repeat:no-repeat ; */
  font-family:"ＭＳ Ｐゴシック" ;
  font-size:16px ;
  color:#000000 ;
}
body a{
  text-decoration: none;
}
body a:hover{
  text-decoration: underline;
}


/* 図書室新着本ページ(book01a.htm)の全体の設定 背景画像(../book.files/wallpaper23.gif) */
.newbook-body{
  max-width:800px ;
  width:100% ;
  margin:auto ;
  background-image : url(wallpaper23.gif);
  /* background-size:cover ; */
  /* background-position:center ; */
  /* background-repeat:no-repeat ; */
  font-family:"ＭＳ Ｐゴシック" ;
  font-size:16px ;
  color:#000000 ;
}
