body {
  margin: 0px;
  background-color: #888;
  text-align:center;
  font-size: small;
}

.contents-all {
  width: 900px;
  text-align: left;
  margin: 20px auto 20px auto;
  padding: 0px;
}

.contents-container {
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  overflow: auto;
  width: 900px;
  height: 600px;
  min-height: 1px;
  background: no-repeat center url(top2.jpg);
  box-shadow: 10px 10px 10px black;
  -moz-box-shadow: 10px 10px 10px black;
}

.contents-head {
  margin: 0px;
  padding: 0px;
  overflow: hide;
  background: url(img/trans-gray.png);

  height: 70px;
  width: 900px;
  position: absolute;
}

.contents-main {
  margin: 0;
  overflow: auto;

  float: right;
  top: 90px;
  margin-left: 400px;
  width: 500px;
  height: 470px;
  position: absolute;
}

.contents-body {
  margin: 20px;
  padding: 20px;
  min-height: 390px;
  overflow: hide;
  background: url(img/trans-white.png);
  box-shadow: 10px 10px 10px gray;
  -moz-box-shadow: 10px 10px 10px gray;
}

.contents-menu {
  clear: both;
  margin: 0px;
  padding: 0px;
  overflow: hide;
  background: url(img/trans-gray.png);
  top: 560px;
  height: 40px;
  width: 900px;
  position: absolute;
}

.contents-menu a {
  margin: 5px;
  font-weight: bold;
  font-size: 24px;
  font-family: Verdana, Helvetica, sans-serif;

/*  text-shadow: 5px 5px 5px gray;*/
}
.contents-menu a:link {
  text-decoration: none;
  color: #ff66aa;
}
.contents-menu a:visited {
  text-decoration: none;
  color: #ff66aa;
}
.contents-menu a:hover {
  text-decoration: none;
  color: #ffffff;
}
.contents-menu a:active {
  text-decoration: none;
  color: #ff66aa;
}

.contents-foot {
  margin: 0px;
  padding: 0px;

  text-align: right;
  color: #ccc;
  font-size: 12px;
  background: url(img/trans-gray.png);

  top: 600px;
  height: 20px;
  width: 900px;
  position: absolute;
}

/* $B%j%s%/$N?'(B */
a:link {
  text-decoration: none;
  color: #FF6600;
}
a:visited {
  text-decoration: none;
  color: #FF6633;
}
a:hover {
  text-decoration: underline;
  color: #FFCC00;
}
a:active {
  text-decoration: none;
  color: #FF6600;
}

h1 {
  color: #FF3333;
  font-size: medium;
}

h2 {
  color: #FF3333;
  font-size: normal;
}

p.info-body {
  margin-top: 10px;
  margin-bottom: 10px;
}

.disp-date {
  font-size: small;
}

img {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.link-detail td {
  padding-left: 10px;
}

/*  */
table.request-detail, .request-detail td, .request-detail th {
    margin-left: 30pt;
    border-collapse: collapse;	/* $BNY@\$9$k%;%k$r=E$M$FI=<($9$k(B */
    border-color: #BFBFBF;	/* $BOH@~$N?'(B */
    border-width: 1px;		/* $BOH@~$NB@$5(B */
    border-style: solid;	/* $BOH@~$N<oN`(B */
    text-align: left;		/* $BJ8;z$O:84s$;(B */
    padding: 3px;		/* $B%+%i%`$NM>Gr(B */
}
.request-list th {
    text-align: left;
}

/*  */
table.profile-list, .profile-list td, .profile-list th {
    border-collapse: collapse;	/* $BNY@\$9$k%;%k$r=E$M$FI=<($9$k(B */
    border-color: #BFBFBF;	/* $BOH@~$N?'(B */
    border-width: 1px;		/* $BOH@~$NB@$5(B */
    border-style: solid;	/* $BOH@~$N<oN`(B */
    text-align: left;		/* $BJ8;z$O:84s$;(B */
    padding: 3px;		/* $B%+%i%`$NM>Gr(B */
    width: 95%;
}
.profile-list th {
    width: 100px;
    white-space: nowrap;
}


/* discography $B$N%j%s%/(B */
.disc-data a {
  font-weight: bold;
}
.disc-data a:link {
  color: #003399;
  text-decoration: none;
}
.disc-data a:visited {
  text-decoration: none;
  color: #0066FF;
}
.disc-data a:hover {
  text-decoration: underline;
  color: #0033FF;
}
.disc-data a:active {
  text-decoration: none;
}
.disc-data {
  text-align: center;
}
