@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img_sample/salonsite_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#content {
	text-align: center;
	padding: 0px;
	background-image: url(../img_sample/salonsite.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 840px;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#sample {
	background-image: url(../img_sample/sample.gif);
	background-repeat: repeat;
	margin: 0px;
	height: 20px;
	width: 920px;
	padding-top: 820px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content #sample a {
	font-size: small;
	color: #339999;
}
#campaign {
	text-align: center;
	padding: 20px;
}

