@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url("images/32.png");
	background-repeat: repeat;
}

a:link {color: #3E6672;}
a:visited {color: #000000;}
a:hover {color: #FBA4C4;}
a:active {color: #F6D3CF;}

#Table_01 {
	line-height: 0;
}

#archive {
	margin: auto auto auto auto;
	width: 657px;
	background-color: #B7BDB1;
	border-left: 2px double #FFFFFF;
	border-right: 2px double #FFFFFF;
	padding-bottom: 10px;
}

.site {
	margin-top: -100px;
	margin-left: 4px;
	color: #FFFFFF;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 12pt;
}

.head {
	margin: auto;
	width: 661px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 14pt;
}

h1{
	color: #838381;
	font-family: "Cookie", cursive;
	font-size: 28pt;
	text-shadow: 2px 2px #D6DCCF;
}

.footer {
	margin: auto;
	width: 661px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 10pt;
}

lb_table {
	width: 100%;
}

.thumb {
  width: 200px;
  height: 113px;
  cursor:zoom-in;
}

.thumb:hover {
  opacity: 0.5;
}

#lightbox {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #828B5C;
  display: none;
}

#lightbox.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

#lightbox img {
  max-width: 90%;
  max-height: 80%;
  padding: 4px;
  background-color: #828B5C;
  border: 2px solid #41452E;
}