.cctank {
  	line-height: 1.5em;
  	}
.cctank_table {
  	margin: 0;
  	padding: 10px;
  	font-family: "굴림", Arial, sans-serif;
  	font-size: small;
	border-top:#6F9A30 2px solid;
  	}	
.write_span {
	width: 200px;
	background: #ffffff;
}


table.cctank_table {
  	width: 100%;
  	position: relative;
  	border-spacing:0px; 
  	padding:0px; 
  	border-collapse:collapse;
  	}

table.cctank_table caption {
  	margin: 0;
  	padding: 8px 0px;
  	text-align: left;
 	background: #ffffff;
  	}
  	
table.cctank_table th ,table.cctank_table td {
  	margin: 0;
  	padding: 8px 0px;
  	text-align: center;
  	}


table.cctank_table tr {
  	background: url(../skin/otsukael_2/bbs_dotline.gif) repeat-x bottom left;
  	}
table.cctank_table td a {
  	display: block;
  	font-weight: bold;
	width: 35%;
  	}


/*리스트 모양*/
table .cctank_list_head {
	background: url(../skin/otsukael_2/bbslist_box_bg01.gif) repeat top left;
  	color: #4E7C09;
  	}

#list_head_id {
	width:12%;
	}
#list_head_title {
	}
#list_head_writer {
	width:15%;
	}
#list_head_date {
	width:10%;
	}
#list_head_visited {
	width:10%;
	}


/*글보기 모양*/
table#cctank_view td{
	text-align: left;
}

table .cctank_view_head {
	background: #A4BF7C;
	width:20%;
  	color: #FFFFFF;
	background: #A4BF7C url(../skin/otsukael_2/bbs_dotline.gif) repeat-x bottom left;
}

table .comment_body {
	width:80%;
}
table .comment_writer{
	width:20%;
}

#view_contents{
	height:200px;
}


/*글쓰기폼 모양*/
table .cctank_write_head{
	width:20%;
	color: #ffffff;
  	background: #A4BF7C url(../skin/otsukael_2/bbs_dotline.gif) repeat-x bottom left;
	/*border-bottom:#428904 solid 1px;*/
}

#cctank_write td{
	text-align:left;
}


/*답변폼 모양*/
table .cctank_reply_head{
	width:20%;
	color: #FFFFFF;
  	background: #A4BF7C url(../skin/otsukael_2/bbs_dotline.gif) repeat-x bottom left;
}

#cctank_reply td{
	text-align:left;
}

/*수정폼 모양*/
table .cctank_modify_head{
	width:20%;
	color: #FFFFFF;
  	background: #A4BF7C url(../skin/otsukael_2/bbs_dotline.gif) repeat-x bottom left;
}

#cctank_modify td{
	text-align:left;
}

/*rss part*/
#cctank_rss{
	text-align:right;
	padding: 5px 10px;
}

#cctank_print{
	text-align:right;
	padding: 5px 10px;
}

#divBtn{
	text-align:right;
	padding: 5px;
}

#divPage{
	text-align: center;
	padding: 5px;
}