@charset "utf-8";

/* -----------------------------------------------------------

  Reset CSS Ver. 1.0
  ファイル名：reset.css
  作成日：2010年3月23日
  作者: Maya Uegaki
  説明:各ブラウザのデフォルトスタイルをリセットするファイルです

  サイト名：NPO法人スクラップブッキング協会Webサイト
  URL:http://www.scrapbooking-association.com/

----------------------------------------------------------- */
html, body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
table, th, td,
form, fieldset, input, textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: "Century Gothic",sans-serif;
}
ol, ul, dl, li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
img, fieldset, abbr{
  border: none;
}
em, address {
  font-style: normal;
}