@charset "Shift_JIS";


body {
	color		: #EEE;
	background	: #000;
	font-family	: Verdana, "‚l‚r ƒSƒVƒbƒN", sans-serif;
	padding		: 0;
	margin		: 0;
}

h1 {
	font-size	: 1.8em;
	text-align	: center;
	margin		: 0.5em 0;
}

div {
	text-align	: center;
}


p {
	margin		: 1.5em 0;
}

a {
	font-size	: 2.8em;
}
a:link {
	color		: #3333FF;
	text-decoration	: none;
	font-weight	: bold;
}
a:visited {
	color		: #3333FF;
	text-decoration	: none;
	font-weight	: bold;
}
a:hover {
	color		: #FF6633;
	text-decoration	: underline;
	font-weight	: bold;
}
a:active {
	color		: #9933FF;
	text-decoration	: none;
	font-weight	: bold;
}


address {
	clear		: both;
	color		: #CCC;
	text-align	: center;
}

address a:link, address a:visited, 
address a:hover, address a:active {
	background	: transparent;
 	border-bottom	: none;
}
