.nav_technomeeting {
	height: 328px;
	padding: 0;
}
.nav_technomeeting li {
	height: 67px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 67px;
	text-align: center;
	margin-bottom: 20px;
}
.nav_technomeeting li a {
	background-color: #acacac;
	color: #ffffff;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 67x;
	line-height: 67px;
	font-size: 18px;
	font-weight: bold;
}
.nav_technomeeting li.active a {
	background-color: #7A7A7A;
}
.nav_technomeeting li.active a:hover {
	background-color: #7A7A7A;
}
.nav_technomeeting li a:hover {
	background-color: #D3D3D3;
}
p.text-lead {
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
	padding-top: 20px;
}
p.text-head {
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
	padding-top: 10px;
	color: #acacac;
}
table.list {
	margin-bottom: 20px;
	float: left;
	width: 50%;
}
table.list td {
	font-size: 16px;
	line-height: 16px;
	padding-right: 20px;
	padding-bottom: 10px;
}
table.list td.num {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #D3DB2C;
	text-align: center;
	vertical-align: middle;
	padding: 5px 20px 10px 40px;
}
table.program {
	font-size: 14px;
	margin-bottom: 30px;
	margin-top: 20px;
	border-top: 1px solid #808080;
}
table.program td {
	border-bottom: 1px solid #808080;
	padding: 10px 10px;
}
table.program td span {
	color: #D3DB2C;
}
table.program-button {
	width: 960px;
	margin-bottom: 20px;
	margin-top: 10px;
}
table.program-button td a {
	display: block;
	text-align: center;
	height: 100px;
	line-height: 100px;
	background-color: #D3DB2C;
	color: #000000;
	font-weight: bold;
	font-size: 40px;
	text-decoration: none;
}
table.program-button td a:hover {
	cursor: pointer;
	text-decoration: underline;
}