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

#Gallery{
	
}
#GalleryHead{
	background-image:url(../img/gallery/back-head.png);
	background-repeat:no-repeat;
	height:171px;
}
#GalleryHead p{
	padding: 46px 0 0 150px;
	width: 650px;
	line-height: 120%;
	font-size: 13px;
	line-height: 150%;
	color: #000;

}
#GalleryMiddle{
	background-image:url(../img/gallery/back-middle.png);
	background-repeat:repeat-y;
}
#GalleryMiddle #Newgallerylist {
	margin-left:67px;
	}

#GalleryMiddle table {
	margin-left:67px;
}
#GalleryMiddle td{
	padding-top:35px;
}
#GalleryMiddle td.left,
#GalleryMiddle td.center
 {
	padding-right:20px;
}
#GalleryMiddle img {
	display:block;
	background-image:url(../img/gallery/back-pict.png);
	background-repeat:no-repeat;
	padding:7px;
}
#GalleryMiddle img.touka {
	display:block;
	background-image:none !important;
	background-repeat:no-repeat;
	padding:7px;
}
#GalleryFoot{
	background-image:url(../img/gallery/back-foot.png);
	background-repeat:no-repeat;
	height:51px;
}
