@charset "utf-8";
/*------------------------------------------------------------------*/
/*     初期設定用CSS                                                */
/*     対象：全ページ                                               */
/*------------------------------------------------------------------*/


/* format
------------------------------------------------------------------- */
* {
  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 設定
------------------------------------------------------------------- */
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 81.25%;
  overflow-y: scroll;
  filter: expression(document.execCommand("BackgroundImageCache",false,true));
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* リンク 設定
------------------------------------------------------------------- */
a {
  color: #006699;
  text-decoration: none;
  outline: none;
}

a:link {
  color: #006699;
}

a:visited {
  color: #660099;
}

a:hover {
  color: #cc0033;
  text-decoration: underline;
} 

a:active {
  color: #cc0033;
  text-decoration: underline;
}


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;
}