
#container {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}

h1,h2 {
  color: #333;
}

h1 {
  font-size: 25pt;
  margin: 30px 0 5px 0;
}


h2 {
  font-size: 15pt;
  text-align: left;
  margin-top: 20px;
  line-height: 50px;
}

th.line {
  color: #ffffff;
  background-color: #009933;
  border-left: 1px solid #80cc99;
}

th.off {
color:#ffffff;
background-color:#009933;
}	

th.time {
color:#ffffff;
padding: 2px 0px 2px 0px; 
}

td.time {
  text-align: center;
}

.celW{
background-color:#ffffff;
padding:2px 0px 2px 10px; 
}

.celWL{
background-color:#ffffff;
padding:2px 0px 2px 10px;
border-left: 1px solid #cccccc; 
}

.celBuyW{
background-color:#ffffff;
margin:2px 0px 2px 0px;
border-left: 1px solid #cccccc; 
border-right: 1px solid #cccccc; 
}

.celG{
background-color:#f1f1f1;
padding:2px 0px 2px 10px; 
}

.celGL{
background-color:#f1f1f1;
padding:2px 0px 2px 10px;
border-left: 1px solid #cccccc; 
}

.celBuyG{
background-color:#f1f1f1;
padding:2px 0px 2px 10px; 
border-left: 1px solid #cccccc; 
}

.celBuyGL{
background-color:#f1f1f1;
padding:2px 0px 2px 0px;
border-left: 1px solid #cccccc; 
border-right: 1px solid #cccccc; 
}

/**--OTHER DAY--------------------------------------**/

p {
}

#container {
  margin: 0 auto;
  width:1000px;
  text-align: left;
}

#soundsearch {
  background: #f1f1f1;
  width: 1000px;
  height: 170px;
  text-align: left;
}

#soundsearch h2 {
  padding: 10px 0 0 10px;
}

#search {
  width: 1000px;
  height: 20px;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
  float: left;
}

#searchbtn {
  width: 180px;
  height: 20px;
  padding-right: 50px;
  float: right;
}



/**--TODAY and YESTERDAY SONG LIST--**/

#today{
  width: 1000px;
  margin-top: 20px;
}

#today p {
  margin: 20px 0;
}

/**--SONG LIST--------------------------------------**/

#songlist {
  width: 1000px;
  table-layout: fixed;  
}

#songlist td {
  height: 25px;
  border-bottom: solid 1px #cacaca;
}

#songlist th {
  height: 20px;
  background: #006600;
  color: #fff;
  text-align: center;
}

#songlist th.time {
  width: 60px;
}
#songlist th.title {
  width: 180px;
  text-align: left;
}
#songlist th.artist {
  width: 180px;
  text-align: left;
}

#songlist th.buy {
  width: 50px;
  text-align: center;
}

#songlist td.buy {
  width: 50px;
  text-align: center;
}

/*--contentsfooter--*/

#contentsfooter {
  width: 1000px;
  height: 100px;
  margin: 20px 0;
  padding: 10px 0;
  border-top: solid 1px #999;
}

#contentsfooter img {
  margin: 5px 0;
}

#homelogo {
  float: right;
}