@charset "UTF-8";
/* MARSH RECORDs css file */
html, body, div, table, tr, td, img, form, iframe { margin: 0; padding: 0; border: 0; }
div > *:first-child { margin-top: 0; }

html,body {
  margin: 0em auto;
  padding: 0;
/*
  font-family: "ＭＳ Ｐゴシック", sans-serif;
*/
  font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ccc;
  background-color: #282828;
  line-break: strict;
  scrollbar-track-color: #333;
  scrollbar-face-color: #444;
  scrollbar-shadow-color: #888;
  scrollbar-darkshadow-color: #333;
  scrollbar-highlight-color: #888;
  scrollbar-3dlight-color: #333;
  scrollbar-arrow-color: #ddc;
}

div#container{
  margin: 0 auto;
  width: 900px;
  height: 100%;
  padding: 2em 1em 2em 1em;
  background-color: #383838;
  border-style: none none solid solid;
  border-width: 0 0 0 1px;
  border-color: #fff #fff #fff #000;
  background-image: url(./images/container-bg.gif);
  background-repeat: repeat-y;
  background-position: top right;
}
div#eop{
  margin: 0 auto;
  padding: 0em 1em 0em 1em;
  width: 900px;
  height: 2px;
  text-align: center;
  vertical-align: text-bottom;
  border-color: #ac7c37;
  border-width: 0px;
  border-style: none;
  background-repeat: repeat-x;
  background-position: left center;
  background-image: url(./images/hr.gif);
  line-height: 0px;
  clear: both;
}

div#header{
  margin: 0 auto;
  width: 870px;
  padding: 0;
  border-style: none;
  border-width: 0;
  border-color: #000;
}

div#main{
  margin: 0 auto;
  width: 870px;
  padding: 0;
  border-style: none;
  border-width: 0;
  border-color: #000;
}

div#content{
  margin: 0;
  padding: 1px;
  background-color: #464646;
  border-style: solid none none solid;
  border-width: 1px 0 0 1px;
  border-color: #000;
}

div#characteristic{
  margin:0;
  padding:0 0 0 4px;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #000;
  font-size: 0.75em;
  color: #fff;
}
div#mp3player{
  width:400px;
  height:300px;
  margin:0;
  padding:0;
  float: left;
  font-size: 0.875em;
  font-weight:bold;
  background-color: #333;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
  border-color: #000;
/*
  background-image: url(./playersample.png);
  background-repeat: no-repeat;
  background-position: top left;
*/
}
div#playlist{
  height: 300px;
  margin: 0 0 0 402px;
  padding:0 4px 0 4px;
  font-size: 0.75em;
  color: #fff;
  background-color: #333;
  background-image: url(./images/playlist-bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  overflow:auto;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
  border-color: #000;
}

div#notice{
  margin: 0 auto;
  width: 870px;
  padding: 0;
  border-style: none;
  border-width: 0;
  border-color: #000;
}

div#footer{
  margin: 0 auto;
  width: 870px;
  padding: 0;
  border-style: none;
  border-width: 0;
  border-color: #000;
}

div.hr {
  height: 5px;
  margin: 4px 0px 4px 0px;
  padding: 0px;
  text-align: center;
  vertical-align: text-bottom;
  border-color: #ac7c37;
  border-width: 0px;
  border-style: none;
  background-repeat: repeat-x;
  background-position: left center;
  background-image: url(./images/hr.gif);
  line-height: 0px;
  font-size:0px;
  clear: both;
}


a:link{
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: underline;
  font-weight:bold;
  color:#ccf;
}
a:visited{
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: underline;
  font-weight:bold;
  color:#fdf;
}
a:hover{
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: underline;
  color:#f00;
}

p{
  margin: 0;
  padding: 0;
  text-indent: 1em;
  line-height: 1.25em;
  word-break: break-all;
}

hr{
  color: #888;
  background-color: #888;
  height: 3px;
  border: 1px solid #444;
}

ul,ol {
  margin: 0;
  padding: 0 0 0 1em;
  line-height:1.4em;
}

li{
  margin: 0;
  padding: 0;
  line-height:1.25em;
  font-weight: normal;
  font-size: 0.875em;
}

li.music_category{
  margin: 0;
  padding: 0.5em 0 0 0;
  line-height:1.25em;
  font-weight: bold;
  font-size: 1.0em;
}

fieldset{
  margin: 0 8px 1em 8px;
  padding: 8px;
  border-color: #f00;
  border-style: solid;
  border-width: 1px;
  font-size: 0.875em;
}

legend {
  margin: 0;
  padding: 2px;
  font-weight: bold;
  color:#fff;
  background-color: #800;
  border-color: #f00;
  border-style: solid;
  border-width: 1px;
}

dl { margin: 0 0 0 3px; }
dt {
  margin: 8px 0 0 0;
  font-weight: bold;
  color: #fff;
  background-color: #444;
  padding: 2px;
  text-indent: 1em;
  border-style: solid;
  border-width: 0 0 1px 2px;
  border-color: #888;
}
dd {
  margin: 0em 0em 2em 0em;
  padding: 3px;
  /* font-size: 0.875em; */
  border-style: dotted;
  border-width: 0 0 0 2px;
  border-color: #888;
}

h1{
  margin: 0.5em 0 0.25em 0;
  padding: 0.5em 0 0 0.5em;
  color: #dfd;
  border-width: 0 0 2px 0;
  border-style: none none dotted none;
  border-color: #888;
  font-size: 1.25em;
  line-height:1.25em;
}
h1:first-letter {
  color: #ffd;
  font-weight: bold;
  font-size: 1.25em;
}
