/*layout*/



#table {
	float: left;
	width: 560px;
	margin: 10px 20px 30px 45px;
	padding: 5px;
}


/* index */


#table ul{
	float: left;
	width: 560px;

}
#table ul li{
	float: left;
}
.table_title {
	background: url(../images/table_top.png) no-repeat left top;
}

/* 表格標題列 */
/* 01是時間02是地點03是會議名稱04是下載 */
.td_top_01,.td_top_02,.td_top_03,.td_top_04{
	float: left;
	padding: 5px;
	margin-left: 2px;
	color: #fff;
	border-right: 1px solid #fff;
}
.td_top_01{
	width: 80px;
	text-align: right;
}
.td_top_02{
	width: 160px;
}
.td_top_03{
	width: 281px;
}
.td_top_04{
	width: 160px;
}

/*下方表格*/
.date,.location,.conferance_name,.download{
	border-left: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	padding: 5px;
	float: left;
	line-height: 18px;

}
.year{
	color: #900;
	font-weight: bolder;
	font-size: 14px;
}
.date{
	width: 82px;
	text-align: right;
}
.location{
	width: 161px;
}
.conferance_name{
	width: 282px;
	border-right: 1px solid #D8D8D8;
}
.download{
	width: 160px;
	border-right: 1px solid #D8D8D8;
	
}


#table a {
	color: #630;
}
