.table1 a:link { color : #1D1E1F; }
.table1 a:visited { color : #1D1E1F; }
.table1 a:hover { color: #76B8D7; }


.profArea table {
 float: center;
 width: 833px;
 background: url(http://kyotoweb.jp/img01/prof_line.gif) left bottom repeat-x;
}

.profArea table tr {
 background: url(http://kyotoweb.jp/img01/prof_line.gif) left top repeat-x;
}

.profArea table tr.last {
 background: none;
}

.profArea table th {
 width: 100%;
 padding: 8px 0;
 color: #94765A;
 font-weight: bold;
 font-size: 16px;
}

.profArea table td {
 padding: 12px 5px 12px 8px;
 font-size: 14px;
}

* html .profArea table td {
 padding-top: 6px;
}