@charset "UTF-8";

/* HTML */

body {
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #fff;
	text-align: center;
	font-family: "Avenir Next LT Pro", "Avenir LT Pro", "Avenir LT Std", "Avenir LT", Avenir, "Frutiger Neue LT Pro", "Frutiger LT Pro", "Frutiger LT Std", "Frutiger LT", Frutiger, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size: 10px;
}
div {
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border: none;
}

/* LINK */

a img {
	border: none;
	text-decoration: none;
}

