#home {
	margin: 0 auto;
	width:1120px;
	color: #333;
}

#staff {
	width: 800px;
	float: left;
	margin-bottom: 20px;
}

#archive {
	width: 300px;
	float: left;
	margin-left: 10px;
}

#staff #search {
	width: 450px;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#staff #search input[type="text"] {
	width: 300px;
}

#staff .record {
	padding: 10px 10px;
	border-bottom: 1px dotted #999;
}

#staff .record:last-child {
	border-bottom: none;
	margin-bottom:20px;
}

#staff .header {
	float: left;
	width: 160px;
	color: #F60;
}

#staff .header p {
	background-image: url("../img/iineBox.gif");
	background-repeat: no-repeat;
	height: 30px;
	line-height: 43px;
	text-align: center;
	width: 50px;
	color: #02476C;
	font-weight: bold;
}

#staff .comment {
	width: 760px;
	float: left;
	font-size: 12px;
}

#staff .comment p {
	margin-top: 30px;
	color: #03C;
}

#staff .list {
	height: 615px;

}

#staff .pagetop {
	margin-right: auto;
	text-align: right;
}

#archive .list {
	font-size: 12px;
	height: 724px;
	overflow: auto;
}

#archive p {
	margin-bottom: 10px;
}
table.base th {
	text-align: left;
	width: 160px;
	height: 30px;
}

#editForm .error{
	font-size: 90%;
	color: #f00;
	padding: 5px 0;
}
