@import "/629/08/base.css";
@import "/629/08/rightCol.css";
@import "/629/08/leftCol.css";
@import "/629/08/footer.css";

#contents { /* top bgimg*/
    background: url(image/content_back_top.gif) repeat-y;
}

#primary { /* top bgimg*/
    background: url(image/top.jpg) no-repeat left top;
}

#centerCol { /* top bgimg*/

}

#centerCol p {
    padding: 0px 30px 0px 30px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1.5;
}
#centerCol a {
    color: #C2AFC4;
    text-decoration:none;
}
#centerCol a:hover {
    color: #9F86A3;
}
#centerCol .theme{
    padding: 490px 0px 0px 0px;
}
#themeTitle {
    text-indent: -999em;
}

#centerCol .specBlock{
    padding: 0px 0px 12px 0px;
}
#centerCol .specBlock2{
    padding: 0px 0px 30px 0px;
}
.separator {
    display: block;
    margin: 20px 40px 25px 40px;
    width: auto;
    height: 0px;
    border-bottom: 1px solid #ffffff;
    overflow: hidden;    
}

.spec {
    margin-left: 100px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    color: #FFFFFF;
}
.spec2 {
    margin-left: 100px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    color: #FFFFFF;
}
.spec2 a img {
    border: solid 1px #C2AFC4;
}
.spec2 a:hover img{
    border: solid 1px #9F86A3;
}
.spec3 {
    margin-left: 100px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: #FFFFFF;
}


