body {
	background: #F2A23F;
	font-family: Garamond, "Osaka", sans-serif;
	padding: 0 15px 15px 15px;
}
h1 {
	height: 51px;
	background: url(img/logo.gif) no-repeat left center;
}
.skip {
	display: none;
}
.clr {
	clear: both;
}
.right {
	text-align: right;
}
.chara {
	float: left;
	width: 432px;
}
.charadesc {
	font-size: 90%;
}
.charaimg {
	background: #F2A23F url(img/bg_chara.jpg) no-repeat;
	padding: 0;
	margin: 0;
	width: 460px;
	height: 420px;
	overflow: auto;
}
.rightcol {
	margin: 0 0 0 480px;
}
.charalist {
	height: 320px;
	overflow: auto;
}
.charalist dt{
	font-weight: bold;
	background-color: #fff;
	padding: 5px;
}
.charalist dd {
	background-color: #fff;
	margin: 0 0 5px 0;
	padding: 0 5px 5px 40px;
}

.footer {
	background: #239023;
	color: #fff;
	padding: 10px;
	margin: 10px 0;
	font-size: 80%;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	text-decoration: none;
}
