/* CSS Document */

/*------------------------------------------------------------*/
/*--タグの余計な表現削除--*/
/*------------------------------------------------------------*/
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, fieldset, legend, input, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var
{
	font-style: normal;
	font-weight: normal;
}
ul li, ol li
{
	list-style: none;
}
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-weight: normal;
}
a img
{
	border: none;
}
table, tr, th, td
{
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border: 0px solid green;
}
