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

#gallery {
	width: 880px;
	text-align: center;
	overflow: auto;
}

#gallery h3 {
	background: url(../08_gallery/bkg_hdr_gallery.jpg) no-repeat center top;
	height: 49px;
	margin: 0;
	padding: 30px 0 0;
}

#gallery ul {
	margin: 0; 
}

#gallery ul li {
	list-style: none;
	display: inline;
	float: left;
}

#gallery img { 
	background: url(../08_gallery/bkg_img_frame.png) no-repeat;
	padding: 10px;
	margin: 3px 20px;
	border: none;
}

#gallery .body {
	background: url(../08_gallery/bkg_gallery.jpg) no-repeat;
	overflow: auto;
	border: 3px solid #fff;
	border-left: none;
	border-right: none;
	padding: 9px 35px;
}

#gallery .footer {
	background: url(../08_gallery/bkg_footer_gallery.jpg) no-repeat;
	height: 48px;
	font-size: 0;
	line-height: 0;
}