@charset "utf-8";
/* CSS Document */

.gallery_box{
	width: 100%;
	margin-bottom: 30px;
}
.gallery_box img{
	height: 128px;
	width: 128px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
.gallery_box td{
	background-image: url(../img/gallery_bg.gif);
	background-repeat: no-repeat;
	height: 180px;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 130px;
	vertical-align: top;
}
