@charset "utf-8";

/* CSS Information =============================

File name: reset.css
Editor: 永井幸
Date: 2009/07/03
Outline: リセット、初期化

==============================================*/


body, div, h1, h2, h3, h4, h5, h6,
p, brockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}

html {
	overflow-y:scroll;
}

li {
	list-style-type: none;
}

li img {
	vertical-align:bottom;
}

address, em {
	font-style: normal;
}