@font-face {
	font-family: "DaFont1";
	src: url(dafont1.ttf) format("truetype");
}
@font-face {
	font-family: "DaFont2";
	src: url(dafont2.otf) format("opentype");
}
Body {
	background-image: url(images/back-2.jpg);
	background-color: #000;
	background-position: center -30%;
	background-repeat: no-repeat;
	font-family: DaFont2, Verdana;
	font-size: larger;
	font-weight: normal;
	color: #AAA;
	text-align: justify;
}
Body img {
	border: none;
}
Body h3 {
	text-align: center;
	margin: 0px 10px 10px;
	text-decoration: underline;
	color: #CCC;
	font-family: DaFont1;
}
Body a,
Body a:visited {
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
Body a:hover,
Body a:active {
	cursor: pointer;
	color: #87CEEB;
	text-decoration: none;
}
#Menu {
	background-image: url(images/menu.png);
	position: absolute;
	left: 50%;
	top: 400px;
	width: 900px;
	height: 70px;
	margin-left: -450px;
	font-size: xx-large;
	font-family: DaFont1;
}
#Menu dl {
	margin: 0px 35px 0px 80px;
	text-align: center;
}
#Menu dd {
	margin: 0px 20px;
	display: inline;
}
#Home {
	background-image: url(images/logo.png);
	position: absolute;
	left: 50%;
	top: 30px;
	width: 900px;
	height: 370px;
	margin-left: -450px;
}
.Contents {
	background-image: url(images/contents.png);
	position: absolute;
	left: 50%;
	top: 30px;
	width: 755px;
	height: 300px;
	margin-left: -450px;
	padding: 35px 35px 35px 110px;
}
.ContentsOverflow {
	height: 325px;
	overflow: auto;
}
.Contents p {
	text-indent: 30px;
	margin: 0px 30px 0px 0px;
}
.Contents dl {
	margin: 0px 30px 0px 0px;
}
.Contents dd {
	margin: 0px 0px 15px 0px;
}
.RoundPic {
	display: block;
	width: 100px;
	border: 3px solid #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.InlineDiv {
	display: inline-block;
	width: 107px;
	margin-right: 35px;
	margin-bottom: 30px;
	vertical-align: top;
}
.Title {
	text-align: left;
}
.Poster {
	vertical-align: middle;
}
.Date,
.Member {
	font-weight: bold;
}
.News,
.Gear {
	margin-left: 30px;
}
