@charset "Shift_JIS";
/* 印刷用CSS制御
-------------------------------------------------- */

/* 全ページ共通設定
-------------------------------------------------- */
/* tag class 設定 */
body {
    padding: 0px;
    margin: 0px;
		background-color: #fff;
    text-align: center;
		color: #333;
    font-size: 12px;
    line-height: 1.4em;
    font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
img {
    border: 0px;
}
/* 共通リンクカラー */
a {
	color: #5e8eab;
}
a:hover {
	color: #ff8800;
}
a:visited {
	color: #445a8e;
}

.allClear {
	clear: both;
}
/* 強調〜フォントBold */
em {
	font-style: normal;
	font-weight: bold;
}
/* より強い強調〜フォントBold+赤文字 */
strong {
	color: #CC0033;
}
/* ページトップリンク */
.pagetop {
	display: none;
}

/* 全体のブロック 設定
-------------------------------------------------- */
/* id Block 設定 */
#wrapper { 
	padding: 0px;
	background: #ffffff;
	margin: 0px auto;
	/* 印刷用はW640に固定 */
	width: 642px; /* 左右のボーダーを含む */
	text-align: left;
}

/* グローバルナビゲーション 設定
-------------------------------------------------- */
#header { 
	padding: 0px;
	margin: 0px;
	width: 640px;
	height: 60px;
}
#gLogo { 
	padding: 0px;
	float: left;
	margin: 0px;
	height: 60px;
}
#gLogo h1 {
	padding: 0px;
	margin: 0px;
}
#gLink {
	display: none;
}

/* メインナビゲーション 設定
-------------------------------------------------- */
/* div指定 */
#mainNavBox {
	display: none;
}

/* パンくずリスト 設定
-------------------------------------------------- */
/* div指定 */
#breadcrumbsBox {
	display: none;
}

/* コンテンツ部ブロック 設定
-------------------------------------------------- */
/* コンテンツwrapper */
#content { 
	padding: 0px;
	margin: 0px;
	width: 640px;
}
/* 2段組（メイン） */
#cSub {
	display: none;
} 
#cNormal { 
	padding: 0px;
	float: left;
	margin: 0px 0px 0px 10px;
	width: 640px;
}

/* Basic Page Contents 設定
-------------------------------------------------- */
/* h2（ページタイトル） */
#basicTitle {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
#basicTitle h2 {
	padding: 0px;
	margin: 0px;
	border: none;
	height: auto;
}
#basicTitle p {
	margin: 5px;
}
/* 基本ページ用セクション */
.basicSection {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.basicSection h3 {
	padding-left: 5px;
	margin: 2em 0 1em 0;
	font-size: small;
	border-left: solid 10px #F3510C;
	border-bottom: solid 1px #F3510C;
}
.basicSection h4 {
	width: 400px;
	padding-left: 5px;
	margin: 1.5em 0 0.5em 0;
	font-size: small;
	color: #6B9F8E;
	border: solid 1px #6B9F8E;
}
.basicSection h5 {
	padding-left: 5px;
	margin: 1.5em 0 0.5em 0;
	font-size: small;
	color: #5e8eab;
}
.basicSection p {
	margin: 5px;
}
.basicSection dl {
	margin: 5px;
}
.basicSection dt {
	margin: 3px 0;
	padding: 0;
}
.basicSection dd {
	margin: 3px 0 3px 30px;
	padding: 0;
}

.basicSection ul.listmark {
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;
	list-style-image:url(img/p_list_listmark.jpg);
}
.basicSection ul.listtrim {
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;
	list-style-image:url(img/p_list_tri.gif);
}
.basicSection ul.listmark ul, .basicSection ul.listtrim ul {
	margin: 0px 0 0px 30px;
	padding: 0;
	list-style-image:url(img/p_list_tri.gif);
}
.basicSection ul ul li {
	margin: 0.5em 0;
	padding: 0;
}

.basicSection ul.none {
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;
	list-style-type: none;
}
.basicSection ul.disc {
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;
	list-style-type: disc;
}
.basicSection ul.square {
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;
	list-style-type: square;
}
.basicSection ol {
	margin: 0 0 0 30px;
	padding: 0;
	text-align: left;
}
.basicSection li {
	padding: 0 0 0 0.3em;
	margin: 0 0 0.5em 0;
	line-height: 1.3em;
}

.basicSection div.frame {
	text-align:center;
	border: 1px solid #ddd;
	margin: 10px 20px;
	padding: 5px;
}
.basicSection div.frame p {
	text-align: left;
	margin: 5px;
}
.basicSection div.frame div.figureCenter {
	text-align: center;
}
.basicSection div.frame div.figureCenter p {
	text-align:center;
	font-size: x-small;
	color: #5e8eab;
	padding: 0px;
	margin: 5px 0px 7px 0px;
	height: auto;
}
.basicSection div.frame div.figureCenter img.margin {
	margin: 5px 10px;
}
.basicSection div.frame ul.listmark {
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;
	list-style-image:url(img/p_list_listmark.jpg);
}
.basicSection div.frame ul.listtrim {
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;
	list-style-image:url(img/p_list_tri.gif);
}
.basicSection div.frame ul.none {
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;
	list-style-type: none;
}
.basicSection div.frame li {
	padding: 0 0 0 0.3em;
	margin: 0 0 0.5em 0;
	line-height: 1.3em;
}



.basicSection div.frame dl {
	margin: 5px;
	text-align: left;
}
.basicSection div.frame dt {
	margin: 10px 0 0 0;
	padding: 0;
}
.basicSection div.frame dd {
	margin: 0 0 10px 30px;
	padding: 0;
}

.basicSection div.figureCenter {
	text-align: center;
}
.basicSection div.figureCenter p {
	text-align:center;
	font-size: x-small;
	color: #5e8eab;
	padding: 0px;
	margin: 5px 0px 7px 0px;
	height: auto;
}

.basicSection div.figureCenterFlash {
	display: none;
}

.basicSection div.figureCenter img.margin {
	margin: 5px 10px;
}

.basicSection div.figureCenter div.imgColLeft {
	width: 240px;
	float: left;
	padding: 0;
	margin: 5px 5px 5px 10px;
}
.basicSection div.figureCenter div.imgColRight {
	width: 240px;
	float: right;
	padding: 0;
	margin: 5px 10px 5px 5px;
}
.basicSection div.figureCenter div.imgColLeft p, .basicSection div.figureCenter div.imgColRight p {
	text-align:center;
	font-size: x-small;
	color: #5e8eab;
	padding: 0px;
	margin: 5px 0px 7px 0px;
	height: auto;
}

.basicSection div.figureCol {
	padding: 0px;
	margin: 0px 5px 10px 5px;
	float: left;
	line-height: 1em;
}
.basicSection div.figureCol p {
	text-align:center;
	font-size: x-small;
	color: #5e8eab;
	padding: 0px;
	margin: 5px 0px 7px 0px;
	height: auto;
}

.basicSection .figureRight {
	float: right;
	margin: 0 10px;
}
.basicSection .figureRight p {
	text-align:center;
	font-size: x-small;
	color: #5e8eab;
	padding: 0px;
	margin: 5px 0px 7px 0px;
	height: auto;
}
/* 画像を2つ並べる場合 */
.basicSection div.figureColRight {
	padding: 0px;
	margin: 0px 5px 10px 5px;
	float: right;
	line-height: 1em;
}
.basicSection div.figureColRight p {
	text-align:center;
	font-size: x-small;
	color: #5e8eab;
	padding: 0px;
	margin: 5px 0px 7px 0px;
	height: auto;
}

/* レポート　コピーライト */
.basicSection div.reportCopyright {
	padding: 0px;
	margin: 0px 5px 10px 5px;
	float: right;
}
.basicSection div.reportCopyright p.name {
	text-align: right;
	font-weight: bold;
	color: #5e8eab;
	padding: 0px;
	margin: 5px 10px;
	line-height: 1.4em;
}
.basicSection div.reportCopyright p.corp {
	text-align: right;
	color: #5e8eab;
	padding: 0px;
	margin: 5px 10px;
	line-height: 1.4em;
}


/* テーブル定義 浄化法の比較（1） */
.basicSection table.purifyList1 {
	border: solid 1px #999;
	width: 380px;
}
.basicSection table.purifyList1 caption {
	color: #000;
	font-weight: bold;
}
.basicSection table.purifyList1 thead {
	background-color: #fff;
	color:#000;
}
.basicSection table.purifyList1 tbody {
	background-color: #fff;
}
.basicSection table.purifyList1 th.title {
	border: solid 1px #999;
	width: 180px;
	padding: 3px 0;
	text-align: center;
}
.basicSection table.purifyList1 td.name {
	border: solid 1px #999;
	background-color: #D6E6BB;
	color: #666666;
	width: 180px;
	padding: 3px 0 3px 10px;
	text-align: left;
}
.basicSection table.purifyList1 td.value, .basicSection table.purifyList1 th.value {
	border: solid 1px #999;
	width: 100px;
	padding: 3px 0;
	text-align: center;
}
.basicSection table.purifyList1 td.nameDowa {
	border: solid 2px red;
	background-color: #fff;
	color: #000;
	width: 180px;
	padding: 3px 0 3px 10px;
	text-align: left;
	font-weight: bold;
}
.basicSection table.purifyList1 td.valueDowa {
	border: solid 2px red;
	width: 100px;
	padding: 6px 0;
	text-align: center;
	font-weight: bold;
}

/* テーブル定義 浄化法の比較（2） */
.basicSection table.purifyList2 {
	border: solid 1px #999;
	width: 480px;
}
.basicSection table.purifyList2 caption {
	color: #000;
	font-weight: bold;
}
.basicSection table.purifyList2 caption span {
	color: #000;
	font-weight: normal;
	font-size: 0.8em;
}
.basicSection table.purifyList2 thead {
	background-color: #fff;
	color:#000;
}
.basicSection table.purifyList2 tbody {
	background-color: #fff;
}
.basicSection table.purifyList2 th.title {
	border: solid 1px #999;
	width: 180px;
	padding: 3px 0;
	text-align: center;
}
.basicSection table.purifyList2 td.name {
	border: solid 1px #999;
	background-color: #fff;
	color: #000;
	width: 180px;
	padding: 3px 0 3px 10px;
	text-align: left;
}
.basicSection table.purifyList2 td.value, .basicSection table.purifyList2 th.value {
	border: solid 1px #999;
	width: 60px;
	padding: 3px 0;
	text-align: center;
}
.basicSection table.purifyList2 td.nameDowa {
	border: solid 2px red;
	background-color: #fff;
	color: #000;
	width: 180px;
	padding: 3px 0 3px 10px;
	text-align: left;
	font-weight: bold;
}
.basicSection table.purifyList2 td.valueDowa {
	border: solid 2px red;
	width: 60px;
	padding: 6px 0;
	text-align: center;
	font-weight: bold;
}

/* テーブル定義 鉄粉法による現地実績 */
.basicSection table.resultDIM {
	border: solid 1px #999;
	width: 520px;
}
.basicSection table.resultDIM caption {
	color: #000;
	font-weight: bold;
}
.basicSection table.resultDIM caption span {
	color: #000;
	font-weight: normal;
	font-size: 0.8em;
}
.basicSection table.resultDIM thead {
	background-color: #fff;
	color:#000;
	font-size: 1em;
}
.basicSection table.resultDIM tbody {
	background-color: #fff;
	font-size: 0.8em;
}

.basicSection table.resultDIM .col1 {
	width: 20px;
	text-align: center;
}
.basicSection table.resultDIM .col2 {
	width: 40px;
}
.basicSection table.resultDIM .col3 {
	width: 50px;
	text-align: center;
}
.basicSection table.resultDIM .col4 {
	width: 70px;
}
.basicSection table.resultDIM .col5 {
	width: 70px;
}
.basicSection table.resultDIM .col6 {
	width: 40px;
	text-align: center;
}
.basicSection table.resultDIM .col7 {
	width: 80px;
	text-align: center;
}
.basicSection table.resultDIM .col8 {
	width: 50px;
	text-align: center;
}
.basicSection table.resultDIM .col9 {
	width: 50px;
	text-align: center;
}
.basicSection table.resultDIM .col10 {
	width: 50px;
	text-align: center;
}

.basicSection table.resultDIM th {
	border: solid 1px #999;
	padding: 1px 0;
	text-align: center;
}
.basicSection table.resultDIM td {
	border: solid 1px #999;
	padding: 1px 0;
}

/* テーブル定義 指定基準（3列 W410） */
.basicSection table.spStdThree {
	border: solid 1px #999;
	width: 410px;
}
.basicSection table.spStdThree caption {
	color: #000;
	font-weight: bold;
}
.basicSection table.spStdThree caption span {
	color: #000;
	font-weight: normal;
	font-size: 0.8em;
}
.basicSection table.spStdThree thead {
	background-color: #fff;
	color:#000;
	font-size: 0.8em;
}
.basicSection table.spStdThree tbody {
	background-color: #fff;
	font-size: 1em;
}
.basicSection table.spStdThree .col1 {
	width: 160px;
	text-align: left;
}
.basicSection table.spStdThree .col2 {
	width: 170px;
	text-align: center;
}
.basicSection table.spStdThree .col3 {
	width: 80px;
	text-align: center;
}
.basicSection table.spStdThree th {
	border: solid 1px #999;
	padding: 1px 0;
	text-align: center;
}
.basicSection table.spStdThree td {
	border: solid 1px #999;
	padding: 1px 0;
}

/* テーブル定義 指定基準（4列 W520） */
.basicSection table.spStdFour {
	border: solid 1px #999;
	width: 520px;
}
.basicSection table.spStdFour caption {
	color: #000;
	font-weight: bold;
}
.basicSection table.spStdFour caption span {
	color: #000;
	font-weight: normal;
	font-size: 0.8em;
}
.basicSection table.spStdFour thead {
	background-color: #fff;
	color:#000;
	font-size: 0.8em;
}
.basicSection table.spStdFour tbody {
	background-color: #fff;
	font-size: 1em;
}
.basicSection table.spStdFour .col1 {
	width: 160px;
	text-align: left;
}
.basicSection table.spStdFour .col2 {
	width: 140px;
	text-align: center;
}
.basicSection table.spStdFour .col3 {
	width: 140px;
	text-align: center;
}
.basicSection table.spStdFour .col4 {
	width: 80px;
	text-align: center;
}
.basicSection table.spStdFour th {
	border: solid 1px #999;
	padding: 1px 0;
	text-align: center;
}
.basicSection table.spStdFour td {
	border: solid 1px #999;
	padding: 1px 0;
}


/* サイトインフォメーション用セクション */
.siteInfoSection {
	padding: 10px 0;
	margin: 0;
	border-bottom: solid 1px #ccc;
}
.siteInfoSection h3 {
	padding: 0 0 0 15px;
	margin: 0;
	font-size: small;
	font-weight: normal;
	background: transparent url(img/p_list_listmark.jpg) no-repeat 0 40%;
}
.siteInfoSection h4 {
	padding: 0;
	margin: 10px 0 0 50px;
	font-size: small;
	font-weight: bold;
}
.siteInfoSection ul {
	margin: 0px 0 10px 70px;
	padding: 0;
	list-style-image:url(img/p_list_tri.gif);
}
.siteInfoSection li {
	margin: 0.5em 0;
	padding: 0;
}
.siteInfoSection ul ul {
	margin: 0px 0 0px 30px;
	padding: 0;
	list-style-image:url(img/p_list_tri.gif);
}
.siteInfoSection ul ul li {
	margin: 0.5em 0;
	padding: 0;
}

/* フッター　設定
-------------------------------------------------- */
#footer { 
	clear: both;
	padding: 0;
	margin: 0px;
	width: 640px;
}
#footer p.footerMenu {
	display: none;
}
#footer address {
	display: none;
}
#footer div.copyPrint {
	text-align: center;
}
