@charset "utf-8";
/* CSS Document */

#sugo .head {
position: relative;
background: url(..) no-repeat left top;
height: 424px;
z-index: 9999;
}
#sugo .head h2 {
position: absolute;
top: 10px;
left: -101px;
height: 493px;
width: 680px;
}

div.PhotoBox {
			float: left;
			position: relative;
			overflow: hidden;
			margin: 0px 0em 0em 0px;	/* 隣接写真との余白量 */
			width: 310px;				/* 写真の横幅 */
			height: 310px;				/* 写真の高さ */
		}
		div.PhotoBox div.SlideBox {
			position: absolute;
			left: 0px;
			top: 310px;					/* 写真の高さに合わせる */
			width: 310px;				/* 写真の横幅に合わせる */
			height: 200px;				/* スライドして重ねる領域の高さ */
			background-color: black;	/* スライドして重ねる領域の背景色 */
			color: white;				/* スライドして重ねる領域の文字色 */
			opacity: 0.6;				/* スライドして重ねる領域の透明度 */
		}
		div.PhotoBox div.SlideBox p.Caption {
			font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
			font-weight: bold;  /* 文字の太さ */
			font-size: 90%;		/* 文字サイズ */
			margin: 0.5em;		/* 周囲の余白量 */
		}
		
		
	
		
		
		
		
		
		
