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

/* input, textarea {
	font-family: serif;
} */

A{
	text-decoration: none;
}

TABLE.main{
	width: 80%;
	border: 1px #777 solid;
	border-collapse: separate;
	border-spacing: 0px;
}
TH.category{
	/* background-color: #c0f0e0;*/
	background-color: #eaf9fc;
	font-size: 10pt;
	width: 10%;
	border: 1px #777 solid;
}
TH.main{
	/* background-color: #c0f0e0;*/
	background-color: #eaf9fc;
	font-size: 10pt;
	width: 20%;
	text-align: left;
	border: 1px #777 solid;
}
TH.nocategory{
	background-color: #eaf9fc;
	font-size: 10pt;
	width: 30%;
	text-align: center;
	border: 1px #777 solid;
}
TD.main{
	/* background-color: #f8ffff;*/
	background-color: #ffffff;
	font-size: 11pt;
	padding:2pt 2pt 2pt 2pt;
	border: 1px #777 solid;
}

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: 100%;
}
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;
}
TH.summary {
	font-size: 10pt;
	background-color: #eaf9fc;
	width: 150px;
}
TH.summaryR {
	font-size: 10pt;
	background-color: #eaf9fc;
	text-align: center;
}
TD.summary {
	font-size: 10pt;
	width: 100px;
	text-align: right;
}

TEXTAREA {
	font-size: 9pt;
}

/*
input.main {
	width: 80%;
	font-size: 100%;
}
*/
input.mainuc {
	text-transform: uppercase;
}

input[readonly][type='text'] {
	background-color: #eee;
}
textarea[readonly] {
	background-color: #eee;
}

.btn {
	display: inline-block;
	border-radius: 10px;
	background-color: #0077b6;
	padding: 5px 10px 5px 10px;
	text-align: center;
	color: white;
	cursor: pointer;
}
.btn:hover {
	/* background-color: #20B0FF;*/
	background-color: #023e8a;
}
.btn:disabled {
	background-color: #B0B0B0;
	cursor: default;
}

.actbtn {
	display: inline-block;
	border-radius: 10px;
	border: 1px solid #F80;
	background-color: #F80;
	padding: 5px 10px 5px 10px;
	text-align: center;
	font-size: 12pt;
	color: white;
	cursor: pointer;
}
.actbtn:hover {
	background-color: #B70;
}

.actbtn:disabled {
	background-color: #B0B0B0;
	cursor: default;
}

.smallbtn {
	display: inline-block;
	border-radius: 5px;
	background-color: #0077b6;
	padding: 2px 2px 2px 2px;
	text-align: center;
	font-size: 9pt;
	color: white;
	cursor: pointer;
}
.smallbtn:hover {
	background-color: #023e8a;
}
.smallbtn:disabled {
	background-color: #B0B0B0;
	cursor: default;
}

.explain {
	text-align: left;
	font-size: 9pt;
}

header {
	width: 100%;
	display: block;
	top: 0;
	z-index: 1;
}

.list_area {
	width: 84%;
	display: block;
	float: right;
	overflow: auto;
}

.button_area {
	width: 12%;
	display: block;
	float: left;
	text-align: left;
	padding-left: 20px;
	position: fixed;
}

.notranslate {
	translate: none;
}

.regulation {
	width:70%;
	height: 200px;
	border-style: solid;
	border-width: 1;
	text-align: left;
	float: center;
	overflow: auto;
}

.guide {
	font-size: 8pt;
	color: blue;
}
