@charset "utf-8";


/* 背景
------------------------------ */
#container {
    width: 920px;
    margin: 0 auto;
    overflow: auto;
    text-align: center;
    position: relative;
}

#content {
	width: 900px; height:1600px;
    margin: auto;
    background: transparent url(../artisan/images/BG.png) top center no-repeat; 
    overflow:auto;
	color: #444444;
    text-align: left;
}

/* サムネイル上段の設定 */

div.thumbnail01Container {
	
	position: relative;
	top: 720px;
	left: 110px;
	width: 684px;
	}
table   {
        border-spacing: 0px;
        }

td      {
        padding: 0px;
        }


/* 購入者のブログへ */
div.ToCustomerBlog {
	position: relative;
	width: 366px;
	top: 1040px;
	left: 267px;
}



/* TOPへ戻の設定 */
div.backToTop {
	position: relative;
	width: 216px;
	top: 1233px;
	left: 345px;
}


/* ヘッダー差し替え対応追記 */
#wrapper {
	margin:auto 0;
}
