#lightbox {
position: absolute;
left: 0;
width: 100%;
z-index: 100;
text-align: center;
line-height: 0;
}
#lightbox img {
width: auto;
height: auto;
}
#lightbox a img {
border: none;
}
#outerImageContainer {
position: relative;
background-color: #555555;
/*background-color: #FFFFFF;*/
	width: 250px;
height: 250px;
margin: 0 auto;
border-top:#cccccc solid 1px;
border-bottom:#cccccc solid 1px;
border-left:#cccccc solid 1px;
border-right:#cccccc solid 1px;
}
#imageContainer {
padding: 10px;
}
#loading {
position: absolute;
top: 40%;
left: 0%;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
#hoverNav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}
#imageContainer>#hoverNav {
left: 0;
}
#hoverNav a {
outline: none;
}
#prevLink,
#nextLink {
width: 49%;
height: 100%;
background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
display: block;
}
#prevLink {
left: 0;
float: left;
}
#nextLink {
right: 0;
float: right;
}
#prevLink:hover,
#prevLink:visited:hover {
background: url(../images/prevlabel2_on.gif) left 15% no-repeat; /* AKIRA FUJITA (2011/05/18) */
}
#nextLink:hover,
#nextLink:visited:hover {
background: url(../images/nextlabel2_on.gif) right 15% no-repeat; /* AKIRA FUJITA (2011/05/18) */
}
#imageDataContainer {
font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Helvetica, sans-serif;
background-color: #fff;
margin: 0 auto;
/* line-height: 1.4em; Windows環境でlightboxからpopupした画像のキャプションが２行になってもスクロールバーが出ないためには1.5emに拡張する必要がある <br />タグで改行を制御できることを確認 2010/12/15 */
	line-height: 1.5em; /* edited 2010/12/15 */
overflow: auto;
width: 100%;
border-top:#cccccc solid 1px;
border-bottom:#cccccc solid 1px;
border-left:#cccccc solid 1px;
border-right:#cccccc solid 1px;
}
#imageData {
padding:0 10px;
color: #666666;
}
#imageData #imageDetails {
width: 70%;
float: left;
text-align: left;
}
#imageData #caption {
font-weight: bold;
}
/* 複数画像対応 */
#imageData #numberDisplay {
display: block;
clear: left;
padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
/*width: 66px;*/
	width: 55px;
float: right;
padding-bottom: 0.1em;/*outline: none;*/
}
#imageData #bottomNavClose:hover {
/*width: 66px;*/
	width: 55px;
float: right;
background-color:#555555;/*padding-bottom: 0.1em;*//*padding-bottom: 
	outline:solid;1px;*/
}
#overlay {
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 100%;
height: 500px;
background-color: #000000; /* 他の色指定だとWIndows版Opera・IEで画面右端の部分に色が乗らないのが目立つ */
}

