body {
  margin: 0px;
  padding: 0px;
  font: normal 100.01%  Verdana, Arial, Helvetica, sans-serif;
  color: #111111;
}

table {
  background:url(../../img/background_navi.jpg) no-repeat;
  background-color:#ACACAC;
}

td {
  height:19px;
  text-align: left;
  text-indent: 8px;
}

a:link,
a:visited, 
a:active {
  color:#111111;
  text-decoration: none;
}

.highlight {
  background:url(../../img/background_active_navi.jpg) no-repeat;
}
.normal { 
}

.inputField {
  border-color:#111111;
  border-width:1px;
  border-style:solid;
}

.button {
	margin-top: 3px;
  color: #FFFFFF;
  text-align:center;
  background-color:#111111;
  background:url(../../img/background_button.jpg) no-repeat;
  border-style:solid;
  border-color:#BBBBBB;
  border-width:1px;
  height: 20px;
  width: 60px;
  cursor: pointer;
  vertical-align: middle;
}

.searchInput {
	background:none;
	width: 190px;
  text-indent: 0px;
}

.dark {
	background-color: #c3c2c2;
}

.light {
  background-color: #dad9d9;
}

.info {
  text-align:right;
  width: 14px;
  padding-right: 2px;
}

th {
  background:url(../../img/title_navi.jpg) no-repeat;
  background-color:#000000;
  height:22px;
  vertical-align: center;
  text-align: left;
  text-indent:8px;
  color: #FFFFFF;
}

#content {
  /* border: 1px solid; */
  font-size: 0.58em;
  position: relative;
  width: 500px;
  height: 600px;
  margin: 0px 0px;
  overflow: visible;
}

#content #fadeout-link {
  position:absolute;
  margin: 0px 310px;
  width: 200px;
  height: 50px;
}

#content #title h1 {
  text-indent: 7px;
  font-size: 2.5em;
  font-weight:100;
  margin-top: 9px;
}

#content #title{
  background:url(../../img/top.jpg) no-repeat right;
  text-align: left;
  position:absolute;
  margin: 0px 0px;
  width: 500px;
  height: 63px;
}

#content #player{
  position:absolute;
  margin: 63px 0px;
  width: 500px;
  height: auto;
}

#content #search{
	background:url(../../img/background_active_navi.jpg) no-repeat top;
  position:absolute;
  margin: 375px 0px;
  width: 300px;
  height: 400px;
}

#content #search td {
	text-indent: 0px;
	padding-left: 8px;
}

#content #search h1 {
	text-indent: 8px;
  margin-top: 20px;
  margin-bottom: 10px;
  font: normal 150.01%  Verdana, Arial, Helvetica, sans-serif bold;
}

#content #search h2 {
  margin-top: 5px;
  margin-bottom: 0px;
  text-indent: 0px;
  font: normal 120.01%  Verdana, Arial, Helvetica, sans-serif bold;
}

#content #navigation{
  position:absolute;
  margin: 375px 310px;
  width: 190px;
  height: auto;
}
