﻿@charset "utf-8";
/* デフォルトスタイルのリセット用 */

* {
margin: 0;
padding: 0;
border: 0;
text-decoration: none; /* 行間をきっちり1文字分ずつ */
font-size: 100%;
font-style: normal;
font-family: Verdana, 'MS PGothic', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
color: #555555;
list-style: none; /* リストの番号、マークを消す */
}