* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  height: 100%;
  background-image: url(/img/etc/black-back.png);
}
h4 {
  text-align: left;
  font-size: 12px;
  border-bottom: solid 1px gray;
}
h5 {
  font-size: 12px;
}

/*-----------
  common  
-----------*/
.markup { font-weight: bold; }
.active { font-weight: bold; }


/*------------
  site
------------*/
div#header {
  margin: 0px auto;
  width: 800px;
  background-color: #fff;
}
div#header img { border: none }

#footer {
  padding-top: 30px;
  font-size: 11px;
  clear: both;
  text-align: center;
}

#container {
  margin: 0px auto;
  padding-bottom: 10px;
  width: 800px;
  background-color: #fff;
  overflow: hidden;
}
#container:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*\*/
* html #container {
  height: 1em;
  overflow: visible;
}
/**/

#contents {
  float: left;
  width: 560px;
}


/*------------
  sidebar
------------*/
#sidebar {
  float: left;
  width: 235px;
}
.sidebox {
  margin: 0 0 10px 10px;
  font-size: 11px;
}
.sidebox h3 {
  margin-bottom: 5px;
  padding: 3px 0 1px 5px;
  font-size: 12px;
  font-weight: bold;
  background-color: #B39883;
  color: #fff;
}
.sidebox h4 {
  padding-bottom: 2px;
  line-height: 11px;
  font-size: 11px;
  border: none;
}
.sidebox ul {
}
.sidebox li {
  margin-bottom: 3px;
  border-bottom: solid 1px #B39883;
  list-style-type: none;
}
.sidebox p {
  margin-left: 10px;
}

p.load_msg { margin: 5px 0 0 3px; }
.load_msg img { float: left; }
.load_msg span { margin: 0 0 0 3px; font-size: 12px; }

ul#top_tab {
  background-color: #fff;
  margin: 0px 5px;
  font-size: 12px;
}
ul#top_tab a:link, a:visited, a:hover, a:active {
  color: #000;
  text-decoration: none;
}
ul#top_tab a:hover {
  text-decoration: underline;
}
#top_tab li {
  float: left;
  margin-right: 15px;
  list-style-type: none;
}

.contact {
  font-size: 11px;
  margin-left: 10px;
}

/*-----------
  product  
-----------*/
ul#product_pager {
  margin: 10px 0 0 5px;
  font-size: 12px;
}
ul#product_pager li {
  float: left;
  margin-right: 5px;
  list-style-type: none;
  border: solid 1px #b70304;
}
ul#product_pager a:link {
  padding: 0px 5px;
  color: #ffffff;
  background-color: #b70304;
}
ul#product_pager a:visited {
  padding: 0px 5px;
  color: #ffffff;
  background-color: #b70304;
}
ul#product_pager a:hover {
  color: #B70304;
  font-weight: bold;
  background-color: #ffffff;
}
span.current_page {
  color: #B70304;
  background-color: #eeeeee;
  padding: 0px 5px;
  font-weight: bold;
}
li.product span {
  font-weight: bold;
}
li.product a:link {
  color:  #0000CD;
  text-decoration: underline;
}
li.product a:visited {
  color:  #0000CD;
  text-decoration: underline;
}

ul#product_container {
  font-size: 12px;
}
ul#product_container li {
  margin: 5px;
  padding: 5px;
  list-style-type: none;
  background-color: #eeeeee;
}

div#product_detail {
  margin-top: 10px;
  padding: 5px;
  background-color: #eeeeee;
}
div#product_detail img {
  float: left;
  margin: 0 10px 10px 0;
}
div#product_detail pre {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 11px;
  clear: both;
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
}
div#product_detail p {
  font-size: 12px;
}
div#product_detail span {
  font-weight: bold;
}

ul#product_container img {
  float: left;
  margin: 0 10px 0 0;
  border: #000000 solid 1px;
}
div.container_detail {
  padding: 2px 0 0 0;
  vertical-align: top;
}

.product_artist {
  font-size: 12px;
  font-style: oblique;
  font-weight: bold;
}
.product_title {
  margin: 0 10px 5px 160px;
  font-size: 13px;
  font-weight: bold;
  color: #B70304;
  border-bottom: solid 1px #B39883;
}
.product_desc {
  display: none;
  padding: 3px;
  font-size: 12px;
  line-height: 16px;
}
ul#product_tab {
  margin: 5px 0 0 10px;
  font-size: 12px;
}
ul#product_tab li {
  margin-right: 15px;
  list-style-type: none;
  float: left;
}
ul#product_tab a:visited {
  color: #ccc;
  text-decoration: none;
}
ul#product_tab a:link {
  color: #ccc;
  text-decoration: none;
}
ul#product_tab a:hover {
  color: #666;
  text-decoration: underline;
}
li.product_tab_selected {
  color: #B70304;
  font-weight: bold;
}

/*------------
  link
------------*/
table.link_table {
  margin-left: 10px;
}
table.link_table th, td {
  text-align: left;
}
table.link_table th {
  padding-right: 20px;
  font-size: 11px;
}
table.link_table td {
  font-family: Helvetica;
  font-size: 10px;
}
table.link_table a:link {
  color: #000;
}
table.link_table a:visited {
  color: #000;
}

/*-----------
  update  
-----------*/
table.update_log_table {
  margin-left: 10px;
}
table.update_log_table th, td {
  text-align: left;
}
table.update_log_table th {
  padding-right: 20px;
  font-size: 11px;
}
table.update_log_table td {
  font-family: Helvetica;
  font-size: 10px;
}
table.update_log_table a:link {
  color: #000;
}
table.update_log_table a:visited {
  color: #000;
}

/*-----------
  event  
-----------*/
table.event_table {
  margin-left: 10px;
}
table.event_table th, td {
  text-align: left;
}
table.event_table th {
  padding-right: 20px;
  font-size: 11px;
}
table.event_table td {
  font-family: Helvetica;
  font-size: 10px;
}
table.event_table a:link {
  color: #000;
}
table.event_table a:visited {
  color: #000;
}

/*-----------
  clip  
-----------*/
p.clip_container {
  margin-top: 5px;
}

.overview img {
  margin-right: 20px;
}

p.dist_part {
  margin: 1px 0;
  clear: both;
  border-style: solid none none none;
  border-width: 1px;
}

p.publisher {
  margin: 0 0 3px 0;
}

.listen_player {
  margin: 7px 0 2px 0;
}

.top_back_link {
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}
