@charset "Shift_JIS";
/**
 *	Gallery
---------------------------------------------------------------------------- **/

#nav {
	position:relative;
	text-align: center;
	padding:7px 0; 
	width:578px;
	height:15px;
	background-color:#f0f8ee;
	}
#nav a {
	margin:4px 2px;
	padding: 3px 5px;
	border: 1px solid #66b35b;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#028b4b;
	background: #fff;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#nav a.activeSlide,#nav a:hover {
	color:#fff;
	background: #028b4b;
	text-decoration: none;
}

#gallery {
	position:relative;
	overflow:hidden;
	width:578px;
	height:237px;
	background:url(/resonabank/top1/image/bg_gallery.gif) 0 0;
}
#gData div {
	height:190px;
	position:absolute;
	top:0;
	left:0;
	border-bottom:1px #fff solid;
}
#gNav {
	position:absolute;
	top:190px;
	left:0;
	height:47px;
	padding:0 0 0 23px;
	margin:0;
	
}
#gNav li {
	overflow:hidden;
	float:left;
	width:131px;
	height:36px;
	cursor:pointer;
	margin:6px 3px 0 0;
	padding:0 0 0 0;
}
#gNav .active img {
	margin:-72px 0 0 0;
}
#gNav .hover {
	margin:-36px 0 0 0;
}
#pointer {
	position:absolute;
	top:196px;
	left:22px;
	border:3px #029946 solid;
/* 	background:#029946; */
	width:126px;
	height:30px;
	*width:132px;
	*height:36px;
}
.nav-prev {
	position:absolute;
	left:0;
	top:196px;
	cursor:pointer;
}
.nav-next {
	position:absolute;
	right:0;
	top:196px;
	cursor:pointer;
}