/* =============================================================================
	鋼構造物の維持管理 CSS
============================================================================= */

/* ---------------------------------------------------------
	見出し
--------------------------------------------------------- */
h4.bh {
	margin:0 3px 5px;
	font-weight:normal;
}

/* ---------------------------------------------------------
	腐食・診断調査
--------------------------------------------------------- */
table.boushokutai {
	margin:0 0 25px 5px;
	border-collapse:collapse;
	border-spacing:0;
	width:698px;
}

table.boushokutai th,
table.boushokutai td {
	padding:7px 6px 5px;
	border:1px solid #798ad9;
}

table.boushokutai th {
	line-height:1.1;
	background:#d7e2f3 url("../common/img/table_line.gif") no-repeat;
	color:#444;
}

table.boushokutai tbody th {
	width:140px;
	background:#f7fafe none;
}

div.middle-image {
	margin-left:3px;
	position:relative;
}

div.middle-image a {
	display:block;
	position:absolute;
	left:543px;
	font-size:12px;
	letter-spacing:0;
}

div.middle-image a#link1 {
	top:149px;
}

div.middle-image a#link2 {
	top:170px;
}

div.middle-image a#link3 {
	top:270px;
}


