@charset "Shift_JIS";
/* CSS Document */

body{
	margin:0;
	background-image: url(image/0all_bc5.gif);
	background-repeat: repeat-x;
}
html{

}
#top{
	margin:1px auto;
	text-align:center;
	font-size:13px;
	color:#e6cccc;
}
#all{
	margin:0 auto;
	width:750px;
	background-color:#FFFFFF;
}
#all table tr td{
	font-size:13px;
	text-align:left;
	line-height:1.5em;
}
#menu{
	margin-left:5px;
}
#menu a{
	color:#59015e;
	padding-bottom:0;
	margin-bottom:0;
}
#menu table tr td{
	vertical-align:bottom;
		padding-bottom:0;
	margin-bottom:0;
	
}
table tr td{
	line-height:1.3em;
}
#copy{
	margin:0 auto;
	width:750px;
	color:#e6cccc;
	text-align:center;
	padding:3px 0;
	font-size:13px;
	
}
#main{
	margin:15px 0 15px 30px;
}
#main2 table tr td{
	text-align:center;
}
#imgright img, #imgright2 img{
	padding:0 0 5px 8px;
}
#gotop{
	width:510px;
	text-align:right;
	padding-top:10px;
}
#gotop a{
	color:#333333;
}
#linktbl table tr td{
	background-color:#ffffff;
}
#linktbl table tr th{
	background-color:#f8f8f8;
}

#price{
	width:420px;
	margin:0 0 0 30px;
}
#price table tr th{
	font-weight:normal;
	font-size:13px;
	text-align:left;
	border-bottom:1px solid #c6c6c6;
	border-right:1px dotted #c6c6c6;
	border-left:1px dotted #c6c6c6;
	line-height:1.5em;
	padding:3px 0.3em 3px 0.6em;
}
#price table tr td{
	border-bottom:1px solid #c6c6c6;
	border-right:1px dotted #c6c6c6;
	text-align:right;
	padding:3px 0.3em 3px 0.6em;

}
.LM{
	margin-left:20px;
}

img{
	vertical-align:bottom;
}
table tr td img{
	padding:0;
	margin:0;
}
/*ここから下lightbox用CSS*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#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: transparent url(../lb_img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../lb_img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../lb_img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#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; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}