

.waring {
	position: relative; left: 0px; 
	width: 550px;

	background-color: papayawhip;
	border-color: orange;
	border-width: 1px;
	border-style: solid;

	color: tomato;
	font-family: Times New Roman, sans-serif;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 1.0px;

	padding: 10px;
}


.error_notice {
	position: relative; left: 0px; 
	width: 700px;

	background-color: lavenderblush;
	border-color: deeppink;
	border-width: 1px;
	border-style: solid;

	color: red;
	font-family: Times New Roman, sans-serif;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 1.0px;

	padding: 10px;
}

.title {
	color: navy;
	font-weight: bold;
	font-size: 120%;
}

table.tcontents{
	position: relative; left: 20px;
	
	border-width: 0px;
	padding: 10px;
	background-color: white;
}
.contents {
	width: 550px;

	border-color: darkblue;
	border-width: 1px;
	border-style: solid;

	color: navy;
	font-family: Times New Roman, sans-serif;
	line-height: 1.4;
	letter-spacing: 1.0px;

	padding: 10px;
}
.contents_exp {
	background-color: #fbfaf5;
}
.contents_imp {
	background-color: aliceblue;
}

.error {
	color: red;
	font-size: 80%;
	font-family: Times New Roman, sans-serif;
	font-weight: bold;
}

input.button {
	font-family: sans-serif;
	border: 0px solid;
	background-color: darkseagreen;
	color: darkblue;
}
.prev {
	position: absolute; left: 660px;
}
.next {
	position: absolute; left: 730px;
}

.chkbx {
	width: 30px;
	height: 30px;
	color: blue;
}

