@import url("font.css");
@import url("header.css");
@import url("footer.css");
@import url("section.css");
@import url("product.css");
@import url("banner.css");
body {
	width: auto;
	margin: auto;
	line-height: 20px;
	background-image: url(bg.jpg);
	background-size:cover;
	background-attachment: fixed;
	background-position: top;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CC0000;
}



.sub::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.sub::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.sub::-webkit-scrollbar-thumb {
  background: #6a6a6a;
  border: 0px none #ffffff;
  border-radius: 0px;
}
.sub::-webkit-scrollbar-thumb:hover {
  background: #6a6a6a;
}
.sub::-webkit-scrollbar-thumb:active {
  background: #6a6a6a;
}
.sub::-webkit-scrollbar-track {
  background: #000000;
  border: 0px none #ffffff;
  border-radius: 0px;
}
.sub::-webkit-scrollbar-track:hover {
  background: #000000;
}
.sub::-webkit-scrollbar-track:active {
  background: #000000;
}
.sub::-webkit-scrollbar-corner {
  background: transparent;
}
