@charset "utf-8";
/* CSS Document */

#info-block {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 484px;
}
#info-block .top {
	background-image: url(info_backimg_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
}
#info-block .bottom {
	background-image: url(info_backimg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
}
#info-block .middle {
	background-image: url(info_backimg_middle.jpg);
	background-repeat: repeat-y;
	background-position: left center;
}
#info-block a,
#info-block a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
