@charset "utf-8";

/*------------------------------------------------------------------------------

	[ファイル名]	reset.css
	
	[概要]	各種要素のデフォルト設定リセット用
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								各種リセット
								
------------------------------------------------------------------------------*/
html,
body{
	margin: 0;
	padding: 0;
	background: transparent none no-repeat scroll left top;
	/*border: none;*/
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0;
}

div,span,
table,thead,tbody,caption,tr,th,td,
form,fieldset,legend,label,
h1,h2,h3,h4,h5,h6,
ul,ol,li,
dl,dt,dd,
p,
blockquote,q,
pre,
img,
a,
strong,em,strike,i,u,sup,sub,
address,
map,area,
abbr,acronym
{
	margin: 0;
	padding: 0;
	background: transparent none no-repeat scroll left top;
	border: none;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0;
	list-style-type: none;
}

input,
select,
textarea{
	margin: 0;
	padding: 0;
	border-style: none;
	font-size: 100%;
}

a{
	outline: none;
}

hr{
	display: none;
}

br{
	letter-spacing: 0;
}

sup{
	vertical-align: top;
	font-size: 60%;
}
sub{
	vertical-align: bottom;
	font-size: 60%;
}
