﻿@import "Body.css";
#Content {
    height:1420px;
} 
    #Content .Main {
    width: 1000px; margin:10px auto 55px auto; padding:10px;
    border:1px solid #d9d9d9; background:#ffffff;
    height:1352px;
    position:relative;
    }
        #Content #Site .Title {
            height:40px;
            line-height:40px; text-align:left; font-size:14px; font-weight:bold;
            border-bottom:1px solid #e5e5e5;
            padding-left:17px; margin-bottom:12px;
            background:url(../Images/Title2.jpg) 0px 13px no-repeat;
        }
            #Content #Site .Title a:link {
                text-decoration:none;
            }
        #Content #Site #PS {
            height:1240px; margin:0 auto;
        }
            #Content #Site #PS a {
                width:190px; height:220px; 
                display:block; float:left;
                line-height:28px; text-align:center; color:#000000; text-decoration:none;
                margin:15px 5px; margin-top:10px;
            }
                #Content #Site #PS a:hover {
                    text-decoration:underline;
                }
                #Content #Site #PS a img {
                    border:1px solid #e0e0e0;
                    width:100%; height:200px;
                }
.page {
    height:20px;
    line-height:20px;
    text-align:center;
}
    .page a {
        padding:5px 10px; margin:0px 2px;
        color:#000; font-weight:bold;
        text-decoration:none;
        cursor:hand; cursor:pointer;
    }
        .page a:hover {
            color:#09F;
        }
    .page .nub {
        text-decoration:none; color:#fff;
        background:#666;
    }