@charset "utf-8";


/* 背景
------------------------------ */
#container {
    width: 920px;
    margin: 0 auto;
    overflow: auto;
    text-align: center;
    position: relative;
}

#content {
	width: 900px; height:1480px;
    margin: auto;
    background: transparent url(../mono_t/images/BG.png) top center no-repeat; 
    overflow:auto;
	color: #444444;
    text-align: left;
}

/* サムネイル上段の設定 */
div.thumbnail01Container {
	position: relative;
	top: 438px;
	left: 493px;
	width: 350px;
}

/* サムネイル下段の設定 */
div.thumbnail02Container {
	position: relative;
	top: 742px;
	left: 493px;
	width: 350px;
}

/* TOPへ戻の設定 */
div.backToTop {
	position: relative;
	width: 216px;
	top: 1000px;
	left: 335px;
}


/* ヘッダー差し替え対応追記 */
#wrapper {
	margin:auto 0;
}
