@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

All Website CSS File

File Name		base.css
Note			ブラウザデフォルトスタイルキャンセル用スタイルシート


Version			1.0

New Creation	07.11.12
Update			08.04.24

Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
1
------------------------------------------------------------------------
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  color: #6d7071;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

fieldset {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

a:link {
  color: #6666ff;
}

a:visited {
  color: #bd80ff;
}

a:hover {
  color: #ff8080;
}

a:active {
  color: #ff8080;
}

img {
  border: none;
  vertical-align: bottom;
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/*
area
base
col
colgroup
dd
del
dt
head
hr
iframe
ins
legend
li
link
map
meta
noscript
optgroup
option
param
tbody
td
tfoot
th
thead
tr
tt
*/

/*# sourceMappingURL=base.css.map */
