/* 外部スタイルシート、ファイル名：style.css */

/* リンク */
  a      { text-decoration: none; }
  a:hover{ text-decoration: underline; }

/* 枠線 */
  div.w1{ border-bottom-style: groove; border-width: thin; border-color: #5502df; }

/* 文字サイズ */
  body { font-size: x-small; }
  table{ font-size: x-small; }

