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

