body  {
	font-size: 65%;
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
	color: #000;
	background-color:#ff9a00;
	font-family:Calibri,arial,helvetica,clean,sans-serif;
}
.thrColAbsHdr #container { 
	position: relative; /* 添加“position: relative”允许您将两个侧栏相对于此容器放置 */
	width: 1000px;  /* 使用比最大宽度 (800px) 小 20px 的宽度可显示浏览器界面元素，并避免出现水平滚动条 */
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
} 
/* 具有标题和脚注的绝对定位侧栏的提示：
1. 必须为绝对定位 (AP) 元素指定顶部边距和侧边距（左边距或右边距）。默认情况下，如果未指定顶部边距，则 AP 元素将紧跟页面源代码中的前一个元素之后出现。这意味着，如果在文档的源代码顺序中，侧栏是 #container 中的第一个元素，那么，即使未提供顶部边距值，侧栏也将出现在 #container 的顶端。但是，如果它们的源代码顺序之后由于任何原因而移动，就需要具有顶部边距值，才能显示在所需的位置。
2. 绝对定位 (AP) 元素已从文档流中去除。这意味着绝对定位元素周围的元素不知道它们是否存在，在占据合理的页面空间时不会考虑它们。因此，如果您确信大部分内容将总是包含在中间的 #mainContent div 中，则只应当将 AP div 用作侧栏。如果任一侧栏中将包含更多的内容，则该侧栏将超出父 div（在本例中父 div 同时还为脚注）的底部，此时侧栏会看起来没有被完全包含进来。
3. 如果满足了上述要求，则可以使用绝对定位侧栏来方便地控制文档的源代码顺序。
4. 如果源代码顺序发生变化，则顶部边距值应当等于标题的高度，因为这将使得这些栏与标题在视觉上对齐。
*/
.thrColAbsHdr #header {
	height: 395px; /* 如果要更改栏的源代码顺序，则可能需要使用标题的高度，以便可以为栏提供可预测的顶部边距值 */
	padding: 0 0 0 0;  /* 此填充会将出现在它后面的 div 中的元素左对齐。如果 #header 中使用的是图像（而不是文本），您最好删除填充。 */
	font-size:1.2em;
	color:#a0a0a0;
	background-image: url(../images/bkg-header.png);
	background-repeat: no-repeat;
	background-position: left top;
} 
.thrColAbsHdr #header #logo {
	padding:77px 0 0 100px;
}
.thrColAbsHdr #header #navi {
	padding:60px 0 0 140px;
}
.thrColAbsHdr #mainContent {
	padding: 0 160px 0 170px; /* 请记住，填充是 div 方块内部的空间，边距则是 div 方块外部的空间 */
	background-image: url(../images/bkg-maincontent.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:1.2em;
}
.thrColAbsHdr #mainContent .main {
	overflow:auto;
	overflow-x:hidden;
	height:539px;
}
.thrColAbsHdr #mainContent form {
	margin:0;
	padding:0;
}
.thrColAbsHdr #mainContent .table-01 {
	margin-top:8px;
	background-image: url(../images/bkg-form-01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height:225px;
}
.thrColAbsHdr #mainContent .table-02 {
	margin-top:6px;
	background-image: url(../images/bkg-form-02.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height:172px;
}
.thrColAbsHdr #mainContent .table-03 {
	margin-top:10px;
}
.thrColAbsHdr #mainContent .table-03 th {
	font-family:"Comic Sans MS";
	font-size:1.3em;
	text-align:left;
	color:#ff9a00;
	font-weight:normal;
}
.thrColAbsHdr #mainContent .table-03 th a {
	color:#ff9a00;
	text-decoration:underline;	
}
.thrColAbsHdr #mainContent .table-03 td {
	line-height:14px;
	padding:1px 0;
}
.thrColAbsHdr #mainContent .table-04 {
	margin-top:10px;
}
.thrColAbsHdr #mainContent .table-04 th {
	font-family:"Comic Sans MS";
	font-size:1.3em;
	text-align:left;
	color:#000;
	font-weight:normal;
}
.thrColAbsHdr #mainContent .table-04 td {
	line-height:20px;
	padding:3px 0;
}
.thrColAbsHdr #mainContent h1 {
	color:#000;
	margin:0;
	padding:0;
	font-size:1.2em;
}
.thrColAbsHdr #mainContent p {
	margin:0;
	padding:5px 0;
	font-size:1em;
}
.thrColAbsHdr #footer {
	padding: 0; /* 此填充会将它上面 div 中的所有元素左对齐。 */
	background-image: url(../images/bkg-footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:308px;
	padding:10px 0 0 180px;
} 
.pagesort {
	margin:20px 20px 0 0;
	text-align:right;
}
.pagesort  a{
	color:#000;
	margin:0 3px;
	text-decoration:none;
}
.fltrt { /* 此类可用来使页面中的元素向右浮动。浮动元素必须位于页面上要与之相邻的元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 此类可用来使页面上的元素向左浮动 */
	float: left;
	margin-right: 8px;
}
.font-01 {
	color:#ff9a00;
	font-size:14px;
}
.input-01 {
	height:16px;
	line-height:16px;
	border:1px solid #ff9a00;
	width:140px;
}
.input-02 {
	height:16px;
	line-height:16px;
	border:none;
	border-bottom:1px solid #ff9a00;
	width:440px;
	background-color:#fef19c;
}
.input-03 {
	height:16px;
	line-height:16px;
	border:none;
	border-bottom:1px solid #ff9a00;
	width:340px;
	background-color:#fef19c;
}
.input-04 {
	line-height:16px;
	border:1px solid #ff9a00;
}
.submit-01 {
	background-color: #FFFFFF;
	background-image: url(../images/submit-01.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:115px;
	height:29px;
	border:none;
	cursor:pointer;
}

.category_list{
	display:block; width:100%; overflow:hidden; font-size:11pt;
}
.category_list span{ display:block; overflow:hidden; float:left; padding:5px;}
.category_list a{ color:#0000ff;}