@charset "Shift_JIS";

/* --------------------------------------------------------
  RESET CSS [ 2009-05-18 ]
-------------------------------------------------------- */


/* 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;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

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, table {
	border: 0;
}

