@charset "Shift_JIS";

/* リセットスタイル */

body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
form, fieldset, legend, input, select, textarea,
button, label, ul, ol, li, dl, dt, dd,
table, th, td, caption,
span, strong, em, img, del, ins {
	margin: 0;
	padding: 0;

	font-family:
		Verdana,
		Arial,
		Meiryo,
		"メイリオ",
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		ＭＳ Ｐゴシック",
		sans-serif;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}
