/*crossing browser style & default set
----------------------------------*/
html {
  height: 100%;
  zoom: 1;
  color: #000000;
}

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, p, th, td, form, fieldset, legend { 
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  border: none;
  text-align: left;
  margin: 0;
  padding: 0;
  font-size:100%;
}

body {
  margin: 0;
  padding: 0;
  color: #333333;
  font-family:"メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka;
  font-size: 81.3%; /*-- 13px --*/
  line-height: 1.6;
}

/* general style
---------------------------------*/

img {
  border: none;
  vertical-align: bottom;
}
acronym,
abbr {
  cursor:help;
}

dl,ul,ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* --- for ie7: page zoom bug fix --- */
*:first-child + html body,
*:first-child + html br {
  letter-spacing: 0;
}

/* link style
---------------------------------*/

a:link {
  color: #535353;
  text-decoration: underline;
}
a:visited {
  color: #535353;
}
a:hover {
  color: #00a4cf;
  text-decoration: underline;
}
a:active {
  color: #00a4cf;
  text-decoration: underline;
}