@charset "Shift_JIS";

* {
	padding: 0;
	margin: 0;
	border: none;
	text-align: center;
}

body {
	padding-top: 50px;
	text-align: center;
	background-color: black;
	color: #ccc;
}

h1 {
	border-bottom: solid 1px #333;
}

ul li {
	list-style-type: none;
	list-style-position: outside;
	padding: 10px;
}

a:link {
	color: aqua;
	text-decoration: none;
}
a:visited {
	color: olive;
	text-decoration: none;
}
a:hover {
	color: yellow;
}

address {
	color: #ccc;
	font-size: x-small;
	font-style: normal;
	margin-top: 30px;
}
