/*ブラウザのCSSをリセット
-------------------------------------------------------------*/

body,div,p,
ul,ol,li,
dl,dt,dd,
h1,h2,h3,h4,h5,h6,
table,th,td,
form,input,
pre,blockquote,address
{
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

a{
	text-decoration: none;
}

br {
	letter-spacing: 0;
}

hr {
	clear: both;
	height: 1px;
}

img{
	border: none;
	vertical-align: bottom;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

