/* CSS Document */

/* 日本語を使う */
@charset "Shift_JIS";

body, td, th {
	font: 12px/20px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	background: #000000;
	color: #CDA550;
	
}
a {
	color: #CDA550;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}



#wrapper {
	height: 500px;
	width: 100%;
	top: 50%;
	position: absolute;
	margin-top: -300px;
	text-align: center;
}
address {
	border-top: 1px solid #CDA550;;
	font-style: normal;
    color: #CDA550;
}
