@charset "utf-8";

body {
    font-size: 12px;
    font-family: "Microsoft YaHei","微软雅黑",helvetica,arial,verdana,tahoma,sans-serif;
    color: #000;
    -webkit-text-size-adjust: none;
}

a{
    color: #0077dd;
    text-decoration: none;
    word-wrap: break-word;
}

a:hover{
    cursor: pointer;
    text-decoration: underline;
}

*:first-child+html body { font-size: small; /* for IE7 */ }

/* 
--------------------------------------------
    header sta
--------------------------------------------
*/
header{
	border-top:none;
    padding: 15px 0;
    margin:0 auto;
    width: 960px;
}

header .logo{
    position: inherit;
}

header .logo a.logoImg {
    display: block;
    background: url(../image/logo.png) 0 0 no-repeat;
    width: 181px;
    height: 20px;
    text-indent: -9999px;
    outline: none;
    overflow: hidden;
}
/* 
--------------------------------------------
    header end
--------------------------------------------
*/

/* 
--------------------------------------------
    contents sta
--------------------------------------------
*/
#contents #contentsLayoutInner{
    padding-top:20px;
    width:1000px;
    margin:auto;
    *zoom:1;
}

#contents #contentsLayoutInner:after{
    display: block;
    clear: both;
    height: 0;
    content: "";
    overflow: hidden;
}

#contents #subContents{
    width:230px;
    float: left;
}

#contents #mainContents{
    width:750px;
    float: right;
}
/* 
--------------------------------------------
    contents end
--------------------------------------------
*/

/* 
--------------------------------------------
    footer sta
--------------------------------------------
*/
footer {
    margin-top: 10px;
}

footer .footerWrap {
    margin: auto;
    padding: 10px 0 50px;
    text-align: center;
    width: 950px;
    border-top: 2px solid #666666;
}

footer ul li {
    border-right: 1px solid #ccc;
    display: inline-block;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-right: 10px;
}

footer ul li:last-child {
    border-right: 0px;
}

/* 
--------------------------------------------
    footer end
--------------------------------------------
*/
