@charset "utf-8";
body {
	background-color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	text-align: right;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: left;
}
#container {
	width: 750px;
	background-color: #000;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 400px;
	background-color: #000;
	margin-top: 30px;
	margin-right: 175px;
	margin-left: 175px;
	text-align: center;
}
#contents {
	width: 600px;
	background-color: #000;
	margin-right: 75px;
	margin-left: 75px;
	margin-top: auto;
	text-align: right;
}
#footer {
	width: 750px;
	background-color: #000;
	color: #CCC;
	font-weight: normal;
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
	text-align: left;
}
p {
	font-size: small;
}
#navber {
	font-size: small;
	color: #CCC;
	margin-top: 30px;
	margin-right: 175px;
	margin-bottom: 30px;
	margin-left: 175px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	float: none;
}
