@charset "UTF-8";

html {
    font-family: "lucida grande", tahoma,verdana, arial,
    "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-color: #F8F8F8;
}

/* general styles */
.tx-right   { text-align: right; }
.tx-left    { text-align: left; }
.tx-center  { text-align: center; }
.tx-bold    { font-weight: bold; }
.tx-small   { font-size: small; }
.tx-xsmall  { font-size: x-small; }
.tx-medium  { font-size: medium; }
.tx-large   { font-size: large; }
.tx-xlarge  { font-size: x-large; }
.tx-smaller { font-size: smaller; }
.tx-larger  { font-size: larger; }
.ts12		{ font-size: 12px; }

.ul1 { border-bottom: solid 1px gray; }
.ul2 { border-bottom: solid 2px gray; }
.tl1 { border-top: solid 1px gray; height: 10px; }
.tl2 { border-top: solid 2px gray; height: 10px; }

header {
    background: url(../img/header_bkg.png) repeat-x;
    width: 100%;
    height: 86px;
    margin: 0;
    display: block;
}

main {
    width: 100%;
    display: block;
}

footer {
    height: 20px;
    display: block;
}

/* wrapper */
#wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}
#contents {
    background-color: white;
    width: 960px;
    display: block;
    border: 1px solid gray;
    margin: 10px 0;
    padding: 0;
}

/* main leements */

table#main-table {
    width: 750px;
    table-layout: auto;
    vertical-align: middle;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

table#main-table tr {
}
table#main-table th {
    font-size: 20px;
    line-height: 20px;
}
table#main-table td {
    padding: 0　2px;
}

.track-index {
    font-size: 14px;
}
.tracknum {
    margin: 2px auto;
    display: block;
    border: 2px solid black;
    font-weight: bold;
    width: 26px;
    line-height: 26px;
    text-align: center;
}
.traclist {
    height: 38px;
    vertical-align: middle;
}
.list-bottom {
    height: 16px;
    line-height: 16px;
}
.notice {
    font-size: 14px;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.vline{
    width: 10px;
    background: url(../img/vline.png) repeat-y;
}

/* header elements */

header h1 {
    position: relative;
    left: -200%;
}

#h-title {
    float: left;
    padding: 10px;
}

#h-icon {
    float: right;
    padding: 8px;
}

/* Sound playback control */
#playback {
  margin: 10px auto;
  z-index: 9999;
  width: 480px;
  height: 100px;
  background: #EEE;
  color: black;
  padding: 5px;
  opacity: 0.8;
  text-align: center;
  vertical-align: middle;
  border: 1px solid gray;
}
#playback p {
  position: relative;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 12px;
  margin: 8px 0;
  padding: 0;
}
#playback audio {
  width: 460px;
}


/* footer elements */

#copyright {
    font-size: small;
    padding-left: 1em;
    color: #666;
    text-align: left;
    text-align: center;
}
