@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #8C93C9;
}
#menu{
	width:252px;
	float:left;
}

/* 內容 */
#content{
	width:515px;
	background:#FFF;
	min-height:600px;
	float:left;
	line-height:25px;
	padding:20px 40px;
	margin:0px;
	font-size:15px;
}

h1{
	line-height:34px;
	font-size:16px;
	color:#336699;
}

h2{
	line-height:34px;
	font-size:15px;
	padding:24px 0px 0px 0px;
}



#container{
	width:848px;
	margin:0 auto;
}

/* 表格 */
table{
	font-size:13px;
	text-align:center;
	width:90%;
	margin:16px auto;
}

caption{
	text-align: center;
  	font: bold 15px arial, helvetica, sans-serif;
 	background: transparent;
  	padding:10px 0px;
  	color: #03476F;
  	text-transform: uppercase;
}


td{
 	padding: .1em;
  	color: #363636;
	border-left:1px #fff solid;
}

/* 紫色表格 */
.table1{
	background:#EFE9F3;
}
.th1{	
	color: #FFFFFF;
	background-color:#4F2259;
	font-weight:normal;
	border-left:1px #fff solid;
}

.th1 th{
	border-left:1px #fff solid;	
	border-bottom:1px #fff solid;	
}

.c1{
	background-color:#9C7EB0;
}
.table2{
	background:#D0E7DF;
}
.th2{	
	color: #fff;
	background-color:#0C5B56;
	font-weight:normal;
	border-left:1px #fff solid;
}
.th2 th{
	border-left:1px #fff solid;	
	border-bottom:1px #fff solid;	
}
.c2{
	background-color:#89C3AB;
}

