@charset "utf-8";
/* CSS Document */

.oneColFixCtr #container {
  margin: 40px auto;
	width: 760px;

	border: 2px solid #e4dbbb;

	background-color: #f5f1e1;
  color: #4a4a4a;
}
.oneColFixCtr #mainContent {
	padding: 40px;
}
h1 {
  color: #b26200;
	font-size: 1.8pc;
	text-align: center;
	font-weight: bold;
}
h2 {
	color: #F00;
	text-align: center;
}

h3 {
	color: #930;
	font-size: 1.2pc;
	text-align: center;
	font-weight: normal;
}

h5 {
  padding-bottom: 2em;
  text-align: center;
}
.name-title, .game-title {
  color: #b26200;
  font-size: 24px;
}
.name-title {
  color: #4f3500;
  font-size: 40px;
}
.divcenter {
	text-align: center;
}
#fleft {
	float: left;
}
hr {
  background-color: #e4dbbb;
}
