@charset	"UTF-8";

/* ---------------------------------------------------------------------------------------------- */
/* 各ウェブブラウザ初期値リセット                                                                 */
/* ---------------------------------------------------------------------------------------------- */

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
blockquote,
pre,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
form,
fieldset,
input,
textarea
	{
	margin:		0px;
	padding:	0px;
	word-break:	break-all;
	}

html
	{
	overflow-y:	auto;
	}

table
	{
	border-collapse:	collapse;
	border:			none;
	empty-cells:		show;
	}

caption
	{
	text-align:	left;
	}

th
	{
	vertical-align:	top;
	font-weight:	normal;
	text-align:	left;
	}

td
	{
	vertical-align:	top;
	}

fieldset
	{
	border:	none;
	}

input
	{
	_margin:	-1px 0px -1px 0px;
	}

textarea
	{
	resize:	none;
	}

img,
object
	{
	vertical-align:	bottom;
	}

