@charset "UTF-8";
#header {
	height: 380px;
	width: 800px;
}
#navi {
	height: 43px;
	width: 800px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#footer {
	height: 65px;
	width: 800px;
	margin-top: 20px;
	clear: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pointcard {
	width: 800px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(image/00top/back.gif);
	background-repeat: repeat-y;
	background-position: center;
}

