.normal_row{}
.now_row td{font-weight:bold;}

.btn{
	padding:20px 0;
	text-align:right;
}

.cateList{
    margin:0;
    padding:0;
    list-style-type:none;
	font-size:0;
	line-height:0;
}
.cateList li{
	float:left;
	padding:0 0 40px 0;
}
.boardView table{
	width:100%;
	margin:0 auto;
}
.boardView thead th{
	height:21px;
	padding:11px 0 0;
	background:url('/_image/item/board_top_loop.gif') repeat-x;
	vertical-align:top;
	font-size:13px;
	color:#000;
}
.boardView thead .first{
	width:7px;
	height:32px;
	background:url('/_image/item/board_top_left.gif') no-repeat right top;
}
.boardView thead .last{
	width:7px;
	height:32px;
	background:url('/_image/item/board_top_right.gif') no-repeat left top;
}
.boardView thead .date{
	font-weight:normal;
}
.boardView tbody td{
	padding:30px 20px;
	border-bottom:1px solid #e7e7e7;
	line-height:160%;
}
.boardView tbody td a, .boardView tbody td a:link, .boardView tbody td a:visited{color:#333;}
.boardView tbody td p{
	margin:20px 0 0;
}
.boardView .btn{
	width:700px;
	height:33px;
	margin:18px auto;
	padding:5px 0 0 0;
	background:#f5f5f5;
}

.commentWrite{
	width:700px;
	margin:0 auto 10px auto;
}
.commentWrite textarea{
	width:98%;
	height:68px;
	border:1px solid #d9d9d9;
}


.boxTop{
	width:703px;
	height:7px;
	background:url('/_image/domain/box_top.gif') no-repeat left bottom;
}
.boxBottom{
	width:689px;
	height:7px;
	padding:0 7px;
	background:url('/_image/domain/box_bottom.gif') no-repeat;
}
.box{
	height:119px;
	padding:28px;
	background:url('/_image/domain/box_loop.gif') repeat-y;
	text-align:center;
}
.box .comment1{
	padding:5px 0;
	color:#029bd2;
}
.box .comment2{
	padding:5px 0;
	color:#666;
}
.box .fld{
	width:300px;
	margin:10px auto 0 auto;
	padding:8px 0;
	background:#e9e9e9;
}
.box .fld .input{
	width:146px;
	height:17px;
	border:1px solid #cbcccb;
}