@charset='utf-8';

/*カスタム*/
TABLE {
  font-size : 12px;
  color : #DEDEDE;
}
.djname {
	font-weight: bold;
	color: #009900;
	background-image: url(img/name.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 160px;
	font-size: 12px;
	padding: 2px 2px 0px 8px;
}
.footer {
	height: 4px;
	width: 160px;
}

.info {
	width: 160px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.bg {
	background-image: url(img/bg.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}
body {
	font-size: 9px;
	font-family:"ＭＳ Ｐゴシック";
}
