﻿body 
{
    color:White;
    background-color:Black;
    font-size:12px;
    margin:0px;
}
a
{
    color:White;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}
img
{
    border:0px;
}
/*共用*/
.center
{
    text-align:center;
}
/**/
#RS_Top
{
    background-image:url('/images/base/top_bg.gif');
    height:131px;
    width:100%;
}
#RS_Top_Body
{
    width:1000px;
    margin:0px auto 0px auto;
}
#RS_Logo
{
    padding-top:50px;
    float:left;
    width:200px;
}
#RS_Logo a
{
    background-image:url('/images/logo.gif');
    background-repeat:no-repeat;
    display:block;
    width:195px;
    height:56px;
    text-indent:-999px;
}
#RS_Nav
{
    float:left;
    width:800px;
}
#RS_Top_Intro
{
    color:Gray;
    line-height:30px;
    padding-top:45px;    
    padding-left:20px;
}
#RS_Nav_Body
{
}
#RS_Nav_Body .RS_Nav_Item
{
    float:left;
    text-align:center;
    padding:0px 20px 0px 20px;
}
#RS_Body
{
    background-color:Black;
    float:left;
    width:100%;    
}
#RS_Content
{
    width:1000px;
    margin:0px auto 0px auto;
    padding-top:10px;
    overflow:hidden;
}
#RS_Foot
{
    background-color:Black;
    float:left;
    height:30px;
    line-height:30px;
    text-align:center;
    width:100%;
}