﻿@import url(/board/css/b_write.css);
/* board style ---------------------------------------------------------------- */
/* board_list,board_read common */
.board_list,
.board_read{
	width:100%;
	float:left;
}
.board_list table,
.board_read table{
	background: url("http://ttimg.tworld.co.kr/together/board/board_bg_pink.gif") no-repeat 0px top;
	width:100%;
	border:0px;
	padding:0px 0px 10px;
	float:left;
	border-bottom:solid 2px #d6d6d6;
}
.board_list table *,
.board_read table *{
	padding:0px;
	border:0px;
}
.board_list table thead th,
.board_read table thead th{
	background:url("http://ttimg.tworld.co.kr/together/board/board_bg_pink.gif") no-repeat right top;
	height:30px;
	color:#a94744;
	padding:0px 2px;
}
.board_list table thead .fir,
.board_read table thead .fir{
	background:url("http://ttimg.tworld.co.kr/together/board/bu_line_th.gif") no-repeat right 11px;
}
.board_list table tbody td,
.board_read table tbody td{
	background:url("http://ttimg.tworld.co.kr/together/board/line_row_gray.gif") no-repeat right 12px;
	padding:13px 5px 11px;
	border-spacing:10px;
	line-height:1.4;
	border-bottom:solid 1px #eaeaea;
}
.board_list table tbody td.days,
.board_read table tbody td.days{
	text-align:center;
	font-size:90%;
	background:none;
}
.board_list table tbody td img,
.board_read table tbody td img{
	border:solid 1px #cdcdcd;
}
.board_list table tbody td a,
.board_read table tbody td a{float:left;}
.board_list table tbody td a strong,
.board_read table tbody td a strong{
	display:block;
	line-height:2.0;
}
.board_list table tbody td a.txt,
.board_read table tbody td a.txt{
	padding:8px 10px;
}

/* board_list */
.board_list table tbody td a:hover{
	color:#ff4b16;
	text-decoration:none;
}


/* board_read */
.board_read table{
	border-bottom:0px;
}
.board_read .data_read{
	width:665px;
	padding:30px 10px 0px;
}
.board_read .data_read img{border:solid 1px #cccccc;}
.board_read table tbody td a{text-decoration:none;}

/* btn_box */
.board_read .btn_box a.btn_list{
	background-position:0px -263px;
	width:39px;
	float:right;
}
