@charset "UTF-8";

#content {
    width: 960px;
}

.top_page {
    position: relative;
}

#myCanvasContainer {
    width: 960px;
    height: 500px;
    background-image: url(../img/index/top.jpg);
}

#top_page_text {
    position: absolute;
    width: 427px;
    height: 24px;
    left: 25px;
    top: 415px;
    background-image: url(../img/index/top_text..png);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 99;
}

.tctooltip {
    padding: 5px;
    color: rgba(255,255,255,1.00);
    background: #2CA9E1;
    -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.38);
    box-shadow: 1px 1px 6px rgba(0,0,0,0.38);
    border: 2px solid rgba(255,255,255,1.00);
}
