/* 게시판 목록 */
#board_area {
	/* width: 900px; */
	width: 100%;
	position: relative;
	text-align: center;
}

.list-table {
	background-color: #ff33cc;
	margin-top: 10px;
	border-collapse: collapse;
}

.list-table thead th{
	background-color: #000000;
	height: 40px;
	border-top: 2px solid #09C;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}

.list-table tbody td{
	background-color: #ffffff;
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #CCC; height:20px;
	font-size: 14px 
}

#page_num {
	font-size: 14px;
	word-spacing: 5px;
}

#write_btn {
	position: center;
	margin:10px;
	right: 1;
}

#top_content {
	width: 100%;
	/* background: #3e423e; */
}

#center_content {
	width: 100%;
	height: 100%;
	float: left;
	margin: 0px;
  /* border: solid black; */
}

#center_content_box {
  display: inline;
  margin: 5px;
}
