@charset "utf-8";

body{
margin:0;
}

#title{
	text-align: center;
}

#menuBox{
	margin:0 auto;
	width:750px;
	margin-top:5px;
}
.box-title01 {
	line-height: 25px;
	margin:0;
	font-size:15px;
	color: #006633;
	width:160px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #84D59C;
	text-align: center;
}
.box-title02 {
	line-height: 25px;
	font-size:15px;
	//color: #2B75A2;
	text-align: center;
	margin:0;
	width:160px;
	font-family: Georgia, "Times New Roman", Times, serif;
	//background-color: #85DFEF;
}
.box-title03 {
	line-height: 25px;
	font-size:15px;
	color: #2B75A2;
	text-align: center;
	margin:0;
	width:160px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #85DFBF;
}
.box-title04 {
	line-height: 25px;
	margin:0;
	font-size:15px;
	color: #996600;
	text-align: center;
	width:160px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #F8BD6D;
}
.box-title05 {
	line-height: 25px;
	font-size:15px;
	color: #2B75A2;
	text-align: center;
	margin:0;
	width:160px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #85DFEF;
}
.box-text1 {
	color: #333333;
	line-height: 15px;
	font-family: "新細明體";
	width:160px;
}
.menu_A1{
	width:146px;
	float: left;
	color: #333;
	overflow: hidden;
	padding: 0px 2px;
	font-family: "新細明體";
	font-size: 13px;
}

ul li{
font-size:13px;
padding:4px 0px ;
margin:0;
}

li a{
	color: #009999;
	text-decoration: none;
	border-bottom:1px dashed #666;
	padding-bottom:3px;
	}
	
li a:hover{
	color: #FFCC33;
}

.logout{
	color: #009999;
	text-decoration: none;
	border-bottom:1px dashed #666;
	background-color: #FFFFFF;
	//padding-bottom:3px;
	padding-bottom:3px;
	margin:0;
}
.descTable {
  display:table;
  border-collapse:separate;
  border: 0px solid #FFFFFF;
}
.row {
  display:table-row;
}
.row div {
  display:table-cell;
  border: 0px solid #FFFFFF;
  vertical-align:middle;
}
.row .one {
  width:150px;
  padding-left:5px;
}
.row .oneContent{
  width:150px;
  text-align:right;
  font-size:large;
  font-weight:bold;
  padding-right:2px;
}
.row .two {
  width:230px;
  padding-left:5px;
}
.row .twoContent{
  width:230px;
  text-align:right;
  font-size:large;
  font-weight:bold;
  padding-right:2px;
}
.row .three {  
  width:90px;
  padding-left:5px;
}
.row .threeContent{
 width:90px;
 text-align:right;
 font-size:large;
 font-weight:bold;
 padding-right:2px;
}
.row .lessAlert{
	color:red;
}
