@charset "utf-8";

/* ----------------------------------------
	reset
---------------------------------------- */
html, body,
div, p,
table, tr, th, td,
ul, ol, li,
dl, dt, dd,
h1, h2, h3, h4, h5, h6,
img, a, address {
	margin: 0;
	border: 0;
	padding:0;
	font-style: normal;
	list-style: none;
}

/* ----------------------------------------
	setting
---------------------------------------- */
body {
	background: #FFF;
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
	position: relative;
}
a {
	color: #666;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}

