@charset "utf-8";
#showinfo {
}
#staff {
	background-image: url(img/bg.png);
	background-position: right top;
	background-repeat: no-repeat;
}
#staff .stafflist {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	line-height: 100%;
}
#staff .stafflist DT {
	float: left;
	width: 14em;
	padding-left: 1em;
	display: block;
	clear: both;
	padding-top:3px;
}
#staff .stafflist DD {
	padding-left: 18em;
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-top:3px;
	background-image: url(img/dd_bg.png);
	background-repeat: no-repeat;
	background-position: 15em bottom;
}
#staff .stafflist DD.spacer {
	margin: 0px 0px 5px;
	padding: 0px;
	height: 10px;
	font-size: 0px;
	line-height: 0px;
	background: none;
}
#showinfo img {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}


@media screen and (max-width:800px) {
}
