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

/* //////////////////////////////////////////////////////////////////////////////////// page layout */

#full_page {
	min-height: 100%;
	background-image: url(../images/bg_shop_02.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #eeeded;
}

#container {
	position: relative;
	height: auto;
	background-image: url(../images/bg_shop_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container_02 {
	position: relative;
	width: 900px;
	margin: 0 auto;
	height: auto;
}
