@charset "utf-8";

/* =============================================

	reset.css
	(reset webbrowser default syle)

============================================= */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,input,p,blockquote,table,th,td,figure {
margin:0;
padding:0;
}

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

fieldset,form,label,legend {
margin:0;
padding:0;
border:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:inherit;
vertical-align:baseline;
}

address {
font-style:normal;
}

li {
list-style-type:none;
}

a {
text-decoration:underline;
overflow:hidden;
}

img {
border:none;
vertical-align:top;
}

hr {
display:none;
clear:both;
}

em{
	font-style:normal;	
}
