@charset "Shift_JIS";

/* ============== */
/* タイプセレクタ */
/* ============== */

body{
background-color: #ffffff; /* 背景の色：白 */
font-family: "ＭＳ ゴシック",sans-serif;
color: #282828; /* フォントの色：黒に近いグレー */
} 

h1, h2, h3 { margin-top: 0; margin-bottom: 0 } /* 上下外側の余白を0にする（余白を取りたい場合は個別に設定） */

/*-- ページのタイトル --*/
h1 {
width: 100%; /* ボックスの幅 */
height: 50px; /* ボックスの高さ */
margin-top: 5px; /* 上外側の余白 */
border-width: 3px; /* 境界線の幅（上下左右） */
border-color: #ccffff; /* 境界線の色：水色 */
border-style: solid; /* 境界線のスタイル：1本線 */
background: #cacaff; /* 背景色：薄紫 */
color: #000080; /* フォント色：濃紺 */
font-size: 16pt; /* フォントサイズ */
font-weight: bold; /* フォント太さ：強調 */
line-height: 50px; /* 行の高さ */
text-align: center; /* テキストの水平位置：中央 */
}
/*★ボックスの高さ＝行の高さにすること（垂直位置を中央にするため）*/

/*-- 大見出し --*/
h2 {
width: 730px; /* ボックスの幅 */
height: 35px; /* ボックスの高さ */
padding: 0 2px 0 15px; /* 内側の余白（上右下左） */
background: #cacaff; /* 背景色：薄紫 */
color: #000080; /* フォント色：濃紺 */
font-size: 14pt; /* フォントサイズ */
font-weight: bold; /* フォント太さ：強調 */
line-height: 35px; /* 行の高さ */
text-align: left; /* テキストの水平位置：左 */
}

/*-- 各データのタイトル --*/
h3 {
font-size: 12pt; /* フォントサイズ */
font-weight: bold; /* フォント太さ：強調 */
text-align: left; /* テキストの水平位置：左 */
vertical-align: middle; /* テキストの垂直位置：左 */
}

/* =============================================== */
/* IDセレクタ（一つのファイルで一度だけ使用できる）*/
/* =============================================== */

#outer {
width: 750px; /* ボックスの幅 */
text-align: center; /* テキストの水平位置：中央 */
}

#pagenavi {
margin-bottom: 5px;
font-size: 10pt; /* フォントサイズ */
text-align: left; /* テキストの水平位置：左 */
}

#subtitle {
margin-top: 10px;  /* 上外側の余白 */
color: #009999; /* フォントの色：青緑 */
font-size: 12pt; /* フォントサイズ */
font-weight: bold; /* フォント太さ：強調 */
}

#main {
width: 98%; /* ボックスの幅 */
margin: 0 auto; /* 外側の余白（上下、左右） */
text-align: center; /* テキストの水平位置：中央 */
}

#twatch {
width: 90%; /* ボックスの幅 */
margin: 20px auto; /* 外側の余白（上下、左右） */
padding-left: 40px;  /* 背景画像の横幅＋α（画像と文字が重ならないようにするため）*/
background-image: url(../../figs/risk001.gif);  /* 背景画像：葉っぱ */
background-repeat: no-repeat;  /* 背景画像を繰り返さない（一つだけ表示） */
text-align: left; /* テキストの水平位置：左 */
line-height: 1.2; /* 行の高さ */
}

#twkensaku {
text-align: left; /* テキストの水平位置：左 */
}
#twkensaku:after {
content: url(../../figs/kojyo.gif); /* 要素の後に画像を配置 */
}

#copyright {
margin-top: -10px;  /* 下外側の余白（line1の余白を調節するため） */
font-size: 10pt; /* フォントサイズ */
}

/* ==================================================== */
/* クラスセレクタ（一つのファイルで何度でも使用できる） */
/* ==================================================== */

.h2sub {
width: 730px; /* ボックスの幅 */
padding: 2px 2px 2px 15px; /* 内側の余白（上右下左） */
background-color: #ececff;  /* 背景色：とても薄い紫 */
color: #ff6600;  /* フォントの色：オレンジ色 */
font-size: 10pt; /* フォントサイズ */
text-align: left; /* テキストの水平位置：左 */
}

.midashi {
color: #000080; /* フォント色：濃紺 */
font-size: 12pt; /* フォントサイズ */
font-weight: bold; /* フォント太さ：強調 */
text-align: left; /* テキストの水平位置：左 */
}

.midashi2 {
line-height: 48px;
font-size: 12pt; /* フォントサイズ */
font-weight: bold; /* フォント太さ：強調 */
text-align: left; /* テキストの水平位置：左 */
vertical-align: bottom; /* テキストの垂直位置：下 */
}

.normal {
font-size:10pt; /* フォントサイズ */
font-weight:normal; /* フォント太さ：標準 */
}

.line1 {
height: 6px;  /* 要素の高さ（＝背景画像の高さ） */
margin-bottom: 20px;  /* 下外側の余白 */
background-image: url(../../figs/bd15035a.gif);  /* 背景画像：水平線 */
background-repeat: no-repeat;  /* 背景画像を繰り返さない（一つだけ表示） */
background-position: center;  /* 背景画像の位置 */
}

.line2 {
height: 22px;  /* 要素の高さ（＝背景画像の高さ） */
margin: 10px 10px 20px;  /* 外側の余白：上、左右、下 */
background-image: url(../../figs/b020lin.gif);  /* 背景画像：水平線 */
background-repeat: no-repeat;  /* 背景画像を繰り返さない（一つだけ表示） */
background-position: center;  /* 背景画像の位置 */
}

/* ============ */
/* 表(テーブル) */
/* ============ */

/* 共通テーブル */

table.kyotsu {
width: 710px;  /* 表の幅 */
margin-left: 20px;  /* 左外側の余白 */
border-collapse: collapse;  /* 隣接するセルの境界線を重ねて表示 */
border: 0; /* 境界線の太さ */
}

/*-----------------------------------------------------*/
/* 届出事業所から */

td.todokede1 {
width: 20px;  /* セルの幅 */
height: 50px;  /* セルの高さ */
background-color: #ff80c0;  /* 背景色：濃いピンク */
}

td.todokede2-1 {
width: 610px;  /* セルの幅 */
height: 50px;  /* セルの高さ */
padding-left: 60px;  /* 背景画像の横幅＋α（画像と文字が重ならないようにするため）*/
background-color: #ffcae4;  /* 背景色：ピンク */
background-image: url(../../figs/kojyo.gif);  /* 背景画像：工場 */
background-repeat: no-repeat;  /* 背景画像を繰り返さない（一つだけ表示） */
background-position: left center;  /* 背景画像の位置（水平 垂直）*/
}

td.todokede2-2 {
width: 80px;  /* セルの幅 */
height: 50px;  /* セルの高さ */
background-color: #ffcae4;  /* 背景色：ピンク */
font-size: 9pt; /* フォントサイズ */
text-align: left; /* テキストの水平位置：左 */
vertical-align: middle; /* テキストの垂直位置：中央 */
}

td.todokede3 {
background-color: #ffe1f0;  /* 背景色：薄いピンク */
padding-left: 20px;  /* 左内側の余白 */
font-size: 9pt; /* フォントサイズ */
font-weight: bold;
}

/*-----------------------------------------------------*/
/* 届出事業所以外から */

td.igai1 {
width: 20px;  /* セルの幅 */
height: 50px;  /* セルの高さ */
background-color: #cc99ff;  /* 背景色：紫 */
}

td.igai2-1 {
width: 610px;  /* セルの幅 */
height: 50px;  /* セルの高さ */
padding-left: 60px;  /* 背景画像の横幅＋α（画像と文字が重ならないようにするため）*/
background-color: #e4caff;  /* 背景色：薄い紫 */
background-image: url(../../figs/car1.gif);  /* 背景画像：トラック */
background-repeat: no-repeat;  /* 背景画像を繰り返さない（一つだけ表示） */
background-position: left center;  /* 背景画像の位置（水平 垂直）*/
}

td.igai2-2 {
width: 80px;  /* セルの幅 */
height: 50px;  /* セルの高さ */
background-color: #e4caff;  /* 背景色：薄い紫 */
font-size: 9pt; /* フォントサイズ */
text-align: left; /* テキストの水平位置：左 */
vertical-align: middle; /* テキストの垂直位置：中央 */
}

td.igai3 {
background-color: #f1dfff;  /* 背景色：とても薄い紫 */
padding-left: 20px;  /* 左内側の余白 */
font-size: 9pt; /* フォントサイズ */
font-weight: bold;
}

/*-----------------------------------------------------*/
/* 農薬 */

td.noyaku1 {
width: 20px;  /* セルの幅 */
height: 50px;  /* セルの高さ */
background-color: #66ff66;  /* 背景色：黄緑 */
}

td.noyaku2-1 {
width: 610px;  /* セルの幅 */
height: 50px;  /* セルの高さ */
padding-left: 60px;  /* 背景画像の横幅＋α（画像と文字が重ならないようにするため）*/
background-color: #bfffbf;  /* 背景色：薄い緑 */
background-image: url(../../figs/GOLFFLAG.GIF);  /* 背景画像：ゴルフ場 */
background-repeat: no-repeat;  /* 背景画像を繰り返さない（一つだけ表示） */
background-position: left center;  /* 背景画像の位置（水平 垂直）*/
}

td.noyaku2-2 {
width: 80px;  /* セルの幅 */
height: 50px;  /* セルの高さ */
background-color: #bfffbf;  /* 背景色：薄い緑 */
font-size: 9pt; /* フォントサイズ */
text-align: left; /* テキストの水平位置：左 */
vertical-align: middle; /* テキストの垂直位置：中央 */
}

td.noyaku3 {
background-color: #d7ffd7;  /* 背景色：とても薄い緑 */
padding-left: 20px;  /* 左内側の余白 */
font-size: 9pt; /* フォントサイズ */
font-weight: bold;
}

/*-----------------------------------------------------*/
/* 殺虫剤 */

td.sachuzai1 {
width: 20px;  /* セルの幅 */
height: 50px;  /* セルの高さ */
background-color: #fecb01;  /* 背景色：山吹色 */
}

td.sachuzai2-1 {
width: 610px;  /* セルの幅 */
height: 50px;  /* セルの高さ */
padding-left: 60px;  /* 背景画像の横幅＋α（画像と文字が重ならないようにするため）*/
background-color: #ffea93;  /* 背景色：薄い山吹色 */
background-image: url(../../figs/house04.gif);  /* 背景画像：民家 */
background-repeat: no-repeat;  /* 背景画像を繰り返さない（一つだけ表示） */
background-position: left center;  /* 背景画像の位置（水平 垂直）*/
}

td.sachuzai2-2 {
width: 80px;  /* セルの幅 */
height: 50px;  /* セルの高さ */
background-color: #ffea93;  /* 背景色：薄い山吹色 */
font-size: 9pt; /* フォントサイズ */
text-align: left; /* テキストの水平位置：左 */
vertical-align: middle; /* テキストの垂直位置：中央 */
}

td.sachuzai3 {
background-color: #fff2d9;  /* 背景色：とても薄い山吹色 */
padding-left: 20px;  /* 左内側の余白 */
font-size: 9pt; /* フォントサイズ */
font-weight: bold;
}

/*-----------------------------------------------------*/
/* 毒性重み付け排出量 */
/*-----------------------------------------------------*/

/* 総括表 */

td.sokatsu1 {
width: 20px;  /* セルの幅 */
height: 80px;  /* セルの高さ */
background-color: #cc99ff;  /* 背景色：紫 */
}

td.sokatsu2 {
width: 690px;  /* セルの幅 */
height: 80px;  /* セルの高さ */
padding-left: 60px;  /* 背景画像の横幅＋α（画像と文字が重ならないようにするため）*/
background-color: #e4caff;  /* 背景色：薄い紫 */
background-image: url(../../figs/danjo.gif);  /* 背景画像：男の子と女の子 */
background-repeat: no-repeat;  /* 背景画像を繰り返さない（一つだけ表示）*/
background-position: left center;  /* 背景画像の位置（水平 垂直）*/
}

/*-----------------------------------------------------*/
/* 大気 */

td.taiki1 {
width: 20px;  /* セルの幅 */
height: 30px;  /* セルの高さ */
background-color: #ff9933;  /* 背景色：濃いオレンジ */
}

td.taiki2 {
width: 690px;  /* セルの幅 */
height: 30px;  /* セルの高さ */
background-color: #ffc286;  /* 背景色：オレンジ */
}

td.taiki3-1 {
width: 20px;  /* セルの幅 */
height: 80px;  /* セルの高さ */
background-color: #ffd1a4;  /* 背景色：薄いオレンジ */
}

td.taiki3-2 {
width: 690px;  /* セルの幅 */
height: 80px;  /* セルの高さ */
padding-left: 60px;  /* 背景画像の横幅＋α（画像と文字が重ならないようにするため）*/
background-color: #ffd1a4;  /* 背景色：薄いオレンジ */
background-image: url(../../figs/PRTR-i1.gif);  /* 背景画像：青空 */
background-repeat: no-repeat;  /* 背景画像を繰り返さない（一つだけ表示） */
background-position: left center;  /* 背景画像の位置（水平 垂直）*/
}

/*-----------------------------------------------------*/
/* 水域 */

td.suiiki1 {
width: 20px;  /* セルの幅 */
height: 30px;  /* セルの高さ */
background-color: #66ffff;  /* 背景色：濃い水色 */
}

td.suiiki2 {
width: 690px;  /* セルの幅 */
height: 30px;  /* セルの高さ */
background-color: #bbffff;  /* 背景色：水色 */
}

td.suiiki3-1 {
width: 20px;  /* セルの幅 */
height: 80px;  /* セルの高さ */
background-color: #d9ffff;  /* 背景色：薄い水色 */
}

td.suiiki3-2 {
width: 690px;  /* セルの幅 */
height: 80px;  /* セルの高さ */
padding-left: 60px;  /* 背景画像の横幅＋α（画像と文字が重ならないようにするため）*/
background-color: #d9ffff;  /* 背景色：薄い水色 */
background-image: url(../../figs/jyaguchi.gif);  /* 背景画像：水道 */
background-repeat: no-repeat;  /* 背景画像を繰り返さない（一つだけ表示） */
background-position: left center;  /* 背景画像の位置（水平 垂直）*/
}

td.suiiki3-2a {
width: 690px;  /* セルの幅 */
height: 80px;  /* セルの高さ */
padding-left: 60px;  /* 背景画像の横幅＋α（画像と文字が重ならないようにするため）*/
background-color: #d9ffff;  /* 背景色：薄い水色 */
background-image: url(../../figs/SA1-5-3.GIF);  /* 背景画像：魚 */
background-repeat: no-repeat;  /* 背景画像を繰り返さない（一つだけ表示） */
background-position: left center;  /* 背景画像の位置（水平 垂直）*/
}

/*-----------------------------------------------------*/
/* 農薬 */

td.noyakud1 {
width: 20px;  /* セルの幅 */
height: 30px;  /* セルの高さ */
background-color: #66ff66;  /* 背景色：蛍光緑 */
}

td.noyakud2 {
width: 690px;  /* セルの幅 */
height: 30px;  /* セルの高さ */
background-color: #bfffbf;  /* 背景色：薄い緑 */
}

td.noyakud3-1 {
width: 20px;  /* セルの幅 */
height: 45px;  /* セルの高さ */
background-color: #d7ffd7;  /* 背景色：とても薄い緑 */
}

td.noyakud3-2 {
width: 690px;  /* セルの幅 */
height: 45px;  /* セルの高さ */
padding-left: 60px;  /* 背景画像の横幅＋α（画像と文字が重ならないようにするため）*/
background-color: #d7ffd7;  /* 背景色：とても薄い緑 */
background-image: url(../../figs/ine10.jpeg);  /* 背景画像：稲 */
background-repeat: no-repeat;  /* 背景画像を繰り返さない（一つだけ表示） */
background-position: left center;  /* 背景画像の位置（水平 垂直）*/
}

td.noyakud3-2a {
width: 690px;  /* セルの幅 */
height: 45px;  /* セルの高さ */
padding-left: 60px;  /* 背景画像の横幅＋α（画像と文字が重ならないようにするため）*/
background-color: #d7ffd7;  /* 背景色：とても薄い緑 */
background-image: url(../../figs/2sakanas.gif);  /* 背景画像：メダカ */
background-repeat: no-repeat;  /* 背景画像を繰り返さない（一つだけ表示） */
background-position: left center;  /* 背景画像の位置（水平 垂直）*/
}