@charset "utf-8";

/* SHOPうるまでるび /shop/
---------------------------------------- */
a,
a:visited {
    color: #0066ff;
}

a:hover {
    color: #ff6600;
}

.smallfont {
    font-size: 10px;
    font-weight: normal;
}



/* コンテンツ
------------------------------ */
#container {
    width: 900px;
    background: #ffffff;
    margin: 0 auto;
    overflow: auto;
}

#wrapper {
    clear: both;
    width: 900px;
    margin: 0;    
    overflow: auto;
}

#content_title {
    width: 900px;
    margin: 0;
    background: #transparent;
}

#content_title h1 {
    margin: 0;
    padding: 0;
    color: #ffffff;
}

#content {
    width: 900px;
    height: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    overflow: visible;
    color: #444444;
    text-align: center;
}

/* コンテンツ メイン
----------------------*/
#content iframe {
    height: 1350px;
    width: 800px;
    margin: 0 50px;
    text-align: center;
}


/* ヘッダー差し替え対応追記 */

#wrapper {margin:35px auto 0;}
