div.content {
	width: 710px;
}
/*** list page ***/

/* list-top */

#search-command {
	width: 720px;
	height: 28px;
}
#search-command #search {
	float: left;
	width: 300px;
}
#search-command #search .input-txt {
	padding: 3px 0 0 3px;
	width: 147px;
	height: 16px;
}
#search-command .command {
	float: right;
	padding-right: 19px;
	width: 73px;
	height: 25px;
}
/* table */

#tbl-list {
	clear: both;
	width: 710px;
	background: url(/board/images/bg_tbl.gif) repeat-x;
}
#tbl-list th {
	height: 28px;
	color: #1257d7;
	border-top: 2px solid #4f99d7;
	border-bottom: 1px solid #8ab8de;
	background: none;
}
* html #tbl-list th {
	height: 26px;
}
*+ html #tbl-list th {
	height: 26px;
}
#tbl-list th.col1,  #tbl-list th.col4 {
	width: 80px;
}
#tbl-list td {
	padding: 0 5px;
	height: 30px;
	text-align: center;
	color: #4c4c4c;
	border-bottom: 1px dotted #a4a4a4;
	background: none;
}
#tbl-list span.comment {
	color: #f00;
}
#tbl-list td.t-left {
	text-align: left;
}
#tbl-list td.title2 {
	padding-left: 15px;
}
/* paging */

div.article-paging {
	margin: 14px 0 11px;
	width: 710px;
	text-align: center;
}
div.article-paging span.first-block,  div.article-paging span.prev-block {
	margin-right: 5px;
}
div.article-paging span.next-block,  div.article-paging span.last-block {
	margin-left: 5px;
}
div.article-paging span.page-number,  div.article-paging span.current-page {
	margin: 0 2px;
}
div.article-paging span.current-page {
	color: #00f;
	font-weight: bold;
}
div.article-paging span img {
	width: 14px;
	height: 13px;
}
/* search*/

#search .input-txt {
	width: 150px;
	height: 19px;
	border: 1px solid #7f9db9;
}
#search #keyfield {
	width: 66px;
	height: 21px;
}
/*** list page ***/





/*** insert page (write, edit) ***/

div.board-title {
	padding: 5px 0 9px 6px;
}
p.reference {
	margin: -10px 0 5px;
	text-align: right;
}
p.edit-reference {
	padding: 5px 0;
	text-align: right;
}
span.need {
	color: #f00;
	font-weight: bold;
}
#insert {
	width: 710px;
}
#insert div.row-top {
	border-top: 2px solid #4f99d7;
}
#insert div.row-input {
	clear: both;
	height: 31px;
	border-bottom: 1px solid #bdbcbc;
}
#insert div.head {
	float: left;
	padding-top: 10px;
	width: 100px;
	height: 21px;
	text-align: center;
	font-weight: bold;
	background: #e6eeef;
}
#insert div.data {
	float: left;
	display: inline;
	padding: 5px 0 0 10px;
}
* html #insert div.data {
	padding-top: 3px;
}
*+ html #insert div.data {
	padding-top: 3px;
}
#insert input.txt {
	padding: 3px 0 0 3px;
	width: 147px;
	height: 16px;
	border: 1px solid #7f9db9;
}
#insert input.subject {
	width: 350px;
}
#insert input.sitelink {
	width: 400px;
}
#insert input.content {
	width: 200px;
}
#insert div.command {
	margin-top: 15px;
	padding-bottom: 30px;
	text-align: center;
}
/*** insert page (write, edit, reply) ***/





/*** del check ***/

div.view-check {
	padding-top: 50px;
	width: 710px;
	text-align: center;
}
div.view-check #view-check {
	margin: 0 auto;
	padding: 20px;
	width: 300px;
	border: 2px solid #4f99d7;
}
div.view-check #view-check div.head,  div.view-check #view-check div.data {
	margin-bottom: 10px;
}
div.view-check #view-check div.data input {
	width: 160px;
	border: 1px solid #a4a4a4;
}

/*** del/view check ***/
