/* トップ-タイトルロゴ
---------------------------------------------*/

DIV.top{
  background: url(../image/title_back.jpg) no-repeat;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  width: 748px;
  height: 118px;
}

/* トップ-お知らせ
---------------------------------------------*/

UL.osirase {
  list-style-type: none;
}
UL.osirase LI {
  margin: 0 0 4px 0px;
}
UL.osirase UL LI {
  list-style-image : url(../image/osirase.gif);
  margin: 0 0 4px 30px;
}

/* QRコード
---------------------------------------------*/
DIV.qr {
  text-align: left;
  font-size: 80%;
  line-height: 120%;
}

