@charset "utf-8";

/*--resetCSS -- 2010,02,03 Rel-ish yu-ki--*/

/* ---------------- resetcss ---------------- */
/* block */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquout,th,td
	{
	margin: 0;
	padding: 0;
	}

/* tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* list */
ol,ul,li {
	list-style: none;
	}

/* center clear */
caption,th {
	text-align: left;
	}

/* ---------------- text ---------------- */
/* H reset */
h1,h2,h3,h4,h5,h6
	{
	font-size: 100%;
	font-weight: normal;
	}

/* ex font */
address,caption,th
	{
	font-style: normal;
	font-weight: normal;
	}

/* ---------------- forms ---------------- */
input,textarea,select
	{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	}
input,textarea,select
	{
	font-size: 100%;
	}

/* ---------------- images ---------------- */
img {
	border: 0 none;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
	}
