@charset "utf-8";

@import "../../../files/css/layout.css";


/*-------------------------------------------------------------------------
    Contents
/*-----------------------------------------------------------------------*/
#contents {
    background-color: #e6e6e6;
}
    #contents #box {
        width: 970px;
        border: none;
        background: none;
        position: relative;
        left: 26px;
        overflow: visible;
    }
    #contents #box h1 {
        padding: 10px 60px 0 0;
        position: absolute;
        top: 20;
        right: 0;
        left: 0;
        z-index: 2;
    }
        #contents #youtube {
            height: 458px;
            width: 836px;
            padding: 105px 0 0 134px;
            background: url(../img/bg.png) no-repeat ;
            position: relative;
        }
