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


.bg-01 {
	background-image: url(box/07.png);
	background-repeat: repeat;
}
.bg-02 {
	background-image: url(box/02.png);
	background-repeat: repeat-x;
}
.bg-03 {
	background-image: url(box/04.png);
	background-repeat: repeat-x;
}
.bg-04 {
	background-image: url(box/10.png);
	background-repeat: repeat-x;
}
.bg-05 {
	background-image: url(box/08.png);
	background-repeat: repeat-y;
}
.right-indent {
	padding-right:10px;
}

#photogallery_big {
	position:relative;
	width:665px;
	left:0px;
	top:0px;
	height:500px;
	z-index:1;
	overflow: auto;
}
