﻿.box { width:100%; }
.data {
  width: 100%;
  background: #ffffff;
  border: solid 1px #eee;
  margin: 5px auto 0px 0;  
}


.data th {	
		    width: 5em;			
				background:#DDF7FF;
				color:#808080;
			  font-family:新細明體;	
				 font-weight:bold;
			  font-size:11pt;				
				border: none;				
				vertical-align: middle;
				text-align: center;
				font-weight: normal;
				padding: 5px 5px 5px 5px;
			}
.data td {			       	       			
			  font-family:新細明體;	
				border:solid 1px #eee;
				vertical-align: middle;
				text-align: left;
				padding: 5px 5px 5px 5px;
			}
				.data a {
				text-decoration: none;
				color: #3333aa;
			}

				.data a:hover, .data a:active {
					color: #ff5555;
				}

			.data input {
				font: 12pt 細明體;
			}

.list {
      background :#DDF7FF;
 			color:#808080;
			font-family:新細明體;		    
			width: 100%;
		  font-size:10pt;
			background: #ffffff;
			border-left:1px solid #eee;
			margin: 5px auto 5px 0;
		}
.list th {
				background:#DDF7FF;
				vertical-align: middle;
				text-align: center;
				font-weight: normal;
				padding: 5px 5px 5px 5px;
			  font-weight:bold;
	
			}

.list td {				
				vertical-align: middle;
				text-align: left;
				padding: 5px 5px 5px 5px;        
				border-right:1px solid #eee;
				border-bottom:1px solid #eee;
			}

.list .ad { width:100px; text-align:center; }
.list a {
				text-decoration: none;
				color: #3333aa;
			}

.list a:hover, .list a:active {
					color: #ff5555;
				}
	input,select {
			font: 11pt 細明體;
			border-radius:5px;
		}
select { padding:3px 2px 3px 2px;}