@charset "utf-8";

/* ------------------------------------------------------------
  filename:default.css
  created: 090407
  update:  090407
------------------------------------------------------------ */

/* ------------------------------------------------------------ Initialization of the browser style */

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
code,
em,
strong,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
form,
fieldset,
legend,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

/* ------------------------------------------------------------ body reset */
body {
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

* html body { font-size: xx-small; }

*:first-child+html body { font-size: x-small; }

table { font-size: 100%; }

/* ------------------------------------------------------------ Table Elements */
table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------------------------------------ etc */
a,
fieldset,
img { border: 0; }

img,
input { vertical-align: middle; }
/* EOF */
