a.nb_list_depth_1 {
    text-indent: 25px;
	margin: 0 0 0 0px;
	background-image: url(./images/ico_reply.gif);
	background-repeat :no-repeat;
	background-position : 0px 50% ; 
}


a.nb_list_depth_2 {
    text-indent: 35px;
	margin: 0 0 0 0px;
	background-image: url(./images/ico_reply.gif);
	background-repeat :no-repeat;
	background-position : 10px 50% ; 
}


a.nb_list_depth_3 a{
    text-indent: 45px;
	margin: 0 0 0 0px;
	background-image: url(./images/ico_reply.gif);
	background-repeat :no-repeat;
	background-position : 20px 50% ; 
}

a.nb_list_depth_4 a{
    text-indent: 55px;
	margin: 0 0 0 0px;
	background-image: url(./images/ico_reply.gif);
	background-repeat :no-repeat;
	background-position : 30px 50% ; 
}

a.nb_list_depth_5 a{
    text-indent: 65px;
	margin: 0 0 0 0px;
	background-image: url(./images/ico_reply.gif);
	background-repeat :no-repeat;
	background-position : 40px 50% ; 
}

.board-list{
	margin : 0px 0 0 25px;
	
}

.board-list thead .list_bg {

	background-image: url(./images/list_bar_bg.png);
	background-repeat: repeat-x;
}

.board-list tbody {
	margin-top:20px;
	
}


.board-list tbody td{
	height : 25px;
	overflow:hidden;
	
}

.board-list caption{
	
	display:none;
}

.board-list .line-bg{
	
	background-image: url(./images/board_list_line_dot.png);
	background-repeat: repeat-x;
	height:3px;
	padding : 5px 0px;
	
}

table.board-navi{
	width:670px;
	margin : 0px 0 0 25px;
}


div.paging table {
	margin:0 auto;
	
}

div.paging table  td{
	padding : 0 2px;
	height:17px;
	vertical-align: middle;
	
}

div.paging table  td li{
	list-style: none;
	
}

div.paging table  td li a strong{
	color:#4B6898;
	
}


.board_view{
	margin : 0px 0 0 25px;
	
}



.board_view tbody td{
	background-color:#F2F8EF;
}

.board_view tbody td.board_content {
	border : 1px #C8DCB8 solid;
	background-color:#FFFFFF;
	padding : 3px; 
	
} 

.board_view .board_content th{
	background-color:#F2F8EF;
	height : 27px; 
	border-bottom : 1px #D3DBE2 solid;
	padding : 3px;
	width:100px;
	
}
.board_view .board_content td{
	background-color:#FFFFFF;
	border-bottom : 1px #D3DBE2 solid;
	padding : 3px;
	width:219px;
	
}

.board_view .board_content td.board_memo{
	border : none;
	height: 250px;
}

.board_view_btn{
	margin : 30px 0 0 25px;
	width:670px;
	
}



.board_write{
	margin : 0px 0 0 25px;
	
}



.board_write tbody td{
	background-color:#F2F8EF;
}

.board_write tbody td.board_content {
	border : 1px #C8DCB8 solid;
	background-color:#FFFFFF;
	padding : 3px; 
	
} 

.board_write .board_content th{
	background-color:#F2F8EF;
	height : 27px; 
	border-bottom : 1px #D3DBE2 solid;
	padding : 3px;
	width:100px;
	
}
.board_write .board_content td{
	background-color:#FFFFFF;
	border-bottom : 1px #D3DBE2 solid;
	padding : 3px;
	
}

.board_write .board_content td.board_memo{
	border : none;
}


.board_write_btn{
	margin : 30px 0 30px 25px;
	width:670px;
	
}
