@charset "utf-8";
/* デフォルトスタイルのリセット用 */

* {
margin: 0;
padding: 0;
border: 0;
text-decoration: none;
line-height: 1; /* 行間をきっちり1文字分ずつ */
font-size: 100%;
font-style: normal;
font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ',  Verdana, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
color: #555555;
list-style: none; /* リストの番号、マークを消す */
}

