


.thumb_container{
	position: relative;
	width: 863px;
	padding-top: 400px;
	margin-left: 59px;
	padding-bottom: 100px;
	
}



hr {
 margin: 1em;
 clear: both;
 display: block;
}

iframe {
 float: left;
 margin-right: 1em;
}

img{
	vertical-align:middle;
	

}

ul#gallery_images{
	margin: 0;  /* 余分なマージンを消去 */
  padding: 0; /* 余分なパディングを消去 */
  text-align: center; /* 中央寄せ */
  margin-top: 10px;
  
}
ul#gallery_images li{
list-style-type: none; /* リストのマーカーを消去 */
  display: inline-block; /* 横並びに */
  margin: 0 0px 5px 0;
 height:100px;
}

/* IE6 */
ul#gallery li {
  _display: inline; /* IE6がdisplay: inline-block;に対応していないので */
}
 
/* IE7 */
*:first-child+html ul#gallery li {
  display: inline; /* IE7がdisplay: inline-block;に対応していないので */
}

div.lb img {
 margin-top: 4em;
 padding: 2em;
 background: #fff;
 border: solid 1px #CCC;
}

div.lb {
  display: none;
  position: absolute;
  padding-top: 200px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  text-align: center;
  background-color: rgba(22, 22, 22, 0.4);
  
}
div.lb:target {
  display: block;
}

/** IE doesn't support :target, so we use CSS expressions **/
div.lb {
  display: expression((document.location.toString().split('#').slice(1) == this.id)?'block':'none');
}

.bkg1_bottom{
	position: relative;
	top:20px;
	left: 568px;
	width: 500px;
}

.gallery_archives_button{
	position: relative;
	width: 300px;
	left: 130px;
	height: 10px;
	background-image: url(images/gallery/button-off.png);
	z-index: 11px;
	background-repeat: no-repeat;
}

.gallery_archives_button:hover {
	background-image: url(images/gallery/button-on.png);
}
.subtitle_g{
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: 100;
	color: #F09192;

	
}