@charset "utf-8";

/* -----------------------------------------------------------

Header CSS Ver. 1.0
ファイル名：footer.css
作成日：2010年3月23日
作者:Maya Uegaki
説明:フッタ領域のスタイルを設定しています
サイト名：NPO法人スクラップブッキング協会Webサイト
URL:http://www.scrapbooking-association.com/

----------------------------------------------------------- */


div#footer {
  clear: both;
  padding-top: 60px;
  background: url("../img/common/footer_bg_01.gif") center top no-repeat;
}

div#footer ul {
  width: 500px;
  height: 43px;
  margin: 0 auto 10px auto;
}
div#footer ul li {
  float: left;
}
div#footer div#copyright {
  width: 456px;
  margin: 0 auto;
  padding-bottom: 10px;
}