@charset "utf-8";
#contact table th {
	background-color: #EEE;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#contact table td {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.btm {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.btnArea ul {
	padding-top: 20px;
	padding-left: 135px;
}
.btnArea li {
	float: left;
}
