@charset "UTF-8";

#content table#gallery #mainimg {
	width:530px; /* 実際のファイルwidth +70px  */
	height:770px;; /* 実際のファイルwidth +70px */
}

#content table#gallery tr td div {
	width:460px;
	height:700px;
}

#content table#gallery #mainimg span.cover{
	width:510px;
	height:750px;
	background-image:url(spacer.gif);
	display:block;
	position:absolute;
}

#content table#gallery tr td div#white {
	background-color: #FFFFFF;
	padding: 30px;
	border: 5px solid #AFAFAF;
}
#content table#gallery tr td div#black {
	background-color: #161616;
	padding: 30px;
	border: 5px solid #000000;
}

#content table#gallery tr td img.white {
	border: 1px solid #666666;
}
#content table#gallery tr td img.black {
	border: 1px solid #FFFFFF;
}
