@charset "UTF-8";
/* -------------------------------------------------------
  Default Fonts & Reset Sheet

  01. YUI Fonts CSS
  02. YUI Reset CSS
    02-01. common
    02-02. table
    02-03. form

------------------------------------------------------- */

/*  02-01. common
------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, span, applet, object, iframe, p, pre, blockquote, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, form, fieldset, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
body {

}
fieldset, img, a img {
	border: 0;
}
img {
	vertical-align: bottom;
}
address, caption, cite, code, dfn, em, strong, th, var {

}
code, kbd, pre, samp, tt {
	font-family: monospace;
	line-height: 100%;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
abbr, acronym {
	border: 0;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
:focus {
	outline: 0;
}


