@import "mainStyle.css";
@import "form.css";
.title_1 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.table_top_bottom_line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding: 3px;
}

#popup1 .comment1 {
  display: none;
  position: absolute;
  text-decoration:none;
}

#popup1 a:hover {
  position:relative;
}

#popup1 a:hover .comment1 {
	display: block;
	top: 52px;
	left: -580px;
}
/* order */
.contractingOut {
	width: 450px;
	padding: 5px;
	border: 2px dotted #FF6F88;
	background-color: #FFF8F8;
	line-height: 1.5;
	font-size: 13px;
}
.contractingOut span {
	font-size: 15px;
	font-weight: bold;
}

