#lightbox {
	background-color: #FFFFFF;          /*#eee  474719 808080 */
	padding: 14px;                   /*#10px外枠とカードとのスペース*/
	border-bottom: 0px solid #606060;   /*#666*/
	border-right: 0px solid #606060;    /*#666*/
        border-radius: 12px; /* CSS3 */
        -webkit-border-radius: 12px; /* Safari,Google Chrome用 */
        -moz-border-radius: 12px; /* Firefox用 */
        behavior: url(../js/PIE.htc); /* IE用 */
        border: 0.1px solid #8080B2;   /*外枠の線*/
        overflow:hidden;
}
#lightboxCaption {
	color: #333385;                     /*#333  F7F7F5 */
	background-color: #FFFFFF;          /*#eee  808080 */
	font-size: 100%;                  /*#90%*/
	text-align: center;              /*#center*/
	border-bottom: 0px solid #606060;   /*#666*/
	border-right: 0px solid #606060;    /*#666*/
}
#lightboxIndicator {
	border: 1px solid #A0A0A0;         /*#1px solid white*/
}
#lightboxOverallView,
#overlay {
	background-color: #BBBBBB;          /*#000*/
        filter:alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;                    /*#0.5*/
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #FFFFFF;          /*#000*/
	filter: alpha(opacity=50);       /*=50*/
}
