@charset "utf-8";

#contents p {
	font-size: 12px;
	line-height: 1.8;
	color: #ededed;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
#links {
}
	#links .number {
		margin-bottom: 0px;
		width: 120px;
		float: left;
		display: inline;
	}
		#links .number .btn a {
			font-size: 12px;
			color: #e5c674;
			letter-spacing: 1px;
			display: block;
			text-align: center;
			border: 1px solid #e5c674;
			padding: 5px 0px;
			background-color: #4d4d4d;
		}
		#links .number .btn a:hover {
			color: #fff;
			border: 1px solid #fff;
		}
	
#links table {
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #666;
	*border-left: 1px solid #666;
	*border-top: 1px solid #666;
}
	#links th, #links td {
		font-size: 12px;
		font-weight: normal;
		line-height: 1.4;
		color: #FFF;
		background-color: #000;
		*border-right: 1px solid #666;
		*border-bottom: 1px solid #666;
		padding: 7px 5px;
		letter-spacing: 0px;
	}
	#links th {
		font-weight: bold;
		letter-spacing: 1px;
		color: #e5c674;
	}
	.year {
		width: 60px;
	}
	.top {
		width: 55px;
	}
	.sub {
		width: 60px;
	}
	.staff {
		width: 110px;
	}
	.dash {
		text-align: center;
	}