﻿/* linkページ */
.linkBlock{
	width: 100%;
}
.linkBlock th{
	width: 150px;
	vertical-align: top;
	padding-top: 8px;
}
.linkBlock td{
	vertical-align: top;
	padding-top: 8px;
}

.linkBlock_other{
	width: 100%;
}
.linkBlock_other th{
	width: 210px;
	vertical-align: top;
	padding-top: 8px;
}

.linkBorder{
	border-bottom: solid 2px #993300;
}