@charset "utf-8";

/* ---------------------------------------------------------------------------
 [ element.css ]

 エレメントデザイン設定

 エレメントに対する個別のデザイン設定を行う。

 ex.)

 h1 {
  font-size: 120%;
}

--------------------------------------------------------------------------- */

body {
  font-family: Verdana,"ＭＳ Ｐゴシック",Osaka,sans-serif;
  text-align: center;
  background: #FFF7F0;
}

h1,h2,h3,h4,h5,h6,p,li,dt,dd,th,td,address {
  color: #666;
  font-style: normal;
  font-weight: normal;
}

h1,h2,h3,h4,h5,h6 {
  line-height: 1.1;
}

p,li,dt,dd,th,td,pre {
  line-height: 1.5;
}

a {
  color: #0082CD;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

th,td {
  border-collapse: collapse;
}

fieldset {
  border: none;
}


/* EoS */
