body {
	background-color: #000000;
	margin: 0;
	font-size: 10px;
	font-family: Verdana, Arial;
	color: #999999;
}

a {
	text-decoration: none;
	color: #cccccc;
}

main {
	background-color: #0d0d0d;
	border-radius: 15px;
	padding: 15px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

header {
	position: relative;
	height: 150px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.logo img {
	position: absolute;
	top:45px;
	left:5px;
	z-index: 1;
}

nav {
	position: absolute;
	top: 85px;
	left: 370px;
	text-align: center;
}

nav img {
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 3px;
}

footer {
	text-align: center;
	color: #999999;
	margin-top: 3px;
}



#container {
	overflow: auto;
	height: calc(100vh - 250px);
	padding: 20px 50px 0;
}

ul {
	margin-bottom: 20px;
}

ul li {
	margin-left: 20px;
	margin-bottom: 2px;
}

li {
	list-style-type: square;
}

.transp {
	background-color: transparent;
}

.title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.subt {
	background-color: #666;
	width: calc(100% - 20px);
	height: 18px;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 10px;
	color: #000;
}

.text {
	font-size: 13px;
}

.author {
	font-size: 10px;
}

.text ul {
	padding: 0;
}

.caption {
	font-weight: bold;
}

.info {
	font-size: 10px;
}

.album {
	background-color: #666;
	width: 390px;
	height: 18px;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 10px;
	color: #000;
}

.albumbox {
	width: 230px;
	float: left;
	padding-bottom: 50px;
}

.albumbox2 {
	width: 390px;
	float: left;
	padding-bottom: 50px;
}

.albumbox2 ol li {
	list-style-type: decimal;
}

.albumbd {
	border: 2px solid #666;
}

.member__wrapper {
	width: 45%;
	float: left;
	padding: 0 25px 25px 0;
}

.member {
	background-color: #666;
	height: 18px;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 10px;
	color: #000;
}

.memberbox {
	width: 195px;
	padding: 10px;
	float: left;
}

.memberbox2 {
	padding-bottom: 50px;
	float: left;
	width: 80px;
}

.memberbox2 ul {
	padding: 20px 0 0;
}

audio {
	height: 25px;
	margin-top: 5px;
}
