body{background:url(../img/bg.jpg) center repeat-y; background-color:#CECECE; margin:0; padding:0;}
._wrap{width:1000px; background:#FFF; margin:0 auto;}
._wrap i{background:url(../img/copyright_bg.jpg) repeat-y; color:#FFF8E3; font-size:12px; font-style:normal; text-align:center; padding:20px; display:block; width:1000px;}
._header{background:#40D1DD; width:1000px; height:333px;}
._nav{background:#7C7C7C; text-align:center; height:40px;}
._nav a{
	display:inline-block;
	height:20px;
	padding:10px;
	color: #E6E6E6;
	font-weight:bolder;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
._nav a:hover{color:#FBEF51; background:#2E3637; padding:10px 20px;}
._nav a:hover {
	color: #FFDF65;
	background-color: #303032;
}
._content{padding:30px 100px; position:relative; border-bottom:#A1A1A1 3px solid;}
._content h2{font-size:1.5em; color:#214771; border-bottom:#A0A7AD 1px dotted; padding:.3em 0; margin-bottom:.5em; font-weight:bold;}
._content h3{font-size:1.3em; color:#4EABD5; padding:.3em 0; line-height:1.6em; font-weight:bold;}
._content p{line-height:1.6em; padding:1em 0; text-indent:1em;
/* 防止撐開 IE*/
table-layout: fixed; 

/* 防止撐開 FX*/
overflow: auto; 

/* 英文單字自動換行 IE ONLY*/
word-wrap: break-word;
 
/* 正常避頭尾 */
word-break: normal; 
 
/* 文字左右對齊 */
text-align:justify; 
text-justify:inter-ideograph;}
._content table{border-collapse:collapse; width:800px; border-collapse:separate;}
._content table th, ._content table td{padding:.5em; line-height:1.5em; vertical-align:middle;}

._content table td._time{text-align:center; vertical-align:middle;}
._content table td._center{text-align:center;}
._content table tr._lineA{background:#E1ECEE;}
._content table tr._lineB{background:#D8FFFB;}
._content i{text-align:right; background:none; width:800px; color:#A90A0D;}
._content a._top{font-size:12px; padding:.5em .5em .3em .5em; border-top-left-radius:6px; border-top-right-radius:6px; background:#A1A1A1; color:#FFF; position:absolute; bottom:0; right:100px;}
._content ul li{list-style:circle; list-style-position:inside; padding-left:.2em; line-height:2em;}
._content ol li{list-style:decimal; list-style-position:inside; padding-left:2.2em; text-indent:-1em; line-height:1.6em;}
._content table._speaker{table-layout:fixed; border-collapse:collapse; border-spacing:0; margin-bottom:30px;}
._content table._speaker td{vertical-align:top; border-bottom:#9F9F9F 1px dotted; padding:0;}
._content table._speaker td._foto{width:160px; height:210px; text-align:center; border:none;}
._content table._speaker td dl{padding-left:20px; margin-top:-3px;}
._content table._speaker td dl dt{font-weight:bold;}
._content table._speaker td dl dd{color:#303030; padding:0 0 1em .5em;}
._content table._company{margin-bottom:30px;}
._content table._company td._logo{border:none;}
._content table._company td{vertical-align:top; border-bottom:#9F9F9F 1px dotted;}
._footer{height:100px;}