@charset "UTF-8";
.Mainbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

.validate {
	color: #DD0000;
	display: none;
}

a:link.menu {
	color: #A34141;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a:visited.menu {
	color: #A34141;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}		
a:hover.menu {
	color: #BB0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

a:link.list {
	color: #551a8b;
	text-decoration: none;
}
a:visited.list {
	color: #551a8b;
	text-decoration: none;
}		
a:hover.list {
	color: #551a8b;
	text-decoration: underline;
}
.listHead {
	color: #000000;
	background-color: #c6c6c6;
	font-weight: bold;

}
.listDetail {
	background-color: #e1e1e1;
	
}
