/* ÂÀ¤µ¤ÇÃµ¤¹ */
#thick {
	margin-bottom: 3em;
}
#thick h1 {
	margin-bottom: 0.5em;
	background: url(../img/title_thick.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	height: 45px;
}
#thick table {
	margin-bottom: 1em;
	border: 1px solid #CCC;
	border-collapse: collapse;
	width: 100%;
}
#thick th {
	padding: 0.1em 0.3em;
	background-color: #EEE;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-weight: normal;
}
th.thick { width: 20% }
th.pnum { width: 80% }

#thick td {
	padding: 0.1em 0.3em;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: left;
	vertical-align: top;
}

