/* bodyform-kanpou.css */
/* 相原公民館　館報あいはらページ(kanpou00a.htm) */


/* 館報あいはらページ(kanpou00a.htm)の全体の設定 背景画像(./kanpou.files/wallpaper24.gif) */
.kanpou-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;
}
