@charset "utf-8";
/* CSS Document */

/*
============================================================
*	reset.css
============================================================
*/
body,
h1, h2, h3, h4, h5, h6,
p, ol, ul, dl, dt, dd, form,
select, 
figure,
figcaption,
table, td, th{
	margin:0;
	padding:0;
}
input[type="text"]{
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6{
	font-size:100%;
}

table, td, th, tr, thead, tbody{
	border:none;
}
ul, ol{
	list-style:none;
}
address{
	font-style:normal;
}
img{
	vertical-align:bottom;
    border:none;
}
a img{
	border:none;
}
textarea{
	font-size:1em;
}

header,
footer,
section,
figure,
figcaption,
nav,
aside{
	display:block;
}


