@charset "Shift_JIS";

/* --------------------------------------------------------
  RESET CSS
-------------------------------------------------------- */


/* Base Style
-------------------------------------------------------- */

html { overflow-y: scroll; }

body {
	margin: 0;
	padding: 0;
	overflow: visible;
}


/* Other Style
-------------------------------------------------------- */

blockquote, div, span, dl, dt, dd,
h1, h2, h3, h4, h5, h6, input, ul, li, ol,
p, pre, form, fieldset, select, textarea, td, th {
	margin: 0;
	padding: 0;
}

a { overflow: hidden; }

address, caption, cite, em, strong {
	font-style: normal;
	font-weight: normal;
}

caption { text-align: left; }
ol, ul { list-style: none; }
fieldset, img { border: 0; }


/* Table Style
-------------------------------------------------------- */

table { border: 0; }




