
body {
	padding: 30px 50px 30px 50px;
	font-size : 17px;
	font-family : "微軟正黑體", "arial Unicode MS";
	background:#f2f2f2;
	
}

/* fieldset */
fieldset {
	position:relative;
	margin:20px 0 30px 0; /*上右下左*/
	background-color:#fff;
	border-radius: 5px;
	display:block;
	font-family:"微軟正黑體", "arial Unicode MS";
	
}
legend{
	position:relative;
	font-family:"微軟正黑體", "arial Unicode MS";
	font-size:17px;
	font-weight:bold;
	background:#f2f2f2;
	padding:5px 20px; /*上右下左*/
	border:1px solid #999;
	border-top-left-radius: 5px;
}

/* circle */
#circle {
	z-index: 1;
    width: 15px;
    height: 70px;
    background: #555;
	border-radius: 5px;
}
#title{
	z-index: 2;
	position:relative;
	font-family:"微軟正黑體", "arial Unicode MS";
	font-size:20px;
	font-weight:bold;
	margin-top:-60px;
	margin-left:20px;
}
#title ch{
	font-size:28px;
	line-height:30px;
	color:#222;
}
#title en{
	font-size:17px;
	color:#222;
}

td.bgstyle1, td.bgstyle2 {
	background: #f2f2f2;
}

td.comment_text {
	line-height:150%;
}

table.result {
	background:white;
	border:solid 2px #003366;
}

td.result {
	border:solid 1px #99CCFF;
}

td.anova {
	border-left:solid 1px #99CCFF;
	border-right:solid 1px #99CCFF;
}

td.df1 {
	color: #f2f2f2;
	background: #555;
	/*background: #db8a2b;*/
	font-weight: bold;
}
td.df2 {
	background: #f2f2f2;
}

.error {
   color: #900;
   background-color : #ffff00;
}

/* intro tab */
.abgne_tab {
	clear: both;
	overflow-x: hidden; 			/*卷軸隱藏x軸*/
	/*overflow-x: visible;*/
	overflow-y: auto;
	height: 500px; 
	width: 550px;
	background-color:#fff; 
	border:1px solid #999;
	border-top:0px;
	border-radius: 5px;
	padding:0px; 
	text-align: left;
	margin: 20px 0 30px 0;
	font-family: "微軟正黑體", "arial Unicode MS", Arial, Helvetica, sans-serif;
}

.abgne_tab1 {

	overflow-x: auto; 			/*x軸*/

}

ul.tabs {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #999;
	font-size :17px;	/*左上方字體大小*/
	font-weight: bold;
	padding:0;
	margin:0;
}	
ul.tabs li {
	float: left;
	height: 29px;
	line-height: 29px;
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
	border: 1px solid #999;
	border-top-left-radius: 5px;
	border-left: none;
	background: #e1e1e1;
	padding: 0 20px;			/*左上方固定原始兩邊距離*/	
}
ul.tabs li a {
/*ali20171206	display: block; */
	color: #000000;  				/*左上字型顏色 超連結*/
	border: 0px solid #fff;
	text-decoration: none;	
}
ul.tabs li a:hover {
	background: #ccc;
}
ul.tabs li.active  {
	background: #fff;			/*左上方內容碰到放開時候的顏色*/
	border-bottom: 1px solid #fff;
}
ul.tabs li.active a:hover {
	background: #fff;            /*左上方內容碰到時候的顏色*/
}
div.tab_container { 					/*主要框框大小*/
	clear: left;
	width: 550px;

}
div.tab_container .tab_content {
	padding: 30px;
}
a.out:link, a.out:visited, a.out:hover {
	color:#2DA1FF;
}
