@charset "UTF-8";


/* Reset */

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li,
brockquote, pre, table, caption, address, form, object, img,
span, a, strong, em, q, ins, del, site, code, dfn, abbr, acronym {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body {
  background: #FFF;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 16px; /* 基準フォントサイズ変更可能 */
  color: #3a3a3a;
}

* html body { /* for IE6 */
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: small;
}
  
*:first-child+html body { /* for IE7 */
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: small;
}

h2,
h3 {
  margin: 2em 0 1em;
}

h4,
h5,
h6 {
  margin: 1.5em 0 0.7em;
}
  
p,
ul,
ol,
dl,
blockquote,
pre,
table {
  margin: 1em 0;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: outside;
}
  
table {
  border-collapse: collapse;
  font-size: 100%;
}

img,
a {
  border: none;
}

address,
em,
cite {
  font-style: normal;
}

/* All Ground Parts */

p a img {
  vertical-align: baseline;
}


/* */
.center{ text-align: center: }
.right { text-align: right; }
.small {font-size: 0.8em;}
.large-small {font-size: 0.6em;}
