body	{
	/* background-image:url('/Member/img/A.jpg'); */
	background-color: #f0f0ff;
	font-size: 10pt;
}

A{
	text-decoration: none;
}

TABLE.main{
	width: 80%;
}
TH.main{
	background-color: #c0f0e0;
	font-size: 10pt;
	width: 20%;
}
TD.main{
	background-color: #f8ffff;
	font-size: 9pt;
	padding:2pt 2pt 2pt 2pt;
}

TABLE.result{
	width: 90%;
}
TH.result{
	background-color: #c0f0e0;
	font-size: 10pt;
}
TD.result{
	background-color: #f8ffff;
	font-size: 9pt;
	padding:2pt 2pt 2pt 2pt;
}

TABLE.cond{
	width: 95%;
}
TH.cond{
	background-color: #d0e0c0;
	font-size: 10pt;
}
TD.cond{
	background-color: #dfefcf;
	font-size: 9pt;
	padding:2pt 2pt 2pt 2pt;
}

p.message {
	width: 90%;
	background-color: #c0f0c0;
}
TABLE.message {
	width: 90%;
	table-layout: fixed;
}
TH.message {
	font-size: 10pt;
}
TD.message {
	font-size: 9pt;
	padding:2pt 2pt 2pt 2pt;
}

TABLE.nothing {
	width: 60%;
}
TH.nothing {
	font-size: 10pt;
}
TD.nothing {
	font-size: 9pt;
	padding:2pt 2pt 2pt 2pt;
}

TABLE.enter {
	width: 400px;
}
TD.enter {
	background-color: #803060;
	color: #ffffff;
	font-size: 18pt;
	padding:4pt 4pt 4pt 4pt;
	text-align: center;
}

TEXTAREA {
	font-size: 9pt;
}

.btn {
	display: line-block;
	border-radius: 10px;
	background-color: #3020C0;
	padding: 5px 10px 5px 10px;
	text-align: center;
	color: white;
	cursor: pointer;
	margin: 5px 5px 5px 5px;
}
.btn:hover {
	background-color: #20B0FF;
}
.btn:disabled {
	background-color: #B0B0B0;
	cursor: default;
}
