@charset "utf-8";
/*==================================================
	@ Style Name    : /css/contact.css
	@ Create Date   : 2010.11.28
	@ LastUp Date   : 2010.12.14
====================================================



/* -------------------------------------------------------------------------------- */
/*     ----------------------------------------------------------- */
#main .tableContact {
	width: 690px;
	margin: 10px 0px 15px;
	border-top: 1px solid #E1E6E9;
}
#main .tableContact th {
	text-align: left;
	width: 150px;
	border-right: 5px solid #E1E6E9;
	border-bottom: 1px solid #E1E6E9;
	vertical-align: top;
	padding: 8px 0px 5px;
}
#main .tableContact td {
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #E1E6E9;
	border-left: 1px solid #FFF;
	padding: 5px 0px 5px 10px;
	vertical-align: top;
	margin-bottom: 10px;
}
.textShort {
	width: 100px;
	margin: 0px 15px 0px 5px;
	height: 20px;
	margin-bottom: 3px;
}
.textMiddle {
	height: 20px;
	width: 300px;
	margin-bottom: 3px;
}
.textLong {
	width: 400px;
	height: 20px;
}
.textareaLong {
	height: 200px;
	width: 500px;
	margin-bottom: 3px;
}


/* -------------------------------------------------------------------------------- */
