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



#contact {
	width: 800px;
}
#contact h1 {
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 50px;
	text-align: center;
	height: 50px;
	width: 300px;
	margin: 20px auto 60px auto;
	border-bottom: 4px solid #ccbb99;
}
#contact h2 {
	color: #000000;
	font-size: 16px;
	text-align: center;
	margin: 30px auto 0 auto;
}
#contact p {
	font-size: 16px;
	line-height: 26px;
	width: 600px;
	margin: 10px auto 40px auto;
}
#contact table {
	width: 600px;
	margin: 60px auto 20px auto;
	border-top: solid 1px #bbbbbb;
}
#contact th {
	font-size: 16px;
	font-weight:normal;
	text-align: left;
	vertical-align: top;
	width: 200px;
	padding: 10px;
	border-bottom: solid 1px #bbbbbb;
}
#contact td {
	font-size: 16px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom: solid 1px #bbbbbb;
}