﻿.voidbug
{
  position: fixed;
  margin: 0ps;
}

.menu, .sitefooter
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	
	background-image: url(images/goban_front.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-color: #FCFDF7;
	border: 1px solid #D6D2D2;
	font-size:14px;
}


.menu
{
  position: absolute;
	top: -2px;
  right: 10px;
	z-index: 2;
	
	color: #D6D2D2;
}

.sitefooter
{
	color: #767272;
	width: 500px;
	border-top-style: none;
}

div.myframe
{
	width: 80%;
	padding: 10px;
	padding-bottom: 20px;
	margin-top: 22px;
	background: #FCFDF7;
	border: 1px solid #D6D2D2;
	vertical-align: middle;

	background-image: url(images/goban_front.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-color: #FCFDF7;
}

body
{
	font-family: arial;
	font-size:16px;
	color: #114466;
	background-image: url(images/goban.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-color: #FCFDF7;
}

a:link
{
	text-decoration: underline;
	color: #4488BB;
}

a:visited
{
	text-decoration: underline;
	color: #4488BB;
}

a:active
{
	color: #4488BB;
}

a:hover
{
	color: #4488BB;
	text-decoration: underline;
}

input.checkbox
{
  margin: 3px 7px 3px 0px;
}

input.text
{
	width: 200px;
}

input.button
{
	width: 200px;
}

.error
{
	color: #EE5535;
	font-weight:bold;
	font-size:16px;
}

.title
{
	font-weight:bold;
	font-size:18px;
}

.small
{
	font-size:12px;
}

.mytd
{
	border-bottom: 1px solid #ffffff;
	border-left:1px solid #ffffff;
}

.bodytr
{
	color: #334455;
	font-size: 14px;
}


.headtr
{
	color: white;
	font-size: 16px;
}

.headtr a:link
{
	text-decoration:none;
	color: white;
}

.headtr a:visited
{
	text-decoration:none;
	color: white;
}

.headtr a:active
{
	color: white;
}

.headtr a:hover
{
	color: white;
	text-decoration: underline;
}

tr
{
  padding: 0px;
}

td
{
  padding: 0px;
}

strong
{
  font-style: italic;
  font-weight: normal;
}

.good, .bad
{
  font-weight: bold;
}

.good
{
  color: #00bb00;
}

.bad
{
  color: #ff6666;
}
