@charset "Shift_JIS";
/**
 *	Gallery
---------------------------------------------------------------------------- **/
#gallery {
	position:absolute;
	width:578px;
	height:190px;
	padding:0 0 20px 0;

}

#gData {
	width:578px;
	height:190px;
}
#gData img{
	position:absolute;
}
	
#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;
}

