@charset "utf-8";
/* CSS Document */
body{ background-color:#9bca00;margin:50px 0px;}
.mainpage{width:800px;height:400px;margin:0 auto; background-color:#fff;padding:6px;border:1px solid #516901;}
.contentleft{width:380px;height:380px; background-color:#ccc;float:left;padding:10px;}
.contentright{width:380px;height:380px;float:right;padding:10px; overflow:auto; }

.tip, .tip:hover{
		color:#FFF;
		font-size:9px;
		display:block;
		margin-left:-90px;
		position:absolute;
		width:76px;
		height:63px;
		background:url(img/tips.gif);
		text-align:center;
		cursor:pointer;
		line-height:17px;
}
.tip div{
	margin-top:17px;
	margin-left:-10px;
}

.caselist {
	font:normal 12px/20px 新細明體,Arial,sans-serif; color:#666;;
}

.CertifyNo {
	text-align:center;
}

.caselist th{
	font-weight:bold;
	background:#663300;
	color:#FFF;
	padding:2px;
}

.caselist td{
	padding:2px;
}

.caselist .even{
	background:#EFEFEF;
}
/*
.contentleft:hover .tip{
	display:none;
}
*/


h1{font:bold 16px/20px 微軟正黑體,Arial,sans-serif; color:#ff6600; line-height:16px;}
.subtitle, h2{font:bold 12px/12px 微軟正黑體,Arial,sans-serif; color:#663300;}
p{font:normal 12px/30px 新細明體,Arial,sans-serif; color:#666;background-image:url(img/bk.jpg);}

.top{width:800px;height:55px;margin:0 auto; }
.menu{height:30px;float:right;padding-top:20px;}
.menu ul{list-style-type: none;margin: 0px;padding: 0px; background-color:#000;border-top:1px soliid #FFF;border-left:1px soliid #FFF;}
.menu li{float:left;width:80px;height:30px;border-right:1px solid #9bca00;}
.menu li a{text-decoration:none;text-align:center; color:#FFF;display: block;width:80px;height:40px;font:normal 12px/25px 微軟正黑體,Arial,sans-serif; color:#000;}
.menu li a:hover{ color:#fff;}

.bottom{width:800px;height:400px;font:normal 12px/30px 微軟正黑體,Arial,sans-serif;height:30px;color:#000;color:#FFF;margin:0 auto;}
.logo{width:200px;height:30px;float:left;}


.creativedeco{width:120px;height:180px;background-image:url(img/creativedeco.png);margin-left:-130px;margin-top:-7px;position:absolute;border:solid 1px #666;cursor:pointer}