@charset "UTF-8";
/* CSS Document */

h1 {
	margin: 0 0 0 20px;
}
#contact {
	width: 400px;
}
#contact p {
	color: #666666;
	line-height: 1.5em;
	margin: 0 0 5px 0;
}
.tbl {
	background: #fafafa;
	font-size: 12px; font-size: 1.2rem;
	line-height: 4.0rem;
	color: #999999;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	margin: 0 0 10px 0;
}
.tbl th,td {
	border-bottom: 1px dotted #dedede;
	border-top: 1px solid #ffffff;
}
.tbl th {
	text-indent: 2em;
	text-align: right;
	padding: 0 10px 0 0;
}
.tbl td {
	padding: 5px 0 5px 10px;
}
.tbl td p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 16px;
}
.tbl input,textarea {
	border-right: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	padding: 3px 0;
}
.btn_contact {
	text-align: center;
}
input#btn {
	background: #797979;
	border: none;
	width: 150px;
	height: 30px;
	color: #fff;
	cursor: pointer;
}
.formphp {
	background: #fafafa;
	padding: 10px;
}
.formphp p strong {
	background: #B3B3B3;
	color: #f0f0f0;
	letter-spacing: 0 !important;
	padding: 3px;
}
