@charset "Shift_JIS";

/* ============== */
/* タイプセレクタ */
/* ============== */

body{
background-color: #ffffff; /* 背景の色：白 */
font-family: "ＭＳ ゴシック",sans-serif;
color: #282828; /* フォントの色：黒に近いグレー */
} 

h1, h2, h3 { margin-top: 0; margin-bottom: 0 ;} /* 上下外側の余白を0にする（余白を取りたい場合は個別に設定） */

/* h1 は未使用 */

/*-- 大見出し --*/
h2 {
font-size: 12pt; /* フォントサイズ */
font-weight: bold; /* フォント太さ：強調 */
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; /* テキストの水平位置：左 */
}

#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;  /* 背景画像を繰り返さない（一つだけ表示） */
}

#twatchinfo {
margin-top: 0; /* 上外側の余白 */
margin-bottom: 0; /* 下外側の余白 */
text-align: left; /* テキストの水平位置：左 */
line-height: 1.2; /* 行の高さ */
}

#kensaku {
text-align: left; /* テキストの水平位置：左 */
}

#kensaku:after {
content: url("../../figs/kojyo.gif"); /* 要素の後に画像を配置 */
}

#copyright {
font-size: 10pt; /* フォントサイズ */
}

/* ==================================================== */
/* クラスセレクタ（一つのファイルで何度でも使用できる） */
/* ==================================================== */

.midashi {
line-height: 48px;
font-size: 12pt; /* フォントサイズ */
font-weight: bold; /* フォント太さ：強調 */
text-align: left; /* テキストの水平位置：左 */
vertical-align: bottom; /* テキストの垂直位置：下 */
}

.line {
height: 3px;  /* 要素の高さ（＝背景画像の高さ） */
background-image: url(../../figs/sline-green03.gif);  /* 背景画像：水平線 */
background-repeat: no-repeat;  /* 背景画像を繰り返さない（一つだけ表示） */
background-position: center;  /* 背景画像の位置 */
}

/* ============ */
/* 表(テーブル) */
/* ============ */

/*-----------------------------------------------------*/
/* ★for 標準＆兼用★ */
/* ページのタイトル（物質番号と物質名） */
table.title {
width: 750px;  /* 表の幅 */
height: 46px;  /* 表の高さ */
border-style: solid;  /* 境界線のスタイル：1本線 */
border-collapse: collapse;  /* 隣接するセルの境界線を重ねて表示 */
border-width: 3px; /* 境界線の太さ */
border-color: #ccff33; /* 境界線の色：黄緑 */
}

td.number {
width: 50px;  /* セルの幅 */
border: 0;
background-color: #ffffb0;  /* 背景色：薄い黄色 */
font-size: 16pt; /* フォントサイズ */
font-weight: bold; /* フォント太さ：強調 */
color: #000080; /* フォント色：濃紺 */
text-align: center; /* テキストの水平位置：中央 */
vertical-align: middle; /* テキストの垂直位置：中央 */
}

td.material {
border: 0;
padding-left: 10px;  /* 左内側の余白 */
background-color: #eefead;  /* 背景色：薄い黄緑 */
font-size: 16pt; /* フォントサイズ */
font-weight:bold; /* フォント太さ：強調 */
color:#000080; /* フォント色：濃紺 */
text-align: left; /* テキストの水平位置：左 */
vertical-align: middle; /* テキストの垂直位置：中央 */
}

/*-----------------------------------------------------*/
/* ★for 農薬★ */
/* ページのタイトル（物質番号と物質名） */
table.title2 {
width: 750px;  /* 表の幅 */
height: 46px;  /* 表の高さ */
border-style: solid;  /* 境界線のスタイル：1本線 */
border-collapse: collapse;  /* 隣接するセルの境界線を重ねて表示 */
border-width: 3px; /* 境界線の太さ */
border-color: #feea9a; /* 境界線の色：黄色 */
}

td.number2 {
width: 50px;  /* セルの幅 */
border: 0;
background-color: #eefead;  /* 背景色：薄い黄緑 */
font-size: 16pt; /* フォントサイズ */
font-weight: bold; /* フォント太さ：強調 */
color: #000080; /* フォント色：濃紺 */
text-align: center; /* テキストの水平位置：中央 */
vertical-align: middle; /* テキストの垂直位置：中央 */
}

td.material2 {
border: 0;
padding-left: 10px;  /* 左内側の余白 */
background-color: #ffffb0;  /* 背景色：薄い黄色 */
font-size: 16pt; /* フォントサイズ */
font-weight:bold; /* フォント太さ：強調 */
color:#000080; /* フォント色：濃紺 */
text-align: left; /* テキストの水平位置：左 */
vertical-align: middle; /* テキストの垂直位置：中央 */
}

/*-----------------------------------------------------*/
/* 共通テーブル */

table.kyotsu {
width: 710px;  /* 表の幅 */
margin-left: 20px;  /* 左外側の余白 */
border-collapse: collapse;  /* 隣接するセルの境界線を重ねて表示 */
border: 0; /* 境界線の太さ */
}

/*-----------------------------------------------------*/
/* 毒性・物性・用途 */

td.dokusei1 {
width: 20px;  /* セルの幅 */
height: 50px;  /* セルの高さ */
background-color: #fde264;  /* 背景色：黄色 */
}

td.dokusei2-1 {
width: 600px;  /* セルの幅 */
height: 50px;  /* セルの高さ */
padding-left: 60px;  /* 背景画像の横幅＋α（画像と文字が重ならないようにするため）*/
background-color: #ffffb0;  /* 背景色：薄い黄色 */
background-image: url(../../figs/danjo.gif);  /* 背景画像：男の子と女の子 */
background-repeat: no-repeat;  /* 背景画像を繰り返さない（一つだけ表示） */
background-position: left center;  /* 背景画像の位置（水平 垂直）*/
}

td.dokusei2-2 {
width: 90px;  /* セルの幅 */
height: 50px;  /* セルの高さ */
padding-left: 50px;  /* 背景画像の横幅＋α（画像と文字が重ならないようにするため）*/
background-color: #ffffb0;  /* 背景色：薄い黄色 */
background-image: url(../../figs/sakana.gif);  /* 背景画像：魚 */
background-repeat: no-repeat;  /* 背景画像を繰り返さない（一つだけ表示） */
background-position: left center;  /* 背景画像の位置（水平 垂直）*/
font-size: 9pt; /* フォントサイズ */
text-align: left; /* テキストの水平位置：左 */
vertical-align: middle; /* テキストの垂直位置：中央 */
}

td.dokusei3 {
background-color: #ffffdd;  /* 背景色：とても薄い黄色 */
padding-left: 20px;  /* 左内側の余白 */
font-size: 9pt; /* フォントサイズ */
font-weight: bold;
}

/*-----------------------------------------------------*/
/* 届出事業所から */

td.todokede1 {
width: 20px;  /* セルの幅 */
height: 50px;  /* セルの高さ */
background-color: #ff80c0;  /* 背景色：濃いピンク */
}

td.todokede2-1 {
width: 600px;  /* セルの幅 */
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: 90px;  /* セルの幅 */
height: 50px;  /* セルの高さ */
padding-left: 50px;  /* 背景画像の横幅＋α（画像と文字が重ならないようにするため）*/
background-color: #ffcae4;  /* 背景色：ピンク */
background-image: url(../../figs/kan2.gif);  /* 背景画像：魚 */
background-repeat: no-repeat;  /* 背景画像を繰り返さない（一つだけ表示） */
background-position: left center;  /* 背景画像の位置（水平 垂直）*/
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: 600px;  /* セルの幅 */
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: 90px;  /* セルの幅 */
height: 50px;  /* セルの高さ */
padding-left: 50px;  /* 背景画像の横幅＋α（画像と文字が重ならないようにするため）*/
background-color: #e4caff;  /* 背景色：薄い紫 */
background-image: url(../../figs/house04.gif);  /* 背景画像：家 */
background-repeat: no-repeat;  /* 背景画像を繰り返さない（一つだけ表示） */
background-position: left center;  /* 背景画像の位置（水平 垂直）*/
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: 600px;  /* セルの幅 */
height: 50px;  /* セルの高さ */
padding-left: 60px;  /* 背景画像の横幅＋α（画像と文字が重ならないようにするため）*/
background-color: #bfffbf;  /* 背景色：薄い緑 */
background-image : url(../../figs/ine10.jpeg);  /* 背景画像：稲 */
background-repeat: no-repeat;  /* 背景画像を繰り返さない（一つだけ表示） */
background-position: left center;  /* 背景画像の位置（水平 垂直）*/
}

td.noyaku2-2 {
width: 90px;  /* セルの幅 */
height: 50px;  /* セルの高さ */
padding-left: 50px;  /* 背景画像の横幅＋α（画像と文字が重ならないようにするため）*/
background-color: #bfffbf;  /* 背景色：薄い緑 */
background-image: url(../../figs/GOLFFLAG.gif);  /* 背景画像：ゴルフ場 */
background-repeat: no-repeat;  /* 背景画像を繰り返さない（一つだけ表示） */
background-position: left center;  /* 背景画像の位置（水平 垂直）*/
font-size: 9pt; /* フォントサイズ */
text-align: left; /* テキストの水平位置：左 */
vertical-align: middle; /* テキストの垂直位置：中央 */
}

td.noyaku3 {
background-color: #d7ffd7;  /* 背景色：とても薄い緑 */
padding-left: 20px;  /* 左内側の余白 */
font-size: 9pt; /* フォントサイズ */
font-weight: bold;
}