@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: Arial, Tahoma, Verdana, 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 {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	text-align: right;
}

/* 文字装飾クラス */
.fontColorRed {
	color: #FF0000;
}
.fontLevelupRedBold {
	font-size: 1.1em;
	color: #FF0000;
	font-weight: bold;
}
.fontLevelupBlueBold {
	font-size: 1.1em;
	color: #0000FF;
	font-weight: bold;
}
.fontLevelupBlackBold {
	font-size: 1.1em;
	color: #000000;
	font-weight: bold;
}

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

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

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

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

/* Basic Page Contents 設定
-------------------------------------------------- */
/* Basic Page Contents 設定
-------------------------------------------------- */
/* 基本ページ用セクション */
.basicSection {
	padding: 0px;
	margin: 0px 10px 15px 0px;
}

/* 見出し設定 */
.basicSection h3 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border: none;
	height: auto;
}

.basicSection h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	padding: 2px 2px 2px 5px;
	margin: 20px 20px 5px 0px;
	border-bottom: dotted 1px #3A7BAE;
	border-left: solid 7px #3A7BAE;
}

.basicSection h5 {
	font-size: small;
	font-weight: bold;
	color: #666699;
	padding: 5px 5px 5px 5px;
	margin: 5px 20px 5px 0px;
	border-bottom: dashed 1px #9999CC;
}

.basicSection h6 {
	padding-left: 5px;
	margin: 0.5em 0 0.5em 0;
	font-size: small;
	color: #0484B1;
}


.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 {
	border: 1px solid #ddd;
	margin: 10px 5px;
	padding: 5px;
}
.basicSection div.frame p {
	text-align: left;
	margin: 5px;
}

.basicSection div.frameCenter {
	border: 1px solid #ddd;
	margin: 10px 5px;
	padding: 5px;
	text-align: center;
}
.basicSection div.frameCenter p {
	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.textCenter {
	text-align: center;
}
.basicSection div.textCenter p {
	text-align:center;
	font-size: small;
	padding: 0px;
	margin: 5px 0px 7px 0px;
	height: auto;
}

.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 {
	text-align: center;
}
.basicSection div.figureCenterFlash h4 {
	width: 400px;
	float: left;
	text-align: left;
	padding-left: 5px;
	margin: 1.5em 0 0.5em 0;
	font-size: small;
	color: #6B9F8E;
	border: solid 1px #6B9F8E;
}
.basicSection div.figureCenterFlash p {
	text-align:center;
	font-size: x-small;
	color: #5e8eab;
	padding: 0px;
	margin: 5px 0px 7px 0px;
	height: auto;
}

.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; */
	font-size: 10pt;
	color: #5e8eab;
	padding: 0px;
	margin: 5px 0px 7px 0px;
	height: auto;
}

/* 画像の表示 */
.basicSection .rightImg {
	float: right;
	margin-left: 20px;
	/* font-size: 0.8em; */
	font-size: 10pt;
	color: #5e8eab;
	width: 200px;
}
.basicSection .rightImg img {
	margin-bottom: 5px;
}
.basicSection .leftImg {
	float: left;
	margin-right: 20px;
	/* font-size: 0.8em; */
	font-size: 10pt;
	color: #5e8eab;
	width: 200px;
}
.basicSection .leftImg img {
	margin-bottom: 5px;
}
/* 区切りライン */
.basicSection div.partition {
	margin: 5px 5px 10px 5px;
	padding: 0px;
	border-bottom: 1px solid #aaaaaa;
}

/* ニュースリリース/イベント・セミナー見出し */
.basicSection dl.headline {
	padding: 0px 0px 10px 0px;
	margin: 5px 5px 5px 5px;
	border-bottom: 1px solid #aaaaaa;
}
.basicSection dl.headline dt.date {
	padding: 0px;
	margin: 0px 0px 2px 0px;
	float: left;
}
.basicSection dl.headline dd.title {
	padding: 0px;
	margin: 0px 0px 2px 7em;
}
.basicSection dl.headline dd.subhead {
	padding: 0px;
	margin: 0px 0px 2px 7em;
}
.basicSection dl.headline dd.thanks {
	padding: 0px;
	margin: 0px 0px 2px 7em;
	color: #FF0000;
	font-weight: bold;
}

/*****************************************************/
/* table.img_col定義 */
table.img_col {
	margin: 5px 5px 10px 5px;
	width: 480px;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-collapse: collapse;
}
table.img_col td {
	/* width: 240px; */
	padding: 0.2em 0.2em 0.5em 0.2em;
	text-align: center;
}
table.img_col caption {
	padding-bottom: 0.4em;
	text-align: left;
	font-weight: bold;
	color: #ff7400;
	background: transparent;
}

/* table.eesol_biz定義 */
table.eesol_biz {
	margin: 5px 0 8px 5px;
	width: 500px;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-collapse: collapse;
}
table.eesol_biz th {
	padding: 0.4em 1.5em 0.4em 0.5em;
	width: 10em;
	font-weight: normal;
	color:#444444;
	background: #f1f1ed;
}
table.eesol_biz td {
	padding: 0.4em 0 0.4em 0.5em;
}
table.eesol_biz th, table.eesol_biz td {
	border-bottom: 1px dotted #726d6b;
}
table.eesol_biz caption {
	padding-bottom: 0.4em;
	text-align: left;
	font-weight: bold;
	color: #ff7400;
	background: transparent;
}

/* table.corp_info定義 */
table.corp_info {
	margin: 5px 0 8px 5px;
	width: 520px;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-collapse: collapse;
}
table.corp_info th {
	padding: 0.4em 1.5em 0.4em 0.5em;
	width: 100px;
	font-weight: normal;
	color:#444444;
	background: #f1f1ed;
	border-right: 1px solid #aaaaaa;
}
table.corp_info td.normal {
	padding: 0.4em 0 0.4em 0.5em;
	width: 210px;
}
table.corp_info td.normal_rightline {
	padding: 0.4em 0 0.4em 0.5em;
	width: 210px;
	border-right: 1px solid #aaaaaa;
}
table.corp_info td.long {
	padding: 0.4em 0 0.4em 0.5em;
	width: 420px;
	text-align: center;
}
table.corp_info th, table.corp_info td {
	border-bottom: 1px dotted #726d6b;
}
table.corp_info caption {
	padding-bottom: 0.4em;
	text-align: left;
	font-weight: bold;
	color: #ff7400;
	background: transparent;
}

/* table.corp_sales定義 */
table.corp_sales {
	margin: 5px 0 8px 5px;
	width: 480px;
	border-top: 1px solid #aaaaaa;
	/*
	border-bottom: 1px solid #aaaaaa;
	*/
	border-collapse: collapse;
}
table.corp_sales td {
	width: 240px;
	padding: 0.4em 0.8em 0.4em 0.8em;
}
table.corp_sales td {
	border-bottom: 1px dotted #726d6b;
	font-weight: normal;
	color:#444444;
	background: #f1f1ed;
}
table.corp_sales caption {
	padding-bottom: 0.4em;
	text-align: left;
	font-weight: bold;
	color: #ff7400;
	background: transparent;
}

/* table.law_level_list定義 */
table.law_level_list {
	margin: 5px 0 8px 5px;
	width: 500px;
	border-top: 1px solid #aaaaaa;
	/*
	border-bottom: 1px solid #aaaaaa;
	*/
	border-collapse: collapse;
}
table.law_level_list th.material_local {
	width: 190px;
}
table.law_level_list th.material_en {
	width: 190px;
}
table.law_level_list th.soil {
	width: 60px;
}
table.law_level_list th.water {
	width: 60px;
}
table.law_level_list td {
	padding: 0.4em 0.4em 0.4em 0.4em;
}
table.law_level_list th {
	border-bottom: 1px solid #aaaaaa;
	padding: 0.4em 0.4em 0.4em 0.4em;
	font-weight: bold;
	color:#444444;
	background: #f1f1ed;
	text-align: center;
}
table.law_level_list td {
	border-bottom: 1px dotted #726d6b;
	padding: 0.4em 0.4em 0.4em 0.4em;
	font-weight: normal;
	color:#444444;
	background: #f1f1ed;
}
table.law_level_list caption {
	padding-bottom: 0.4em;
	text-align: left;
	font-weight: bold;
	color: #ff7400;
	background: transparent;
}

/* table.research_duty定義 */
table.research_duty {
	margin: 5px 0 8px 5px;
	width: 520px;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-collapse: collapse;
}
table.research_duty th.left {
	padding: 0.4em 1.5em 0.4em 0.5em;
	width: 260px;
	font-size: small;
	font-weight: bold;
	color: #666699;
	background: #f1f1ed;
	border-right: 1px solid #aaaaaa;
	text-align: center;
}
table.research_duty th.right {
	padding: 0.4em 1.5em 0.4em 0.5em;
	width: 260px;
	font-size: small;
	font-weight: bold;
	color: #666699;
	background: #f1f1ed;
	text-align: center;
}

table.research_duty td.headline {
	padding: 0.4em 0 0.4em 0.5em;
	width: 520px;
	font-size: small;
	font-weight: bold;
	color: #666699;
	border-bottom: dashed 1px #9999CC;
}


table.research_duty td.left {
	padding: 0.4em 0 0.4em 0.5em;
	width: 210px;
	border-right: 1px solid #aaaaaa;
}
table.research_duty td.right {
	padding: 0.4em 0 0.4em 0.5em;
	width: 210px;
}

table.research_duty th, table.corp_info td {
	border-bottom: 1px dotted #726d6b;
}
table.research_duty caption {
	padding-bottom: 0.4em;
	text-align: left;
	font-weight: bold;
	color: #ff7400;
	background: transparent;
}


/* テーブル定義 浄化法の比較（1） */
.basicSection table.purifyList1 {
	border: solid 1px #999;
	width: 380px;
}
.basicSection table.purifyList1 caption {
	color: #336699;
	font-weight: bold;
}
.basicSection table.purifyList1 thead {
	background-color: #336699;
	color:#FFFFFF;
}
.basicSection table.purifyList1 tbody {
	background-color: #FFFFCC;
}
.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: #D6E6BB;
	color: #666666;
	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: #336699;
	font-weight: bold;
}
.basicSection table.purifyList2 caption span {
	color: #333333;
	font-weight: normal;
	font-size: 0.8em;
}
.basicSection table.purifyList2 thead {
	background-color: #336699;
	color:#FFFFFF;
}
.basicSection table.purifyList2 tbody {
	background-color: #FFFFCC;
}
.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: #D6E6BB;
	color: #666666;
	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: 50px;
	padding: 3px 0;
	text-align: center;
}
.basicSection table.purifyList2 td.nameDowa {
	border: solid 2px red;
	background-color: #D6E6BB;
	color: #666666;
	width: 180px;
	padding: 3px 0 3px 10px;
	text-align: left;
	font-weight: bold;
}
.basicSection table.purifyList2 td.valueDowa {
	border: solid 2px red;
	width: 50px;
	padding: 6px 0;
	text-align: center;
	font-weight: bold;
}

/* table.results_list定義 */
table.results_list {
	margin: 5px 0 8px 5px;
	width: 480px;
	border-top: 1px solid #aaaaaa;
	/*
	border-bottom: 1px solid #aaaaaa;
	*/
	border-collapse: collapse;
}
table.results_list th.country {
	width: 100px;
}
table.results_list th.summary {
	width: 260px;
}
table.results_list th.biz {
	width: 120px;
}
table.results_list th {
	border-bottom: 1px solid #aaaaaa;
	padding: 0.4em 0.4em 0.4em 0.4em;
	font-weight: bold;
	color:#444444;
	background: #f1f1ed;
}
table.results_list td.normal {
	border-bottom: 1px dotted #726d6b;
	padding: 0.4em 0.4em 0.4em 0.4em;
	font-weight: normal;
	color:#444444;
	background: #f1f1ed;
}
table.results_list td.check {
	border-bottom: 1px dotted #726d6b;
	padding: 0.4em 0.4em 0.4em 0.4em;
	font-weight: normal;
	color:#444444;
	background-color:#FFFFCC;
}
table.results_list td.normal, table.results_list td.check {
	padding: 0.4em 0.4em 0.4em 0.4em;
}
table.results_list caption {
	padding-bottom: 0.4em;
	text-align: left;
	font-weight: bold;
	color: #ff7400;
	background: transparent;
}

/*　-------------------------------------------------- */
/* サイトマップ用クラス */
/* div定義 */
div.sitemap {
	margin: 5px 5px 10px 5px;
	padding: 0px;
	border-bottom: 1px solid #aaaaaa;
}

/* dl定義 */
div.sitemap dl.directory {
	padding: 0px;
	margin: 5px 5px 20px 5px;
}
div.sitemap dl.directory dt.dir01 {
	padding: 0px 0px 0px 12px;
	margin: 0px;
	float: left;
	background-image: url(img/p_sidebarLink_blue_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
div.sitemap dl.directory dd.dir02 {
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 3px 240px;
	background-image: url(img/p_sidebarLink_blue_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
div.sitemap dl.directory dd.dir02_none {
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 3px 240px;
}
div.sitemap dl.directory dd.dir03 {
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 3px 280px;
	background-image: url(img/p_sidebarLink_blue_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}





/* フッター　設定
-------------------------------------------------- */
#footer {
	clear: both;
	padding: 20px 0 25px;
	margin: 0px;
	width: 760px;
}
#footer p.footerMenu {
	display: none;
}

#footer address {
	text-align: center;
	font-style: normal;
}

/* お問い合わせフォーム */
/*---------------------------------------------------*/
form.formContact dl {
	margin:0px 0px 20px 0px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
}
form.formContact dt {
	margin: 0px 0px 3px 12px;
	color: #556677;
	font-weight:bold;
}
form.formContact dd {
	padding: 0px 0px 0px 30px;
	margin: 0 0 20px 0;
}

form.formContact .fieldText4 {
	width: 40px;
	font-size:12px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
form.formContact .fieldText10 {
	width: 80px;
	font-size:12px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
form.formContact .fieldText30 {
	width: 240px;
	font-size:12px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
form.formContact .fieldTextMax {
	width: 320px;
	font-size:12px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
form.formContact .fieldButtom {
	font-size:12px;
	border-top: 1px solid #ECE9D8;
	border-left: 1px solid #ECE9D8;
	border-right: 1px solid #ACA899;
	border-bottom: 1px solid #ACA899;
	background-color:#DFD9F2;
	width: 80px;
	padding: 2px 0px 2px 0px;
}
form.formContact p.centerPosition {
	text-align: center;
}