	/* bbs List  ---------------------------------------------------------------------------------------------------------------*/ 
	/*
		<table class="bbs_list">
		<tbody>
		<tr class="out" onmouseover="this.className='over'" onmouseout="this.className='out'">
	*/

	.bbs_list {
		border-top:solid 1px #000;
		border-bottom:1px solid #cdcdcd;
	}
	.bbs_list thead th {
		background:#505050;
		color:#000;
		padding:6px 6px;
		letter-spacing:-0.1em;
		text-align:center !important;
		background:url(./list_head.gif) left bottom repeat-x;
		white-space:nowrap;
		font-weight:normal;
	}
	.bbs_list thead th:first-child span{border:0}
	.bbs_list thead th span{display:block;border-left:1px solid #dfdfdf;padding:0 15px;height:14px}
	
	.bbs_list thead td {
		background:#505050;
		color:#000;
		padding:6px 3px;
		letter-spacing:-0.1em;
		text-align:center !important;
		background:url(./list_head.gif) left bottom repeat-x;
	}
	
	.bbs_list tbody {}
	.bbs_list tbody td {
		background:url(./list_line.gif) left bottom repeat-x;
		padding:6px 6px;
		color:#606060;
	}
	.bbs_list tbody td.number {
		text-align:center;
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px;
	}
	.bbs_list tbody td.list_title {padding-left:2px;white-space:normal;line-height:1.4;width:100%}
	.bbs_list tbody td.list_title a {
		color:#606060;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		text-decoration:none;
	}
	
	.bbs_list tbody td.list_title01 a {
		color:#606060;
		font-family:Verdana, Geneva, sans-serif;
		font-size:13px;
		font-weight:bold;
	}
	
	.bbs_list tbody td.date, .bbs_list tbody td.count {
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px;}
		
	.bbs_list tbody td.file,
	.bbs_list tbody td.date,
	.bbs_list tbody td.count,
	.bbs_list tbody td.origin,
	.bbs_list tbody td.area,
	.bbs_list tbody td.writer {text-align:center;}

	.bbs_list tbody td.company {}
	.bbs_list tbody td.category {}
	.bbs_list tbody td.category {}
	
	.bbs_list tbody tr.out td {}
	.bbs_list tbody tr.over td {
		background:url(./list_line_on.gif) left bottom repeat-x;
		color:#fa2532 !important;
	}
		
	.bbs_list tbody tr.over td.list_title a {color:#fa2532 !important;}
	.bbs_list tbody td a {
		color:#606060;
		text-decoration: none;
	}
	.bbs_list tbody tr.over td a:hover {
		color:#fa2532 !important;
		text-decoration: none;
	}
	.bbs_list tfoot {}
	.bbs_list tfoot td {
		padding:5px 0;
		color:#606060;
		background:url(./list_line.gif) left bottom repeat-x;		
	}
	.bbs_list tfoot td.nodata {
		text-align:center;
		padding:40px 0;
	}

	/* bbs View  ---------------------------------------------------------------------------------------------------------------*/ 
	.bbs_list_view {
		border-top:solid 1px #000;
	}
	.bbs_list_view thead th {
		background:#505050;
		color:#000;
		padding:6px 10px;
		letter-spacing:-0.03em;
		text-align:left;
		background:url(./list_head.gif) left bottom repeat-x;
	}
	.bbs_list_view thead td {
		background:#505050;
		color:#000;
		padding:6px 10px;
		letter-spacing:-0.03em;
		text-align:left;
		background:url(./list_head.gif) left bottom repeat-x;
	}
	
	.bbs_list_view tbody {}	
	.bbs_list_view tbody td.view_item_list {
		color:#606060;
		padding:6px 0 6px 0;
		background:url(./list_line.gif) left bottom repeat-x;
	}
	.bbs_list_view tbody span.view_item{padding-right:1px;font-size:11px;}
	.bbs_list_view tbody span.view_data{ padding-right:10px;font-size:11px;}
	.bbs_list_view tbody td.view_content {
		color:#606060;
		padding:20px 0 10px 0;
	}
	.bbs_list_view tbody th {
		border-bottom: 1px solid #dbdbdb;
		font-size: 1em;
		padding: 10px 10px;
		background: #f4f4f4;
		border-left: 0;
		border-right: 0;
	}	
	
	/* bbs Write  ---------------------------------------------------------------------------------------------------------------*/ 
	.bbs_list_write {border:1px solid #dfdfdf;background:url(./list_head.gif) left bottom repeat-x;}
	.bbs_list_write td.title {text-align:left;;white-space:nowrap;padding:0 10px;}
	.bbs_list_write td.cont {text-align:left:
