body {
	font-size: 12px;
	color: #333333;
	background-color: #FFFFF4;
	text-align: center;
	margin: 0;
}

a:link, a:visited {
	color: #0000FF;

	text-decoration: none;
}

a:active, a:hover {
	color: #FF00FF;

	text-decoration: none;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 1px;
	border-bottom: dotted #BCACCA 3px;
	padding: 0 0 3px 0;
	margin: 5px 0 2px 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-left: solid #D8E9EF 10px;
	text-indent: 10px;
	letter-spacing: 1px;
	margin: 2px;
}

h3 {
	font-size: 12px;
	color: #666666;
	text-indent: 6px;
	letter-spacing: 1px;
	line-height: 10px;
	border-left: solid #999999 10px;
}

.foot {
	font-size: 12px;
	color: #666666;
	letter-spacing: 2px;
	margin: 5px 0 0 0;
	border-bottom: dotted #999999 3px;
}

table {
	font-size: 12px;
	text-align: left;
	line-height: 1.6em;
	width: 720px;
}

.white {
	color: #FFFFFF;
}

.red {
	color: #FF0000;
}

.yellow {
	color: #FF6600;
}

.green {
	color: #009900;
}

form {
	font-size: 12px;
}

textarea {
	font-size: 12px;
	color: #003366;
	margin: 0 10px 0 10px;
}

select {
	font-size: 12px;
	color: #003366;
	margin: 0 10px 0 10px;
}

input {
	font-size: 12px;
	color: #003366;
	margin: 0 0 0 3px;
}

input.voter {
	width: 49px;
}

input.note {
	width: 399px;
}

/* これより下部は追加分 */
#errlist_msg {
	color: #ff0000;
	font-size: small;
}

.erritem_msg {
	color: #ff0000;
	font-size: small;
}
