html, body {
  background-color: #000;
  color: #0af;
  font-size: 13px;
  width: 100%;
  height: 100%;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

a:link { color : #ec0;   text-decoration : none;}
a:visited { color : #ec0;  text-decoration : none;}
a:hover {background-color: #440;}
a:active {  color : #ff0; }
img {
 border: none;
}

hr {
  border: 1px solid;
}

.float {
  float: left;
  margin-right: 10px;
}

.floatclear {
  clear: both;
}

div#outside {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.95;
  filter: alpha(opacity=95);
  -moz-opacity: 0.95;
}

input[type=text], input[type=submit], input[type=file], input[type=password], input[type=button], textarea {
  color: #0af;
  border: 1px solid #069;
  background-color: #1a1a1a;
}
input[type=submit], input[type=button] {
  background-color: #200;
}

p.thanx_for_good {
  margin: 0;
  padding: 0;
  color: #f70;
}
p.good_score {
  margin: 0;
  padding: 0;
  font-size: xx-small;
  color: #ff0;
}

ul.prev-and-next-link {
  margin: 0;
  padding: 0;
}

ul.prev-and-next-link li{
  list-style-type: none;
  float: left;
  margin-right: 10px;
}

div.photo-tooltip {
  background-color: #000;
  padding: 10px;
}

div.photo-tooltip p {
  text-align: left;
}
img.photo-thumb {
  margin: 0px;
}

span.img_info {
  display: none;
}

a:hover.img {
 background-color: #000;
}

div.photo-tooltip div.title{
  margin: 0;
  padding: 0;
  font-size: x-small;
  text-align: left;
}

table#photo_list {
  border-collapse: collapse;
  font-size: 0;
}

table#photo_list td{
  margin: 0;
  padding: 2px;
  line-height: 0;
}

table.list {
  /*width: 700px;*/
  border-width: 2px;
  border-color: #00a;
  border-style: solid;
  border-collapse: collapse;
  margin-bottom: 10px;
}

table.list td {
  padding: 7px;
  border-width: 1px;
  border-color: #00a;
  border-style: solid;
}

table.list th {
  padding: 7px;
  background-color: #003;
  border-width: 1px;
  border-color: #00a;
  border-style: solid;
}

table.list th.sort {
  color: #00F;
}

table.list th.sort a {
  text-decoration: none;
  color: #00F;
}

#article_form input[type=text] {
  width: 500px;
}

#article_form textarea {
  width: 500px;
  height: 500px;
}

#logo {
  float: left;
  font-size: 10px;
  line-height:1em;
  font-family: Consolas, Courier New, monospace;
  letter-spacing: 0px;
  font-weight: bold;
  cursor: pointer;
  /*width: 10px;*/
  margin: 0;
  height: 3.0em;
  width: 23em;
  margin-bottom: 10px;
}

#header {
  padding: 0px;
  margin: 0 auto;
  width: 810px;
}

/* notice表示部 */
#notice {
  clear: both;
  color: green;
}

/* error表示部 */
#error {
  clear: both;
  color: red;
}
#error ul, #error li {
  margin: 0;
  list-style-type: none;
}

/* warn表示部 */
#warn {
  clear: both;
  color: #f80;
}
#warn ul {
  margin: 0;
  
}


#menu {
 float: right;
 padding: 0;
 margin-bottom: 0;
 list-style:none;
}

#menu li{
 float:left;
 margin-right: 10px;
 /*font-size: smaller;*/
}

#top_img {
  margin-top: 0px;
  margin-left: 0px;
  padding: 0;
}

#content {
  margin: 0 auto;
  width: 810px;
  clear: both;
}

#profile {
 width: 600px;
 height: 400px;
 background-image: url(/img/black-tree.jpg);
 background-repeat: no-repeat;
 background-position: 0 -10px;
 border: 1px solid #000;
}

#profile p, #profile dl {
 margin-top: 50px;
 margin-bottom:  0px;
 margin-left: 200px;
 background-color: #000;
 opacity: 0.80;
 filter: alpha(opacity=80);
 -moz-opacity: 0.80;
}


#t {
  width:500px;
  float:left;
  margin: 7px;
}

#m {
  width:180px;
  float:left;
  margin: 7px;
}

#djmixes {
 width: 800px;
 background-image: url(/img/yuuten.jpg);
 background-repeat: repeat-x;
 background-position: 0 50px;
 background-attachment: fixed;
}

#djmixes .item {
  width: 430px;
  background-color: #000;
  padding: 10px;
  margin: 20px 80px;
  opacity: 0.87;
  filter: alpha(opacity=87);
  -moz-opacity: 0.87;
}
h4 {
  margin: 0;
}
#djmixes .item li {
  font-size: xx-small;
}

.item-footer {
  text-align: right;
  font-size: x-small;
}

#djmixes .item-footer a{
  font-weight: normal;
  
}

div#schedule_and_report {
  width: 100%;
  height: 100%;
  background-image: url(/img/haikan.jpg);
  background-repeat: repeat-x;
  background-position: right 0;
  background-attachment: fixed;
}

#schedule_and_report #schedule_and_report_menu {
  font-size: x-small;
  float: left;
  margin: 0;
  padding: 0;
  width: 250px;
  background-color: #111;
  opacity: 0.87;
  filter: alpha(opacity=87);
  -moz-opacity: 0.87;
}

#schedule_and_report #schedule_and_report_menu dd {
  margin-left: 10px;
  padding: 0;
}

#schedule_and_report #schedule_and_report_content {
  margin-left: 280px;
  padding: 10px;
  background-color: #111;
  opacity: 0.87;
  filter: alpha(opacity=87);
  -moz-opacity: 0.87;
}


div#discography {
  width: 100%;
  height: 100%;
  background-image: url(/img/conpo.jpg);
  background-repeat: repeat;
  background-position: right;
  background-attachment: fixed;
}

#discography #discography_menu {
  font-size: x-small;
  float: left;
  margin: 0;
  padding: 10px;
  /*width: 100%;*/
  width: 80px;
  background-color: #111;
  opacity: 0.87;
  filter: alpha(opacity=87);
  -moz-opacity: 0.87;
}

#discography #discography_menu ul {
	overflow: hidden;
	zoom: 1;	/* Clearfix for IE */
	margin: 0;
	padding: 0;
}

#discography #discography_menu li {
  /*float: left;*/
  margin-right: 5px;
  list-style-type: none;
}

#discography #discography_content {
  margin-left: 110px;
  width: 657px;
  /*margin-top: 15px;*/
  padding: 10px;
  background-color: #111;
  opacity: 0.87;
  filter: alpha(opacity=87);
  -moz-opacity: 0.87;
}

.clear {
  clear: both;
}
