@charset "Shift_JIS";

/* ---------------------------------------------------------
  BASE RESET CSS
  最終更新日 : 2011-04-05
--------------------------------------------------------- */


/* Base Reset Style
------------------------------------- */

html { overflow-y: scroll; }

body {
	margin: 0;
	padding: 0;
	overflow: visible;
}


/* Layout Reset Style
------------------------------------- */

div, span, p, blockquote, pre,
ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}

ol, ul { list-style: none; }

a { overflow: hidden; }


/* Image Reset Style
------------------------------------- */

img { border: 0; }
li img, dt img, dd img { vertical-align: bottom; }


/* Headline Reset Style
------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}


/* Form Reset Style
------------------------------------- */

form, fieldset, input, select, textarea, button, label, legend {
	margin: 0;
	padding: 0;
}

fieldset { border: 0; }


/* Table Reset Style
------------------------------------- */

table { border: 0; }


/* Others Reset Style
------------------------------------- */

dfn, var, code, cite,
address, caption, em, strong {
	font-style: normal;
	font-weight: normal;
}

caption { text-align: left; }

