﻿body 
{
	background-color: #990033;
	text-align: center;
}

h1
{
	font-size: larger;
}

h2
{
	font-size: large;
}

p
{
	padding: 5px;
	text-align: justify;
}

.main
{
    margin: 0 auto;
    text-align: left;
    display: block;
    width: 800px;
	background-color: White;
	border-width: 10px;
	border-color: #660000;
	border-style: solid;
}

.thinborder
{
	border-width: 1px;
	border-color: #990033;
	border-style: solid;
}


.footer
{
    border-top: solid 1px #990033;
    padding: 0px 5px 0px 5px;
	background-color: #ffffff;
	font-size: smaller;
	text-align: center;
}

.mainTable
{
	width: 100%;
}

.mainTable td
{
	vertical-align: top;
}


.leftBlock
{
	width: 170px;
/*	border-right: solid 1px #990033;*/
	padding: 5px;
}

.rightBlock
{
}

/* menu */

.topMenuBlock
{
	margin: 8px;
	margin-left: 0px;
	margin-bottom: 13px;
	display: block;
}

.menuItem
{
	width: 160px;
	padding: 5px;
	border: solid 1px #990033;
	margin: 2px;
	text-decoration: none;
}

.horizontalMenu
{
	display: inline-block;
	margin-right: 8px;
}

.verticalMenu
{
	display: block;
}

.jLink
{
	cursor: pointer;
	color: #990000;
	
}

.menuItem:hover
{
	background-color: #990033;
	color: White;
}

.smallMenuItem
{
	font-size: small;
}

.selected
{
	background-color: #990033;
	color: white;
}

.bbHeader
{
	display: block;
	background-color: #990033;
	color: White;
	padding: 5px;
	margin-bottom: 1px;
	text-decoration: none;
}

.underline
{
	text-decoration: underline;
}

/* toon list */
.toonBlock
{
	display: block;
	width: 98%;
}

.toonReleaseDate
{
	padding: 0px 0px 0px 5px;
	display: block;
	text-align: right;	
	margin-top: 1px;
	margin-bottom: 2px;
	font-style: italic;
}

.toonThumb
{
	border: none;
	padding: 5px;
	width: 200px;
	height: 150px;
}

.toonSynopsis
{
	display: block;
	text-align: justify;
}

.songText
{
	text-align: center;
	font-style: italic;
}

a
{
	color: #990000;
	
}
.visited
{
	color: #990000;
	
}