@charset "utf-8";

/* ------------------------------------------------------------
   
	default.css
	create : 071203
	update : 071203
	  
------------------------------------------------------------ */

/* --------------------------------------------------Initialization of the browser style */
/* table系を除いています */
html { overflow-y: scroll; }

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,
fieldset,
form,
label,
legend/*,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td*/ {
	padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: normal;
}

/* --------------------------------------------------body reset */
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial,Verdana,Helvetica,sans-serif;
	font-size: 10px;
	background-color: #FFF;
}


* html body { font-size: xx-small; }

*:first-child+html body { font-size: xx-small; }

table { font-size: 100%; }

/* -------------------------------------------------- Form Elements */
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input { background: transparent; }

/* -------------------------------------------------- etc */
a,
fieldset,
img { border: 0; }

/* img */
img { vertical-align: middle; }

*:first-child+html img { vertical-align: bottom; }

* html img { vertical-align: bottom; }

img {
	margin-bottom: 0;
	font-size: 0;
	line-height: 0;
}

/* input */
input { vertical-align: top; }

*:first-child+html input { vertical-align: middle; }

* html input { vertical-align: middle; }

/* EOF */