/* page-layouts */
html body {
  color: #333;
  background: #eaeaea;
  font-family: "MS PGothic"
}

html body#jwave{
  color: #333;
  background: #fff;
  font-family: "MS PGothic"
}

html body div {
overflow: visible;
_overflow: hidden;
}

#container {
  width: 980px;
  margin: 0 auto;
  background: url("../images/bg-container.jpg");
}

#header {
  width: 920px;
  height: 90px;
  margin: 0 auto;
  padding: 1px 0 0 0;
  background: url("../images/bg-header.jpg");
}

#header-inner {
  position: relative;
  width: 895px;
  height: 70px;
  margin: 5px auto;
  overflow: visible;
  z-index: 98;
}

#header-copy {
  float: left;
  width: 430px;
  height: 60px;
  margin-top: 10px;
  margin-left: 50px;
}

#tryit {
  float: right;
  width: 57px;
  height: 50px;
  margin-right: 10px;
}

#player {
  position: relative;
  width: 198px;
  height: 65px;
  float: right;
  overflow: visible;
  z-index: 99;
}

#container-inner {
	width: 920px;
	margin: 0 auto;
}


/* contents' layouts */
.contents {
  width: 100%;
}

.contents-inner {
	width: 895px;
	clear: both;
	margin: 0 auto;
}

.contents-left {
  float: left;
  width: 450px;
  margin: 0 0 0 15px;
  /margin: 0 0 0 0;
  line-height: 1.7;
}

/* IE8 only */
html>/**/body .contents-left {
	margin/*\**/:0 0 0 0\9;
}

.contents-right {
	float: right;
	width: 450px;
	margin: 0 0 0 0;
}

/* IE8 only */
html>/**/body .contents-right {
	margin/*\**/:0 0 0 5px\9;
}

/* footer layouts */
#footer {
  width: 920px;
  height: 90px;
  margin: 0 auto;
  border-top: solid 3px #a1a1a1;
}

#footer-inner {
  width: 880px;
  margin: 0 auto;
}

#footer img {
  margin: 25px 20px 0 0;
  vertical-align: middle;
}



/* common settings */
ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
