@charset "utf-8";
/* CSS Document */

#announce {
	top: 55px;
	left: 30px;
}
.h-rules {
	text-align: center;
	background: #e3eff8;
	line-height: 30px;
	/* border-top: 1px solid #96c3e5;
	border-bottom: 1px solid #96c3e5; */
	border-radius: 5px;
	margin-bottom: 20px;
	font-weight: normal;
	letter-spacing: 1px;
}
.rules {
	width: 820px;
	margin: 0 auto 30px;
	overflow: hidden;
	_zoom: 1;
}
.rules dt {
	font-weight: bold;
	width:6em;
	float: left;
	clear: both;
}
.rules dd {
	padding-left: 6em;
	margin-bottom: 1em;
}
span.name {
	display: inline-block;
	width: 6em;
}
.officer {
	overflow: hidden;
	_zoom: 1;
}
.officer dt {
	width: 6em;
	float: left;
	clear: both;
	font-weight: normal;
}
.officer dd {
	padding-left: 6em;
	font-weight: 1em;
	margin-bottom: 0;
}
.officer dt span {
	letter-spacing: 2em;
}
