@charset "utf-8";

/* =================================================================================
 Reset
================================================================================= */
html {
	overflow-y:scroll;
}

body {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,
p,ul,ol,li,dl,dt,dd,form{
	margin:0;
	padding:0;
}

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

ul, ol{
	list-style:none;
}

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

a{
	color:#61513c;
	text-decoration:underline;
}

a:visited{
	color:#876;
}

input[type=text], textarea{
	font-size:100%;
	color:#61513c;
}

strong {
	font-weight: normal;
}

/* -------------------------------------------------------
 HTML5
------------------------------------------------------- */
address, article, aside, figure,
footer, header, hgroup, menu, nav, section{
	display:block;
}

figure{
	margin:0;
	padding:0;
}

[hidden], command, datalist,
menu[type=context], rp, source{
	display:none;
}

/* EOF */
