#contents .contactTable {
	width: 100%;
	border: 3px solid #DCDCD3;
	margin-bottom: 20px;
}
#contents .contactTable caption {
	text-align: left;
	background-image: url(../../contact/images/ic_his.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#contents .contactTable th {
	background-color: #f8f7f3;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #DCDCD3;
	border-bottom-color: #DCDCD3;
	padding: 10px;
	width: 30%;
	text-align: left;
	color: #786A47;
	font-size: 88%;
}
#contents .contactTable td {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DCDCD3;
	padding: 10px;
	width: 70%;
	text-align: left;
	font-size: 88%;
}
.wid01 {
	width: 250px;
}
.wid02 {
	width: 350px;
}
#contents #submit {
	padding: 20px;
	border: 3px solid #DCDCD3;
	background-color: #FFFFFF;
	margin-bottom: 35px;
}
#contents .contactTable th span {
	background-image: url(../../contact/images/ic_his.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
}
#contents #telBox {
	margin-bottom: 40px;
	font-size: 96%;
}
#contents #telBox #contactCell {
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A5A5A5;
	border-bottom-color: #A5A5A5;
	border-left-color: #A5A5A5;
	padding: 18px;
	overflow: hidden;
	zoom: 1;
	background-image: url(../../contact/images/g_lady.jpg);
	background-repeat: no-repeat;
	background-position: 10px 16px;
	min-height: 200px;
}
#contents #telBox #contactCell #tellArea {
	width: 445px;
	text-align: left;
	float: right;
}
#contents #telBox #contactCell #tellArea li {
	overflow: hidden;
	zoom: 1;
	font-size: 96%;
}

#contents #telBox #contactCell #tellArea .officeName {
	width: 130px;
	float: left;
}
#contents #telBox #contactCell #tellArea .tel01 {
	color: #f08418;
	font-weight: bold;
	margin-right: 8px;
	display: block;
	float: left;
}
#contents  #telBox  #contactCell  #tellArea  .time {
	padding-left: 250px;
	display: block;
	font-size: 88%;
}
#contents #telBox #contactCell p {
	margin-bottom: 10px;
}


/* clear

---------------------- */
.clear {
 clear: both;
}

