@charset "utf-8";
/* ■□■ css common style ■□■ */

* {
	margin : 0px;
	padding : 0px;
}

img {
	border-width: 0px;
}

a:link {
	color: blue;
	text-decoration: underline;
}

a:visited {
	color: purple;
	text-decoration: underline;
}

a:hover {
	color: red;
	text-decoration: underline;
}

a:active {
	color: red;
	text-decoration: underline;
}
