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

#headerStage {
	position: relative;
	height: 67px;
	background-repeat: repeat-x;
	background-image: url(/jewelry/common/image/headder_bg.jpg);
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#headerStage:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#mainStage {
	position: relative;
	width: 752px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 24px;
}

#mainStage:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#footerStage {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#footerStage:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
