<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

nav {
	background: url(../img/header_bg.png);
}
nav .container {
	background: url(../img/navi_bg.png);
}
nav li.active,
nav li:hover {
	background: url(../img/navi_active.png);
}

#main {
	background: url(../img/jacket.png) no-repeat right 20px;
	height: 520px;
}
#main .description {
	margin-left: 9px;
	line-height: 0;
}
#main h1 {
	margin: 0 0 16px 20px;
	line-height: 0;
}
#main h2 {
	margin-left: 58px;
}
#main .link_ec {
	position: absolute;
	top:478px;
	left: 536px;
}

#tracklist {
	background: url(../img/tracklist_bg.png);
}</pre></body></html>