

/* °Ô½ÃÆÇ ¸ñ·Ï */
table.board_list {
	width: 100%;
	clear: both;
	float: left;
	border-collapse: collapse;
	border: 1px solid #666666;
}

table.board_list th {
	height: 25px;
	border: 1px solid #666666;
	background-color: #EFEFEF;
	color: blue;
}

table.board_list td {
	height: 25px;
	border: 1px solid #666666;
	text-align: center;
}

table.board_list th#th_no {
	width: 5%;
}

table.board_list th#th_title {
}

table.board_list th#th_name {
	width: 10%;
}

table.board_list th#th_date {
	width: 15%;
}

table.board_list th#th_hit {
	width: 10%;
}

table.board_list th#th_ip {
	width: 20%;
}

table.board_list th#th_file {
	width: 10%;
}

table.board_list td.td_title {
	text-align: left;
}

div.paging {
	width: 100%;
	height: 20px;
	clear: both;
	float: left;
	margin-top: 10px;
	text-align: center;
}

div.search {
	width: 100%;
	height: 20px;
	clear: both;
	float: left;
	margin-top: 10px;
	text-align: center;
}

/* °Ô½ÃÆÇ ³»¿ë */
table.board_view {
	width: 100%;
	clear: both;
	float: left;
	border-collapse: collapse;
	border: 1px solid #666666;
	margin-top: 10px;
}

table.board_view th {
	height: 25px;
	border: 1px solid #666666;
	background-color: #EFEFEF;
	color: blue;
}

table.board_view td {
	height: 25px;
	border: 1px solid #666666;
	text-align: center;
}

table.board_view th.th_01,
table.board_view th.th_02 {
	width: 15%;
}

table.board_view td.td_01,
table.board_view td.td_02 {
	width: 35%;
}

div.linkbutton {
	width: 100%;
	height: 20px;
	clear: both;
	float: left;
	margin-top: 10px;
	text-align: right;
}

/* °Ô½ÃÆÇ ÀÌÀü±Û/´ÙÀ½±Û */
table.board_relation {
	width: 100%;
	clear: both;
	float: left;
	border-collapse: collapse;
	border: 1px solid #666666;
	margin-top: 10px;
}

table.board_relation th {
	height: 25px;
	border: 1px solid #666666;
	background-color: #EFEFEF;
	color: blue;
}

table.board_relation td {
	height: 25px;
	border: 1px solid #666666;
	text-align: center;
}

table.board_relation td.td_item {
	width: 15%;
}

table.board_relation td.td_text {
	width: 85%;
}

/* °Ô½ÃÆÇ ÀÔ·Â */
table.board_form {
	width: 100%;
	clear: both;
	float: left;
	border-collapse: collapse;
	border: 1px solid #666666;
	margin-top: 10px;
}

table.board_form th {
	height: 25px;
	border: 1px solid #666666;
	background-color: #EFEFEF;
	color: blue;
}

table.board_form td {
	height: 25px;
	border: 1px solid #666666;
}

table.board_form th.th_01 {
	width: 15%;
}

table.board_form td.td_01 {
	width: 85%;
}

table.board {
	width: 100%;
	clear: both;
	float: left;
	border-collapse: collapse;
	border: 1px solid #666666;
}

table.board th {
	height: 25px;
	border: 1px solid #666666;
	background-color: #EFEFEF;
	color: blue;
}

table.board td {
	height: 25px;
	border: 1px solid #666666;
	text-align: center;
}


