@charset "UTF-8";
#underlayer .main_left h3 {
	font-size: 22px;
	margin-top: 36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e0e0;
	padding-bottom: 20px;
}
#underlayer .main_left table {
	float: left;
	width: 540px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #e1e0e0;
	border-left-color: #e1e0e0;
}
#underlayer .main_left th {
	font-weight: normal;
	background-color: #f8f8f8;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #e1e0e0;
	border-bottom-color: #e1e0e0;
	width: 160px;
}
#underlayer .main_left td {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #e1e0e0;
	border-bottom-color: #e1e0e0;
}
#underlayer .main_left .cf .photo   {
	float: right;
}
#underlayer .main_left .cf .photo p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#underlayer .main_left .cf .photo .btn {
	margin: 0px;
	padding: 0px;
}
#underlayer .main_left .cf .photo .btn a {
	color: #fff;
	background-color: #989898;
	background-image: url(images/icon.png);
	background-position: 20px center;
	display: block;
	height: 40px;
	width: 186px;
	background-repeat: no-repeat;
	text-align: center;
	padding-left: 14px;
	font-size: 12px;
	line-height: 40px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
