@charset "Shift_JIS";

* {
	margin : 0;
	padding : 0;
}

body {
	font-size : 12px;
	color : #ffffff;
	font-family : tahoma;
	background-color : #000000;
}
img{
	border:0;
}

a {text-decoration : none;}
	a:link {color : #848163;}
	a:visited {color : #848163;}
	a:hover {color : #999999;text-decoration:underline;}
	a:active {color : #999999;}

div#wrapper {
	width : 900px;
	height :575px;
	margin : 50px auto 0 auto;
	text-align : center;
}

	div#wrapper p {
		margin : 20px 0 0 0;
		line-height : 2em;
	}

