
  /* ････････ 画像自動表示用 　ＳＴ　･･･････　*/


		.contentContainer{
		padding-left:0px;
		padding-right:0px;
		padding-bottom:10px;
	}
	
	
	.imageSlideshowHolder,.imageSlideshowHolder_left{
	    /*	margin:0px;   余白 */
			
		width:383px;	/* 画像の幅 */
		height:100%;	/* 画像の高さ */
		
		position:relative;	/* 変更不可 */
	}
	
	/* 以下は変更不可 */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}
　　  
/* ････････ 画像自動表示用 　ＥＮＤ　･･･････　*/


