.board_list_tbl, .board_list_tbl thead, .board_list_tbl tbody {border:1px solid #c9c9c9;width:98%;padding:0; border-spacing:0px;border-collapse:collapse;}
.board_list_tbl th,.board_list_tbl td{padding:5px;border:0px solid #a9a9a9;}
.board_list_tbl th {
	height:20px;
	background-color:#cdcdcd;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ececec /*{a-bar-background-start}*/), to( #fdfdfd /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#ececec /*{a-bar-background-start}*/, #fdfdfd /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#ececec /*{a-bar-background-start}*/, #fdfdfd /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(#ececec /*{a-bar-background-start}*/, #fdfdfd /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(#ececec /*{a-bar-background-start}*/, #fdfdfd /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(#ececec /*{a-bar-background-start}*/, #fdfdfd /*{a-bar-background-end}*/);
}

.board_list_tbl tbody tr {border-bottom:dotted 1px #cecece;}
.board_list_tbl tbody tr:last-child {border-bottom:dashed 0px #cecece;}
#board_contents {margin-left:160px;margin-top:15px;}
.board_no_article {height:250px;text-align:center;}

.board_list_tbl a{color:#666;text-decoration:none;}
.board_list_tbl a:hover{color:#999;text-decoration:none;}
.board_list_tbl a:active{color:#666;text-decoration:none;}
.board_list_tbl a:visited{color:#666;text-decoration:none;}

.board_view_tbl, .board_view_tbl thead, .board_view_tbl tbody {border:1px solid #c9c9c9;width:98%;padding:0; border-spacing:0px;border-collapse:collapse;}
.board_view_tbl th,.board_view_tbl td{padding:5px;border:0px solid #a9a9a9;}
.board_view_tbl td {
	height:20px;
	background-color:#ececec;	
}

.board_view_tbl tbody tr {border-bottom:dotted 1px #cecece;}
.board_view_tbl tbody tr:last-child {border-bottom:dashed 0px #cecece;}

#board_view_contents {min-height:250px;margin:5px;line-height: 21px;}


.board_write_tbl, .board_write_tbl thead, .board_write_tbl tbody {border:1px solid #c9c9c9;width:98%;padding:0; border-spacing:0px;border-collapse:collapse;}
.board_write_tbl th,.board_write_tbl td{padding:5px;border:0px solid #a9a9a9;}
.board_write_tbl td {
	height:20px;
	background-color:#ececec;	
}

.board_write_tbl tbody tr {border-bottom:dotted 1px #cecece;}
.board_write_tbl tbody tr:last-child {border-bottom:dashed 0px #cecece;}
#board_write_contents {min-height:250px;margin:5px;text-align:left;margin-right:2px;}

.input_bbs_title {width:98%}
.input_bbs_name {width:120px;}
.input_bbs_contents {width:98%;height:300px;margin-left:0px;}

ul, li {margin:0;padding:0;}
#board_comment_area ul  {
	list-style: none;
	margin: 0 auto;
}

.board_comment_area{margin:5px;}

.board_comment_lists, .board_comment_lists thead, .board_comment_lists tbody {border:1px solid #efefef;width:98%;padding:0; border-spacing:0px;border-collapse:collapse;}
.board_comment_lists {background:#fdfdfd;width:98%;}
.board_comment_lists tbody tr {height: 40px;}
.board_comment_lists tbody tr {border-bottom:dotted 1px #cecece;}
.board_comment_lists tbody tr:last-child {border-bottom:dashed 0px #cecece;}

.input_bbs_comment {width:98%;height:50px;margin-left:0px;}
.input_bbs_comment_btn {width:60px;height:50px;}

#board_paging_area{
	text-align:center;
	margin-top:10px;
	letter-spacing: 2px;
}
#board_paging_area a{color: #888888; text-decoration:none;}
#board_list_btn{
	text-align:right;
	margin-top:2px;
}
#board_list_btn a{color: #888888; text-decoration:none;}