.gallery {
	color: #7A5D46;
	padding-top: 0;
	padding-right: 4px;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.gallery ul {
	list-style:none;
	position:relative;
	height:30px;
	width: 450px;
	padding-top: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-left: 0px;
	background-color: #F9EEFF;
}

.gallery ul li {
	display:block;
	width:auto;
	float:left;
	color:#7A5D46;
	height:30px;
}
.gallery ul li a {
	display:block;
	width:auto;
	color:#7A5D46;
	padding-top: 5px;
	padding-right: 1.3em;
	padding-bottom: 8px;
	padding-left: 1em;
}
.gallery ul li a:hover {
	text-decoration:underline;
}
.gallery ul li.first {
	background-image: url(../image/mtitle.jpg);
	width: 450px;
}

.gallery ul li ul {
	display:none;
	position:absolute;
	top:30px;
	height:auto;
	width:100%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 6px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FC98FC;
	border-bottom-color: #FC98FC;
	border-left-color: #FC98FC;
}
.gallery ul li:hover ul,
.gallery ul li.over ul { display:block; }
.gallery ul li ul li { display:inline; float:none; background-image:none; height:auto; }
.gallery ul li ul li a {
	background-image:none;
	padding:0px;
	position:relative;
	border:1px solid #EC8684;
	float:left;
	display:block;
	width:101px;
	height:102px;
	background-color:#fff;
	margin: 5px;
}
.gallery ul li ul li a:hover { background-image:none; z-index:2; }
.gallery ul li ul li a img {
	position:absolute;
	top:2px;
	width:100px;
	height:100px;
	border:0;
	margin:0;
	padding:0;
}
.gallery ul li a:hover img,
.gallery ul li a:active img,
.gallery ul li a:focus img {
	width:100px;
	height:100px;
	left:0px;
	top:0px;
	z-index:1;
	border:1px solid #000;
}
.gallery ul li.overview {
	display:block;
	clear:both;
	color:#7A5D46;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}


#gallery1 ul { z-index:2; }
#gallery2 ul { z-index:1; }
.section {
	color: #7A5D46;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}

