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

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

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

#container {
	position: relative;
	height: auto;
}

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