@charset "Shift-JIS";

/*---- Works gallery CSS ----*/

.gallery {
	/* background: url('../images/bg_nav_right.jpg') no-repeat right top; */
	paddin: 0 4px 10px 0;
}

.gallery ul {
	margin: 0;
	padding: 0;
	/* background: #960000 url('../images/bg_nav.jpg') repeat-x left top; */
	position: relative;
	height: 20px;
	list-style-type: none;
}

.gallery ul li {
	/* display: block; */
	width: auto;
	/* float: left; */
	color: #000;
	height: 20px;
}

.gallery ul li a {
	/* display: block; */
	width: auto;
	color: #fff;
	text-decoration: none;
	/* background:url('../images/nav_arrow.jpg') no-repeat right 0; */
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	margin: 8px auto 8px 5px;
}

.gallery ul li a:hover {
	text-decoration: none;
	/* background:url('../images/nav_arrow.jpg') no-repeat right -36px; */
}

.gallery ul li.first {
	/* background:url('../images/bg_nav_left.jpg') no-repeat left top; */
}

.gallery ul li ul {
	display: none;
	position: absolute;
	top: 20px;
	/* background: #fff url('../images/bg_nav.jpg') repeat-x left -34px; */
	background-color: #fff;
	height: auto;
	border-width: 1px;
	border-color: #eee #ccc #ccc #eee;
	border-style: solid;
	width: 90%;
	left: 2%;
	padding:8px 5px 5px 5px;
}

.gallery ul li:hover ul,
.gallery ul li.over ul {
	display: block;
}

/* ポップアップ・サムネイル画像 */

.gallery ul li ul li {
	display: inline;
	float: none;
	background-image: url('none');
	height: auto;
}

.gallery ul li ul li a {
	background-image: url('none');
	margin: 8px;
	padding: 2px;
	position: relative;
	border: 1px solid #960000;
	float: left;
	display: block;
	width: 75px; /* サムネイル画像　幅 */
	height: 50px; /* サムネイル画像　高さ */
	background-color: #fff;
}

.gallery ul li ul li a:hover {
	background-image: url('none');
	z-index: 2;
}

.gallery ul li ul li a img {
	position: absolute;
	top: 2px;
	width: 75px; /* サムネイル画像　幅 */
	height: 50px; /* サムネイル画像　高さ */
	border: 0px none;
	margin: 0;
	padding :0;
}

.gallery ul li ul li a:hover img,
.gallery ul li ul li a:active img,
.gallery ul li ul li a:focus img {
	width: 75px; /* サムネイル画像　幅 */
	height: 50px; /* サムネイル画像　高さ */
	left: -1px;
	top: -1px;
	z-index: 1;
	border: 1px solid #000;
}

.gallery ul li.overview {
	display: block;
	clear: both;
	padding: 5px 10px 0 10px;
	color: #999;
	font-size: 11px;
}

#gallery1 ul { z-index:2; }
#gallery2 ul { z-index:1; }