* {
	/*
	margin: 0 auto;
	padding: 0;
	*/
	/* font-family: 'Malgun gothic','Sans-Serif','Arial'; */
}
a {
	text-decoration: none;
	color:#333;
}
ul li {
	list-style:none;
}

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

.list-table {
	margin-top: 10px;
}

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

.list-table tbody td{
	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: absolute;
	margin-top:14px;
	right: 1;
}

#top_content {
	width: 100%;
  border: solid black;
}

#left_content {
	width: 48%;
	height: 100%;
	float: left;
	margin: 5px;
  /* border: solid black; */
}

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

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

#rigth_content_box1 {
	width: 95%;
	height: 45%;
	margin: 0px;
}

#rigth_content_box2 {
	width: 95%;
	height: 45%;
	margin: 0px;
}
