
#sidebar {
	position: absolute;
	width: 140px;
	height: auto;
	bottom: 100px;
	font-size: 80%;
	padding: 10px;
	background: #111111;
	border: 5px solid #ffffff;
}

#main {
	position: absolute;
	width: auto;
	height: auto;
	left: 140px;
	bottom: 100px;
	background: #000000;
	margin-top: 10px;
	margin-left: 150px;
	margin-right: 0px;
	margin-bottom: 20px;
}

#footer {
	position: relative;
	width: 100%;
	height: 100px;
	top: auto;
}

body {
	color: #999999;
	background-color: black;
	font-size: 100%;
}

a {
	color: #8888ff;
}

a:link {
	color: #8888ff;
}

a:visited {
	color: #cc88cc;
}

a:active {
	color: #ff8888;
}

a:hover {
	color: #ff8888;
}


h1   {
	color: #999999;
	background-color: #dddddd;
}

h2   {
	text-align: center;
	color: #cc8888;
	background-color: #662222;
	border-width: 2px 10px 2px 10px;
	border-style: solid;
	border-color: #441111;
	padding: 5px;
	clear: both;
}

h3   {
	text-align: left;
	color: #8888cc;
	background-color: #222266;
	margin-left:  5px;
	margin-right: 5px;
	border-width: 2px 2px 2px 10px;
	border-style: solid;
	border-color: #111144;
	padding: 3px;
	text-indent: 0.3em;
	clear: both;
}

h4   {
	text-align: left;
	color: #9999bb;
	background-color: #333355;
	margin-left:  5px;
	margin-right: 15px;
	border-width: 0px 0px 3px 8px;
	border-style: solid;
	border-color: #111133;
	padding: 5px;
	text-indent: 0.3em;
	clear: both;
}

h5   {
	text-align: left;
	font-family: Vernada, sans-serif;
	clear: both;
}

th   {
	color: #999999;
	font-family: Vernada, sans-serif;
}

tr {
	color: #999999;
	background-color: black;
}

tr.unreleased {
	color: #999999;
	background-color: #333344;
}

tr.na {
	color: #999999;
	background-color: #444444;
}

tr.mh {
	color: #999999;
	background-color: #111144;
}

tr.nc {
	color: #999999;
	background-color: #114422;
}

tr.allfmt {
	color: #999999;
	background-color: #111122;
}

tr.singleonly {
	color: #999999;
	background-color: #221111;
}

td   {
	color: #999999;
	font-size: small;
	font-family: Vernada, sans-serif;
}

td.frame   {
	color: #999999;
}

td.unreleased {
	color: #999999;
	background-color: #333344;
}

td.na {
	color: #999999;
	background-color: #444444;
}

td.mh {
	color: #999999;
	background-color: #111144;
}

div.whatsnew {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 80px;
	margin-right: 80px;
	padding: 15px;
	color: #aaaaff;
	background-color: #111144;
	text-align: center;
	line-height: 140%;
}

div.nav {
	color: #999999;
	text-align: left;
	font-size: smaller;
}

div.byArtist {
	margin-left: 20px;
	margin-right: 20px;
	padding: 5px;
	color: #999999;
	background-color: #111111;
	font-size: smaller;
	text-align: left;
}

div.bi {
	position: absolute;
	left: 150px;
	text-align: left;
}

div.bi .en {
	position: absolute;
	width: 45%;
	left: 150px;
}

div.bi .ja {
	position: absolute;
	width: 45%;
	left: 50%;
}

p    {
	color: #888888;
	text-align: left;
	margin-left: 2em;
	margin-right: 2em;
	text-indent: 0em;
	line-height: 180%;
}

p.confirmed    {
	color: #cc8888;
	text-align: left;
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
	text-indent: 0em;
	line-height: 180%;
}

p.comment    {
	color: #ccaa88;
	text-align: left;
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
	text-indent: 0em;
	line-height: 180%;
}

p.personnel    {
	color: #999999;
	text-align: left;
	margin-left: 2em;
	margin-right: 2em;
	text-indent: 0em;
	line-height: 180%;
}

p.td {
	color: #999999;
	text-align: left;
	margin-left: 0.5em;
	margin-right: 0.5em;
	text-indent: 0em;
	line-height: 130%;
}

span.comment    {
	color: #ccaa88;
	font-style: italic;
}

span.orange	{
	color: #cc6633;
}

span.blue	{
	color: #8888ff;
}

span.pink	{
	color: #cc33cc;
}

li  {
	color: #999999;
	text-align: left;
	line-height: 150%;
}

blockquote  {
	color: #999999;
	text-align: left;
	line-height: 180%;
}

pre  {
	color: #999999;
}

img {
	color: #999999;
	border-width: 0px;
}

img.left {
	float: left;
	margin-right: 10px;
	border-width: 0px;
}

img.right {
	float: right;
	margin-left: 10px;
	border-width: 0px;
}

dl {
	margin-left: 20px;
}

dt {
	font-weight: bold;
	margin-top: 1em;
}

