@charset "UTF-8";

/* == 土木部専用 ======================================================================================================= */


/* == サブメニュー ============================================================ */
#submenu {
	background-image:url(/construction/img/sabmenu.gif);
	background-repeat: no-repeat;
}

/* == コンテンツ ============================================================ */

/* -- タイトル -- */
h2 {
	clear: both;
	height:45px;
	line-height:2.7em;
	text-indent:40px;
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:bold;
	margin-top:20px;
	background-image:url(/construction/img/titleback1.gif);
}


/* -- 事例(resultbox) ------------------------------------------------------------------ */
.heightLine {
	width: 367px;
	text-align: center;
	font-size:.9em;
	margin-top: 30px;
	margin-bottom: 30px;
	border-collapse:collapse;
	border-spacing:0;
	background-image:url(/construction/img/resultbox_body.gif);
	background-repeat:repeat-y;
}
.heightLine thead td {
	height: 50px;
	line-height: 22px;
	font-size: 14px;
	font-weight:bold;
	padding:20px 10px 0;
	background-image:url(/construction/img/resultbox_top.gif);
	background-repeat: no-repeat;
}
.heightLine thead td span {
	font-size: 10px;
	background-color: #0066CC;
	color: #FFFFFF;
	margin: 10px;
	line-height: 1em;
	padding-right: 5px;
	padding-left: 5px;
}
.heightLine tfoot td {
	height: 15px;
	background-image:url(/construction/img/resultbox_bottom.gif);
	background-repeat: no-repeat;
	background-position:bottom;
}
.heightLine tbody td {
	padding:15px;
}
.heightLine p {
	margin:0;
	padding:0;
}

/* -- テキスト -- */
.text {
	width: 280px;
	color: #FFFFFF;
	font-size:.9em;
	margin:0 auto;
	padding:10px;
	background-color: #2557A1;
}


/* -- 左寄せ(奇数) -- */
.odd {
	clear:both;
	float:left;
}

/* -- 右寄せ(偶数) -- */
.even {
	float:right;
}
