button {
	cursor:pointer;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.cont_table  {
	width: 610px;
	border: 5px solid #FFF0CA;
	background-color: #CCCCCC;
}
.cont_table tr {
	background-color: #FFFFFF;
}


.cont_table  th {
	width: 140px;
	padding-right: 40px;
	border-bottom-style: none;
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.cont_table td {
	padding: 8px;
	text-align: left;
}
.cont_table .bg_color {
	background-color: #EFEFEF;
}
.cont_table .hissu {
	background-image: url(../image/ico_hissu.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
}


.field_normal {
	width: 220px;
}
.field_long {
	width: 380px;
}
