@charset "utf-8";


/* 背景
------------------------------ */
#container {
    width: 920px;
    margin: 0 auto;
    overflow: auto;
    text-align: center;
    position: relative;
}

#content {
     width: 900px; 
     height:2055px;
     margin: auto;
     background: transparent url(../bwbook2/images/wholepage.png) center -5px no-repeat; 
     overflow:auto;
     color: #444444;
     text-align: left;
}

/* amazon */
#content div.bnr_amazon a{ 
     display:block; 
     overflow:hidden; 
     width:180px; 
     height: 0 !important; 
     height /**/: 44px; 
     padding-top: 44px;
     background: transparent url(../bwbook1/images/btn_amazon.png) no-repeat center top; 
     background-position:0 0; 
     color: #ffffff; 
}
#content div.bnr_amazon a:hover { 
     background-position:0 -44px; 
}

/* gakken */
#content div.bnr_gakken a{ 
     display:block; 
     overflow:hidden; 
     width:180px; 
     height: 0 !important; 
     height /**/: 44px; 
     padding-top: 44px;
     background: transparent url(../bwbook1/images/btn_shopgakken.png) no-repeat center top; 
     background-position:0 0; 
     color: #ffffff; 
}
#content div.bnr_gakken a:hover { 
     background-position:0 -44px; 
}

/* play1 */
#content div.bnr_play1 a{ 
     position: absolute;
     display:block; 
     overflow:hidden; 
     width:134px; 
     height: 0 !important; 
     height /**/: 129px; 
     padding-top: 129px;
     top: 273px;
     left: 655px;
     background: transparent url(../bwbook2/images/btn_sample1.png) no-repeat center top; 
     background-position:0 0; 
     color: #ffffff; 
}
#content div.bnr_play1 a:hover { 
     background-position:0 -129px; 
}

/* play2 */
#content div.bnr_play2 a{ 
     position: absolute;
     display:block; 
     overflow:hidden; 
     width:134px; 
     height: 0 !important; 
     height /**/: 129px; 
     padding-top: 129px;
     top: 1660px;
     left: 200px;
     background: transparent url(../bwbook1/images/btn_sample2.png) no-repeat center top; 
     background-position:0 0; 
     color: #ffffff; 
}
#content div.bnr_play2 a:hover { 
     background-position:0 -129px; 
}


/* TOPへ戻の設定 */
div.backToTop {
	position: relative;
	width: 216px;
	top: 20px;
	left: 345px;
}


/* ヘッダー差し替え対応追記 */
#wrapper {
	margin:auto 0;
}
