div#contents{
	width: 100% ;
	text-align: center;
}
div#contents *{
}
h1{
	font-size: medium;
	text-align: left;
	width: 710px;
	margin: 0 auto;
	border: solid 1px #000000;
	border-bottom-style: none;
	background-color: #1732ff;
	color: #ffffff;
	text-indent: 3px;
}

div#contents form{
	width: 710px;
	margin: 0 auto;
	text-align: left;
	border: solid 1px #000000;
	background-color: #f6f7c1;
}

div#contents form div#left-field{
	width: 330px;
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-left: 5px;
}

div#contents form div#right-field{
	width: 340px;
	margin-left: 10px;
	float: left;
	text-align: left;
	margin-top: 10px;
}
div#contents form div#center-field{
	width: 680px;
	text-align: center;
	clear: both;
	margin-top: 10px;
	margin-left: 10px;
}
div#contents form div#center-field p{
	font-size: small;
}
div#contents form table{
	margin-left: 3px;
}
div#contents form th{
	width: 100px;
	font-weight: normal;
	font-size: x-small;
	text-align: left;
	vertical-align: middle;
	padding : 2px 0px 0px 2px;
}
div#contents form div#left-field th{
	width: 100px;
	font-weight: normal;
	font-size: x-small;
	text-align: left;
	vertical-align: middle;
	padding : 2px 0px 0px 2px;
}
div#contents form div#left-field td{
	width: 210px;
	font-weight: normal;
	font-size: x-small;
	text-align: left;
	vertical-align: middle;
	padding : 2px 0px 0px 2px;
}
div#contents form div#center-field th{
	width: 130px;
	font-weight: normal;
	font-size: x-small;
	text-align: left;
	vertical-align: middle;
	padding : 2px 0px 0px 2px;
}
div#contents form td{
	width: 210px;
	padding : 2px 2px 0px 2px;
	vertical-align: middle;
}
div#contents form div#center-field td{
	width: 570px;
	padding : 2px 2px 0px 2px;
	vertical-align: middle;
}
div#contents form td span.small{
	font-size: 10px;
}

div#contents form fieldset{
	margin-left: 3px;
	text-align: left;
	border: solid 1px #666666;
	font-size: x-small;
}
div#contents form fieldset legend{
	font-size: x-small;
}
div#contents form input{
	border: solid 1px #666666;
	height: 2em;
	font-size: x-small;
	margin-bottom: 1px;
}
div#content form input.radio{
	border: none 0px #000000;
	width: auto;
	background-color: #000000;
}
div#content form div#left-field input.radio{
	border: none 0px #000000;
	width: auto;
	background-color: #000000;
}
div#contents form input.error{
	border: solid 1px #666666;
	background-color: #ff9999;
	height: 1.5em;
	width: 100%;
	font-size: x-small;
	margin-bottom: 1px;
}
div#contents form div#center-field input{
	border: solid 1px #666666;
	height: 1.5em;
	width: 570px;
	font-size: x-small;
	margin-bottom: 1px;
}
div#content form div#center-field input.radio{
	border: none 0px #000000;
	width: auto;
}
div#contents form div#center-field input.error{
	border: solid 1px #666666;
	background-color: #ffcccc;
	height: 1.5em;
	width: 570px;
	font-size: x-small;
	margin-bottom: 1px;
}
div#contents form input.radio{
	height: 1.5em;
	font-size: x-small;
	margin-bottom: 1px;
	margin-left: 5px;
	vertical-align: middle;
	border: none 0px #000000;
	width: auto;
}
div#contents form label{
	height: 1.5em;
	font-size: x-small;
	margin-bottom: 1px;
	vertical-align: middle;
}
div#contents form textarea{
	border: solid 1px #666666;
	width: 100%;
	font-size: x-small;
	margin-bottom: 1px;
}
div#contents form div#center-field textarea{
	border: solid 1px #666666;
	width: 570px;
	font-size: x-small;
	margin-bottom: 1px;
}
div#contents form select{
	border: solid 1px #666666;
	height: 2em;
	font-size: x-small;
	margin-bottom: 1px;
}
div#contents form select option{
	border: solid 1px #666666;
	height: 2em;
	font-size: x-small;
	margin-bottom: 1px;
}
div#contents form div#center-field input.button{
	border: outset 2px #cccccc;
	background-color: #999999;
	height: 1.5em;
	width: 150px;
	font-size: small;
	vertical-align: middle;
	margin: 5px 10px 20px 10px;
}
span.alert{
	font-size: xx-small;
	color: #ff0000;
}

div#message{
	width: 710px;
	height: 100px;
	margin: 0 auto;
	text-align: left;
	border: solid 1px #000000;
	background-color: #eff29e;
}
div#message p{
	font-size: medium;
	margin: 10px;
}
div#message a{
	font-size: small;
	background-color: #999999;
	border: outset 2px #cccccc;
	padding: 0px 10px;
}
div#message a:active{
	font-size: small;
	background-color: #999999;
	border: inset 2px #cccccc;
	padding: 0px 10px;
}
div#message a:focus{
	font-size: small;
	background-color: #999999;
	border: inset 2px #cccccc;
	padding: 0px 10px;
}
div#contents ul{
	list-style-type: disk;
	margin: 0;
	padding: 0;
}
div#contents ul li{
	margin: 0 0 0 2em;
	padding: 0;
}
p#confirm span.error{
	color: #ff0000;
	font-size: medium;
}

div#contents form table.item{
	width: 100%;
	border-top:solid 1px #666666;
}
div#contents form table th{
	font-size: medium;
	font-weight: bold;
	width: 100%;
}
div#contents form table td{
	width: 400px;
}
div#contents form table td.img{
	width: 180px;
	padding-left: 20px;
}
