body {
  background-color      : #f4f4f2;
    background-attachment: fixed;
    /*background-image: url("../images/bg2.gif");*/
    background-repeat: repeat;
}
*{
    margin:0 auto;
}
#site{
    width:1280px;
    margin:5px auto;
    background:#eee;
    border:1px solid #fff;
    padding-top:30px;
    padding-bottom:30px;
    box-shadow:3px 3px 3px 0px rgba(0,0,0,0.3);

}

h1.charactor_categray_title{
    text-align: center;
    color:#aaa;
    text-shadow:0px 1px 0px #fff;
}
h2.charactor_categray_title{
    text-align: center;
    color:#aaa;
    text-shadow:0px 1px 0px #fff;
}
.charactor_catagory_index{
    width:800px;
    border-collapse: separate;
    border-spacing: 40px;
    text-align:center;
    font-size:18px;
}
.charactor_catagory_index td{
    vertical-align:top;
    border:1px solid #999;
    padding-top:10px;
    height:200px;
    font-weight:bold;
    color:#eee;
    /*background-color:#eee;*/
    background-color:#779966;
    border-radius:3px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom:7px solid #553311;
    border-right:7px solid #997755;
    box-shadow:5px 5px 10px -2px rgba(150,150, 0, 0.5);
}

.charactor_catagory_index td:hover{
    position:relative;
    top:3px;
    background-color:#779966;
    color:#fff;
}
.charactor_catagory_index a{
    display:block;
    text-decoration: none;
    /*color:#800;*/
    color:#fff;
}
.charactor_catagory_index a:hover{
    text-decoration: underline;
    /*color:#fff;*/
    color:#800;
}
.charactor_catagory_index img{
    width:120px;
    height:120px;
    border:1px solid #fff;
    border-radius:5px;
}

.charactor_catagory_index td:hover img{
    border:1px solid #fff;
}

.charactor_catagory_table{
    width:1000px;
    border-collapse: separate;
    border-spacing: 60px;
    font-size:14px;
}
.charactor_catagory_table img{
    border-radius:5px;
    border:1px solid #fff;
}
.charactor_catagory_table td.out_td{
    width:25%;
    border:1px solid #ccc;
    border-radius:5px;
    text-align:center;
    padding:10px;
    color:#660;
    box-shadow:
    3px 3px 3px rgba(256,256,256,0.5) inset,
    -1px -1px 0px rgba(256,256,256,0.5) inset;
}
.charactor_catagory_table td.out_td:hover{
    background:#779966;
    color:#fff;
    border:1px solid #fff;
    box-shadow:
    1px 1px 0px rgba(20,20,20,0.2) inset,
    -1px -1px 0px rgba(50,50,50,0.2) inset;
}
.charactor_catagory_table td.out_td table{
    width:100%;
    border:0px solid #111;
    text-align:left;
    border-collapse: separate;
    border-spacing:5px;
}
.charactor_catagory_table td.out_td table img{
    width:180px;
    height:180px;
    border-radius:5px;
}
.charactor_catagory_table td.out_td table td{
    border:0px solid #111;
    text-align:left;
    padding:5px 5px 5px 10px;
}
.charactor_catagory_table td.out_td table tr td:first-child{
    width:55px;
}

.charactor_catagory_table td.out_td table tr td:nth-child(2n){
    width:110px;
    border-bottom:1px dashed #aaa;
    font-size:14px;
}
.charactor_catagory_table td.out_td table tr:nth-child(3) td:nth-child(2){
    lang:ZH-CN;
    font-family:simsun;
    color:#800;
}
.charactor_catagory_table td.out_td table tr:nth-child(4) td:nth-child(2){
    lang:ZH-CN;
    font-family:simsun;
    color:#800;
}

.charactor_catagory_table td.out_td table tr td:first-child{
    background-color:#ddd;
    padding-left:5px;
    border-radius:5px;
    border:1px solid #eee;
    border-bottom:2px solid #bbb;
    border-right:2px solid #bbb;
    box-shadow:
    1px 1px 1px rgba(256,256,256,0.6) inset,
    -1px -1px -1px rgba(20,20,20,0.7) inset;
}
.charactor_catagory_table td.out_td:hover table tr td:first-child{
    color:#800;
}
.charactor_catagory_table td.out_td:hover table tr td:nth-child(2n){
    border-bottom:1px dashed #fff;
}


