@charset "utf-8";
/* CSS Document */

.management_content {
	width:928px;
	height:300px;
	margin: 0 auto 0 auto;
	padding: 0;
}
a {
    outline: none;
	}
a:link, a:visited, a:active {
	text-decoration: none; 
	}


.edit_situation {
	width:50px;
	font-size:14px;	
	text-align:center;
}

.id_number {
	width:20px;
	font-size:14px;
	text-align:center;
	}

.address1 {
	width:100px;
	font-size:14px;
}

.address2 {
	width:150px;
	font-size:14px;
}

.estate_name {
	width:150px;
	font-size:14px;
	text-align:center;
}

.price {
	width:50px;
	font-size:14px;
	text-align:center;
}

.manipulate {
	width:250px;
	font-size:14px;
	text-align:center;
}


table.info {
	margin-left:auto;
	margin-right:auto;
}

td {
	text-align:left;
}

td.item_title {
	text-align:right;
}

