﻿
*{
margin:0;
border:0;
padding:0;}
body{
text-align:center;
background-color:#F19D00;
font-size:14px;
line-height:1.5em;}
a{color:#CC0000;}
a:link{
color:#CC0000;}        /* 正常情况下的样式 */

a:visited{color:#CC0000;}   /* 已访问过的样式 */

a:hover{
color:#333333;}    /*  鼠标超链接移过时的样式 */

a:active{color:#CC0000;}    /*  鼠标在超连接上使用右键时的样式 */

a.important { font-weight:bold; color:#FF0000 }

h1{
display:none;}
h2{
display:inline;
float:left;
width:100%;
line-height:38px;
background-image:url(h2.jpg);
background-repeat:no-repeat;
background-position:left bottom;
text-indent:110px;
font-size:20px;
}
h3{
font-size:16px;
margin:5px 0;}
#main{
width:1000px;
margin:0 auto;}
#mainbg{
float:left;
width:100%;
background-color:#F8FFB9;
text-align:left;}

#top{
height:254px;
background-image:url(top.jpg);
background-repeat:no-repeat;
background-position:center center;
}
#navi{
font-weight:bold;
text-align:center;}
#navi ul,#navi ul li{
display:inline;
list-style:none;}
#navi ul{
margin:20px 20px;
float:left;}
#navi ul li{
float:left;
background-image:url(navi_left.jpg);
background-repeat:no-repeat;
background-position:left center;
margin:6px 3px 3px 10px;}
#navi ul li a{
display:block;
float:left;
background-image:url(navi_right.jpg);
background-repeat:no-repeat;
background-position:right center;
margin:0 0 0 3px;
padding:6px 20px 6px 12px;}
#content{
margin:20px;}
#left{
float:left;
width:300px;
border-right:1px dashed #FF3300;}
#right{
width:650px;
float:right;}
.half{
width:280px;
float:left;
}
td p{
text-indent:0em;
margin:0.5em 0;
font-size:14px;}
.tb{
margin:10px 0 0 0 ;}
.tb tr td {
border:1px solid #CCCCCC;}
.tb tr {
border:1px solid #CCCCCC;}