@charset "UTF-8";
html body{
	font-size: 12px;
	background-color: #0D0D0D;
	color: #FFFFFF;
	padding-top: 20px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}
a:link {
	color: #FF0000;
}

#top {
	width: 920px;
}
#foot {
	font-size: 10px;
	clear: both;
	width: 920px;
}
#menu li {
	margin: 0px;
	list-style-type: none;
	float: left;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu ul {
	padding-left: 80px;
}
#top #main #right {
	float: right;
	width: 350px;
	text-align: left;
}
#top #main #left {
	float: left;
	width: 550px;
}
#top #main  {
	padding-top: 20px;
}
#contents #head {
	text-align: left;
	width: 920px;
}
#contents #main {
	width: 920px;
	text-align: left;
	padding-top: 50px;
}
#contents #main td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#contents #main .no td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contents #main h1 {
	font-size: 18px;
	font-weight: bold;
}
#disco #head {
	text-align: left;
	width: 920px;
}
#disco #main {
	width: 920px;
	text-align: left;
	padding-top: 50px;
}
#disco #main h1 {
	font-size: 18px;
	font-weight: bold;
}
.photo {
	padding-right: 10px;
}
.release   {
	font-size: 20px;
	font-weight: bold;
}
.txt18 {
	font-size: 16px;
}
.txt10 {
	font-size: 10px;
}
.txt14 {
	font-size: 14px;
}

/* 追加＆変更 */

#contents h1 {
	font-size: 18px;
	font-weight: bold;
}

#disco h1 {
	font-size: 18px;
	font-weight: bold;
}

#contents td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#contents .no td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#top table{
	width: 920px;
}