@charset "utf-8";
/* CSS Document */

body {
	background-color: #cfa76a;
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	text-align: center;
}

body.chat {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	text-align: center;
}

a {
	color: #000000;
	text-decoration: underline;
	font-size: 13px;
	font-family: Times New Roman, Times, serif;
}

a.info {
	color: #000000;
	text-decoration: underline;
	font-size: 13px;
	font-family: Times New Roman, Times, serif;
	cursor: help;
}

span.error {
	word-spacing: 3px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-Times New Roman, Times, serif;
	font-weight: bold;
	color: #F00;
}

span.fett {
	font-weight: bold;
}

span.normal {
	font-weight: normal;
	font-size: 13px;
}

span.nobr {
	white-space: nowrap;
}

span.little_admin {
	font-size: 5px;
	font-weight: 100;
}

div.navi_head {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.main {
	font-size: 13px;
	font-family: Times New Roman, Times, serif;
	width: 0px;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	border-spacing: 0px 0px;
	border:solid #000000;
}

table td {
	text-align: left;
	padding: 0px;
}

.content {
	width: 530px;
	padding: 0px;
}

table.content th {
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	background-color: #cfa76a;
	padding: 2px;
	margin: 2px;
}

table.content td {
	padding: 2px;
}

td.sub {
	background-color: #D7AA65;
}

.button {
	background-color: #D29E51;
	border: 1px solid #000000;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 13px;
}
