@charset "utf-8";

@import "../../common/css/old.css";

#section div.contents {
	width: 720px;
	margin: 16px 10px 0;
}

/* common style
---------------------------------------------------- */
#reg-smenu {
	margin: 20px auto 0 auto;
	height: 29px;
	width: 720px;
	background: url(./images/bg_smenu.gif) top left no-repeat;
}
#reg-smenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#reg-smenu ul li {
	width: 360px;
	float: left;
	margin: 0;
	line-height: 1;
	list-style: none;
}

/* Stats Team
---------------------------------------------------- */
.stats_team #article #yearly-table {
	margin: 0 auto;
	width: 720px;
}
.stats_team #article #yearly-table table {
	border: 1px solid #AAAAAA;
	width: 100%;
}
.stats_team #article #yearly-table th,
.stats_team #article #yearly-table td {
	padding: 5px 2px;
	border: 1px solid #AAAAAA;
	line-height: normal;
	text-align: center;
}
.stats_team #article #yearly-table th {
	font-size: 10px;
	background: #D6D6D6;
}
.stats_team #article #yearly-table tr.even td {
	background: #F0F0F0 !important;
}
.stats_team #article #yearly-table tr.total td {
	background: #D4D4CD;
}
.stats_team #article #yearly-table td.left {
	text-align: left;
}
.stats_team #article #yearly-table td.nowrap {
	white-space: nowrap;
}
.stats_team #article #yearly-table tr.total td,
.stats_team #article #yearly-table td.name {
	font-weight: bold;
}
.stats_team #article #yearly-table tr.even td.focas,
.stats_team #article #yearly-table td.focas {
	background: #DCECF8 !important;
}
.stats_team #article #yearly-cap {
	margin: 16px auto 10px auto;
	width: 720px;
}
.stats_team #article #yearly-cap dl,
.stats_team #article #yearly-cap dt,
.stats_team #article #yearly-cap dd {
	margin: 0;
	line-height: normal;
}
.stats_team #article #yearly-cap dt {
	float: left;
}
.stats_team #article #yearly-cap dd {
	float: right;
}