@charset "UTF-8";
/* CSS Document */


/*css reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

/*globe*/
body{
	margin: 0;
	padding: 0;
	font-family:"微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	border-top: 4px solid #2c4ca0;

}
a{
	text-decoration:none;
	outline: none; /* for Firefox */
	hlbr:expression(this.onFocus=this.blur()); /* for IE */
}
.clear{
	clear:both;
}
#main
{
	/*width:680px;*/
	margin:0 auto;
	padding-top:20px;
	min-height: 100%;
	_height:100%;
}
.floatleft{
	float:left;
	margin-right:20px;
	margin-bottom:15px;
	border:1px solid #e6e6e6;
}
h2
{
	line-height:24px;
	font-size:18px;
	border-bottom:1px solid #e6e6e6;
	padding-bottom:10px;
	margin-bottom:15px;
	float:left;
	width:390px;
	padding-left:20px;
	background:url(../images/ico_h2.gif) no-repeat left top;
}
h2 span{
	color:#959595;
}
.download
{
	float:left;
	width:390px;
}
.cssbutton {
	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
	box-shadow:inset 0px 0px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf');
	background-color:#ffffff;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0px;
	border:1px solid #dddddd;
	display:inline-block;
	color:#2c4ca0;
	font-family:"微軟正黑體",arial;
	font-size:15px;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:170px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
	margin:0 8px 10px 0;
	behavior: url(../PIE.htc);

}
.cssbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ffffff');
	background-color:#dfdfdf;
	behavior: url(../PIE.htc);
}.cssbutton:active {
	position:relative;
	top:1px;
}




.detail_table{
	border-bottom:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	font-size:13px;
	color:#333;
	margin-bottom:20px;
}

.detail_table tr:hover{
	background-color:#fdfdfd;
}
.detail_table td{
	border-top:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	padding:8px 10px;
	line-height:18px;
	text-align:center;
}
.detail_table th{
	font-size:15px;
	text-align:center;
	padding:8px 10px;
	background-color:#f3f3f3;
	border-top:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	text-shadow:0 1px 0 #fff;
}
.detail_table th span{
	font-size:10px;
	color:#999;
}
.detail_table td ul{
	margin:15px;
	padding:0;
	text-align:left;
}
.detail_table td ul li{
	list-style:disc;
	padding-left:px;
}
detail_table td img{
	border:1px solid #fff;
}
.detail_table td img:hover{
	border:1px solid #fe7201;
}

