﻿/* CSS Document */

body{font-size:14px}

/* 表格 */
.list_table
{
    background-color:#333333;
    border-spacing:1px;
    width:100%;
}
/* 標題格子 */
.list_th
{
	background-color: #999999;
	color: #ffffff;
	height: 25px;
	line-height: 150%;
}
/* 內容格子 */
.list_td {
	background-color: #ffffff;
	color: #333333;
	height: 25px;
	line-height: 150%;
}
/* 操作格子 */
.list_op {
	background-color: #FFFAF4;
	color:#FF3300;
	height: 25px;
	line-height: 150%;
}
.list_op a{
	color:#FF3300;
}