body {
margin: 0px;
background: url(sitelayout/background-grey.jpg) repeat-x top #e9e9e9;
}

body, td, textarea {
	font-size: 10pt;
	font-family: Tahoma, sans-serif;
}

#heading {
border-bottom: 1px solid black;
background: url(sitelayout/background.png) repeat-x top red;
}

#maintable {
background: url(sitelayout/kanji-background.png) no-repeat bottom right white;
height: 95%;
}

#main {
width: 520px;
border-right: 1px solid gray;
padding: 20px;
padding-left: 40px;
background: url(sitelayout/shadow-main.gif) repeat-x;
}

/* Navigation Block */

td.menu {
background: url(sitelayout/shadow-menu.gif) repeat-x #f3cba7;
border-right: 1px solid #808080;
padding-top: 20px;
width: 180px;
}

ul.menu {
list-style-type: none;
margin: 0;
padding: 0;
margin-left: 10px;
border: none
}

li.menu {
margin: 0px;
padding: 0px;
border-top: 1px solid gray;
display: block;
}

a.menu {
	color: black;
	text-decoration: none;
}

a.menu:hover {
	color: blue;
	text-decoration: underline;
}

a:hover {
    color: blue;
}

.submenu {
    display: none;
}

#messageBox {
    border: 1px solid black;
    background: #981a11;
    color: white;
    padding: 10px;
}

#youAreHere {
    position: relative;
    left: -20px;
}

/* End Navigation Block */


li.small {
	margin: 0px;
	font-size: 8pt;
    padding: 0px;
}

.small {
font-size: 8pt;
}

#loginBox {
    padding-left: 10px;
}

input.loginbox {
font-size: 8pt;
width: 85px;
border: 1px solid gray;
}

h1 {
    font-family: Garamond, serif;
    font-weight: normal;
    font-size: x-large;
    padding: 0px;
    margin: 0px;
}

h2, h3 {
font-family: Garamond, serif;
position: relative;
left: -10px;
}

h2.normal {
  left: 0px;
}

h3 {
border-bottom: 1px solid black;
width: 100%;
}

#shadow-ne {
background: url(sitelayout/shadow-ne.gif) no-repeat;
}


#shadow-e {
background: url(sitelayout/shadow-e.gif) repeat-y left;
}

.indent {
    padding-left: 15px;
    padding-top: 10px;
}

td.prop {
    text-align: right;
    vertical-align: top;
    width: 80px;
    padding-right: 10px;
}

input.form, textarea.form {
    width: 90%;
}

input.fillin {
    border: 0px;
    border-bottom: 1px dashed gray;
    font-style:italic;
}

.wideButton {
    width: 80px;
}

.error {
    border: 1px solid red;
}

div.error {
    color: red;
    padding: 5px;
}

div.forum {
    border-bottom: 1px dotted #aeaeae;
    padding: 5px;
}

#comment {
    border-top: 1px dotted gray;
    width: 95%;
    padding-bottom: 7px;
    padding-top: 3px;
}

td.forum {
    border-bottom: 1px dotted #aeaeae;
    padding-bottom: 5px;
    height: 38px;
}

td.admin {
    border-bottom: 1px solid #aeaeae;    
}

table.forum {
    width: 100%;
    border: 1px solid #aeaeae;
    border-top: 1px solid white;
    padding: 5px;
}

img.border {
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

th {
    font-weight: normal;
    font-size: 10pt;
    border-bottom: 1px solid gray;
    text-align: left;
}

div.star {
    position: relative; left: 26px; top: -10px;
    background: url(sitelayout/new.png);
    width: 32; height: 32;
}

a.menu_button {
    width: 150px;
    text-decoration: none;
    padding: 2px;
}

a.menu_button:hover {
    background: #93140c;
    color: white;
    width: 150px;
    text-decoration: none;
    padding: 2px;
}

.jitsuka {
position: absolute; top: -3px; left: 0px; width: 758px; text-align: right;
}

.dialog {
    position: absolute;
    width: 674px;
    height:294px;
    top: 150px;
    left: 47px;
    background: url(sitelayout/dialog-background.png) no-repeat;
    color: black;
    padding: 20px;
}

.picture-dialog {
    position: absolute;
    width: 700px;
    height:570px;
    top: 175px;
    left: 33px;
    background: url(sitelayout/picture-dialog-background.png) no-repeat;
    color: black;
}