@charset "Shift_JIS";

body{
  color : #343434;
  margin-left : 30px;
  margin-right : 30px;
  margin-bottom : 30px;

  font-family : 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

td{
  margin-top;8px;
  font-size : 14px;
  line-height : 26px;
  }

td.sabtitle{
  font-size : 16px;
  font-weight : bold;
}

td.cap{
  font-size : 12px;
  line-height : 20px;
  vertical-align : top;
}

	
	#dhtmlgoodies_slideshow{
		width:840px;	/* スライドショー全体の幅 */


	}
	
	#previewPane{
		
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 560px;	/* IE 5.x対応用 */
		height/* */:/**/560px;	/* 他のブラウザ用 */
		height: /**/560px;
				
	}
	#previewPane img{
		line-height:560px;
	}
	#previewPane #largeImageCaption{	/* 拡大写真のキャプション */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:0.9em;
	}
	#galleryContainer{
		
		height:122px;	/* 画像の高さ + 2 */
		border:1px solid #fff;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 124px;	/* IE 5.x対応用 - ボーダーの左右の幅の分（2ピクセル）だけ足す */
		height/* */:/**/122px;	/* Other browsers */
		height: /**/122px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:120px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}