@charset "utf-8";

/*
	File Name   : reset.css
	Description : スタイルのリセット
*/


html,
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

img {
	border: 0;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #777;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #777;
	text-decoration: underline;
}