@import "rayout.css";
@import "navi.css";
@import "contents.css";
@import "headline.css"
@import "list.css";
@import "link.css";
@import "table.css";

body {
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
	background: none; 
}
* html body {
	zoom: 85%;
	font-size: 12px;
	}
#header {
	background: none;
	}
#nav {
	display: none;
}
#footer {
	display: none;
}

#content img#print {
	clear: both;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	}
#topeyecatch {
	display: none;
	}
#content #link {
	display: none;
	}
#content #news {
	width: 706px;
	}
#news .newsbox {
	width: 706px;
	}
#news .date {
	float: none;
	}
#news .date ul {
	line-height: 1;
	margin: 0 0 0 1em; padding: 0;
	}
#news .topics {
	float: none;
	margin: 0 0 1em 2em; padding: 0;
	
	}

/* ---------- 非表示設定 ----------*/
h1 {
	display: none;
	}
h1,h2,h3,h4 {
	clear: both;
	background: none; 
	text-indent: 0;
	}
div.totop {
	display: none; 
	}
img {
	border: 0;
}
img.jack {
	display: none;
	}
div#subnavi {
	display: none;
	}
ul.goodforjump {
	display: none;
	}
div.dscrptpale {
	display: none;
	}
ul.gotomap {
	display: none;
	}

/* ---------- リンク部設定 ----------*/
a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

/* ---------- トップページ ----------*/
.exmenu {
	display: none;
	}

/* ---------- 工法概要　ジャンプメニュー ----------*/
ul.outlinemenu li {
	text-indent: 0em; /* テキストを表示させないためのマイナス値 */
	}
ul.outlinemenu li a,ul.outlinemenu li a:hover {
	background: none; 
	}

/* ---------- 活躍する場面　ジャンプメニュー ----------*/
div.goodformenu li {
	text-indent: 0em; /* テキストを表示させないためのマイナス値 */
	}
div.goodformenu li a,div.goodformenu li a:hover {
	background: none; 
	}

/* ---------- 改頁設定 ----------*/
* html body div.pagebreak {
   page-break-after: always;
}
