﻿@charset "utf-8";

* {
  font-size: 100%;
  line-height: 100%;
}


body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, textarea,
hr, p, blockquote,
th, td {
  margin: 0;
  padding: 0;
}


html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 62.5%;
  overflow-y: scroll;
  filter: expression(document.execCommand("BackgroundImageCache",false,true));
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #333;
  font-size: 1.3em;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro",Osaka,"メイリオ","MS PGothic",sans-serif;
  background: #fff;
}


h1,h2,h3,h4,h5,h6 {
  font-style: normal;
  font-weight: normal;
}

li { list-style-type: none; }

img { border: none; }

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}



/*
------------------------------------------------------------------- */