@charset "utf-8";

/* reset */
html,body,div,span,iframe,
h1,h2,h3,h4,h5,h6,p,
a,address,em,img,small,strong,
dl,dt,dd,ol,ul,li,
table,caption,tbody,tfoot,thead,tr,th,td,
article,header,nav,section,footer {
	
	margin: 0;
	padding: 0;
}

ul,ol {
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
address,em,i {
	font-style: normal;
}

a {
	text-decoration: none;
    color: #4d4d4d;
}

