@charset "Shift_JIS"; 

/***************************  印刷用CSS   ***************************/

*{
	margin:0;
	padding:0;
}


table { border-collapse: collapse; border-spacing: 0; }



body {
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
}

ul,ol { list-style: none; 
}


a:link,
a:visited {
	color: #000000;
}

#contents02 a:link,
#contents02 a:visited {
	text-decoration:none;
}

img {
	border: 0;
}


/* --プリント時に非表示-- */
#skip,
#header,
#footer,
#right,
#search,
.print_none {
	display:none;
}


/* --contents02の幅固定-- */

#wrapper,
#contents02{
	margin:0;
	padding:0;
	width:100%;
}


/* --印刷時のみページタイトル表示-- */

.print_only {
	display:block;
	visibility:visible;
}


/* heading */
h1 {
	font-size: 14pt;
}
h2 {
	font-size: 13pt;
}
h3 {
	font-size: 11pt;
}

h4 {
	font-size: 10pt;
}

.pageBreak {
	page-break-before: always;
}
	
.reference {
	font-size:9pt;
}	

/* -----------------------キーワードメインページ------------------------ */
#key_main {
	width: 650px;
	text-align: left;
	clear:both;
}

/* 導入文 */
#entry {
	font-size: 10pt;
	color: #555;
	margin: 10px 0 14px;
	text-indent:20px;
}

/* インデックスページのグレーラインとタイトルの設定 */
#key_main .lines {
	height: 36px;
	width: 100%;
	border-top: 3px solid #808080;
	border-bottom: 1px dashed #808080;
	line-height: 36px;
	color: #333;
	text-indent: 30px;
	margin-bottom: 20px;
}

/*タイトル文字一部分拡大*/
#key_main .big {
	font-size: large;
}
/*タイトル背景グレーグラデ*/
.bg-a {
	background-image: url(../yougo/image/title_bg01.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg-b {
	background-image: url(../yougo/image/title_bg02.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


/* 五十音順行ナビゲーション */
#initial {
	width: 550px;
	padding-left: 50px;
	padding-bottom: 30px;
}
#initial ol.list {
	text-align:center;
}
#initial ol.list li {
	float: left;
	display:inline;/*forIE6*/
	width: 40px;
	line-height:24px;
	height:24px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#initial ol.list li a {
	display:block;
	width:40px;
	height:24px;
	line-height:24px;
	background-image: url(../yougo/image/yougo_bt_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #999;
	text-decoration:none;
}
#initial ol.list li a:hover {
	display:block;
	background-image: url(../yougo/image/yougo_bt_bgo.gif);
	background-repeat: repeat-x;
	background-position:left bottom;
	border: 1px solid #999;
	text-decoration:none;
}

/* --- 分類別 --- */
#category {
	padding-left: 50px;
	padding-bottom:30px;
}


/* --- 「あ」行名から探す用語のページリスト --- */
#yougobox {
	padding-left:40px;
	width: 560px;
}
.yougobox01 {
	margin: 0 auto;
	width: 560px;

}

.nav_50L {
	float: left;
	width: 280px;
	padding-bottom:40px;
}


/* --- 行名の囲み装飾 --- */
.intitle {
	background-color: #EFEFEF;
	color: #707070;
	height: 16px;
	border: 1px solid #D9D9D9;
	line-height: 1.6;
	text-align: center;
	width: 36px;
	display: block;
}

#yougobox .nav_50L ul li {
	background-image: url(../yougo/image/triangle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	line-height: 20px;
	height: 20px;
}

/* --- 五十音順用語がないもの --- */
.yougo_none {
	color: #666;
	background-image: url(../yougo/image/yougo_bt_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #999;
	width: 40px;
	height: 24px;
	line-height: 24px;
}
.noWord {
	color: #666;
}

.clear {
	clear:both;
	}





/*--------------------------------------
	table.data
---------------------------------------*/

.data {
	width:100%;
	text-align: left;
	margin-left: 10px;
	margin-bottom:10px;
}

.data tr th {
	vertical-align: top;
	width: 40px;
	text-align: center;
}

.data tr td {
	vertical-align: top;
	text-align: left;
}
.data tr td ul li {
	border-bottom: 1px dashed #E4E4E4;
	width:300px;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
}

	
/* -----------------------------用語本文---------------------------------*/

/*キーワード背景バー*/

#sectionL2 {
	width:620px;
	margin-bottom:14px;
	
}
.imgH2 {
	width:620px;
}

#sectionL2 h2 {
	margin-top:-25px;
	margin-left:30px;
	
}




/* -- 本文 -- */
#yougobox02 {
	width:650px;
	margin:0 auto;
}
#yougobox02 p {
	text-indent: 10px;
	width: 580px;
	padding-left: 20px;
	line-height: 1.8;
	padding-bottom: 10px;
}
/* インデントなし */
p.noindt{
	text-indent:0;

}

/*本文中アンダーライン*/
.underbar {
	text-decoration:underline;
}

/*小見出しh3*/
.sectionL3 {
	color: #305BA5;
	padding-bottom:10px;
}

.sectionL3b {	
	font-size: 10pt;
	color: #333;
	text-indent: 10px;
	padding: 1px;
	width: 200px;
	margin-left: 10px;
	border-top: 1px solid #008282;
	border-right: 1px solid #008282;
	border-bottom: 1px solid #008282;
	border-left: 18px solid #008282;
	margin-bottom: 5px;
}

/* 箇条書き */
.ka {
	width:550px;
	padding-left:50px;
	margin-bottom:20px;
}

.ka li {
	line-height: 1.6;
	text-indent: -30px;
	background-color: #F7F5EA;
	margin-bottom: 8px;
	padding:2px;
}

.ka li strong {
	margin-right:13px;}

.ka01 {
	width:520px;
	padding-left:80px;
	margin-bottom:20px;}



/*箇条書き頭部分パディング設定*/


.pad05 {
	padding-top: 15px;
}


/*マージン設定*/

.mrg06 {
	margin-bottom:20px;
}


/*箇条書き部分設定*/

.ka02 {
	width: 580px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.ka02 dt {
	font-weight: bold;
	color: #666666;
	padding-bottom: 2px;
}

.ka02 dd {
	margin-bottom: 10px;
	background-color: #F3F4FA;
	padding: 5px;
	text-indent: 10px;
	line-height: 1.6;
}

dt.ka02a {
	width: 580px;
	padding-left: 20px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 2px;
}

dd.ka02b {
	width: 580px;
	margin-left: 20px;
	margin-bottom: 15px;
	background-color: #F3F4FA;
	padding: 5px;
	text-indent: 10px;
	line-height: 1.6;
}

dt.ka03a {
	width: 560px;
	padding-left: 45px;
	font-weight:bold;
	color: #765421;
}

dd.ka03b {
	width:560px;
	background-color: #F7F5EA;
	padding: 5px;
	text-indent: 10px;
	margin-bottom: 15px;
	margin-left: 45px;
}
/*GHS*/
.ka04 {
	width: 540px;
	padding-left: 40px;
	padding-bottom: 20px;
}

.ka04 dt {
	font-weight: bold;
	color: #765421;
	float:left;
	clear:both;
	width:150px;
	padding-top:2px;
}

.ka04 dd {
	background-color: #F7F5EA;
	padding:2px;
	margin-bottom: 10px;
	margin-left:150px;
	font-weight: normal;
	color: #000;
	width:400px;
}

/* 箇条書きの中に説明文があるパターン */
.ka05 {
	padding-bottom: 20px;
	padding-left: 20px;
	width: 580px;
	line-height:1.6;
}
.ka05 dt {
	background: #F3F4FA;
	padding: 5px 5px 5px 25px;
	margin-bottom: 8px;
	text-indent: -20px;
}
.ka05 dt strong {
	margin-right: 10px;
}

.ka05 dd {
	text-indent: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	color: #3D3D3D;
}

/*熱中症の設定*/
.sectionL4 {
	width: 500px;
	margin-left: 22px;
	color: #666;
	margin-bottom:2px;
}

.sectionL3a {
	width: 580px;
	margin-left: 15px;
	height: 20px;
	border-top: 1px solid #996;
	border-right: 1px solid #996;
	border-bottom: 1px solid #996;
	border-left: 26px solid #996;
	background-color: #F7F5EA;
	margin-bottom: 10px;
	font-weight: bold;
	position: relative;
}

/*赤テキスト*/
.cor01 {
	color: #C00;
}
.txtN {
	font-weight: normal;
}

.sectionL3a .term {
	position: absolute;
	height: 20px;
	line-height:20px;
	left:-20px;
}
*html .sectionL3a .term {/*for IE6*/
	position: absolute;
	height: 20px;
	line-height:20px;
	left:5px;
}

.sectionL3a .block {
	color: #FFF;
	margin-right: 10px;
}

/*テキスト背景色*/
.block02 {
	background-color: #F3F4FA;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 580px;
	padding:5px 5px 0 5px;
}
.block02 li {
	line-height: 1.6;
	margin-bottom: 1em;
}
p#block03 {
	width: 550px;
	border: 1px solid #4A769F;
	margin: 30px;
	padding-bottom:0;
}

ol.joubun {
	width: 570px;
	margin-left:30px;
}

ol.joubun li {
	text-indent: -24px;
	padding: 2px 2px 2px 3px;
	line-height: 1.6;
	margin-bottom: 10px;
	background-color: #F3F4FA;
}


/* 能力向上教育 */
.sectionL3c {
	width: 500px;
	padding-left: 20px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 2px;
}
.block04 {
	width: 540px;
	margin-left: 20px;
	margin-bottom: 15px;
	background-color: #F3F4FA;
	padding: 5px 20px;
	text-indent: 10px;
	line-height: 1.6;
}
#yougobox02 .block04 p {
	width: 500px;
	margin: 0;
	padding: 0;
}

.block04 li {
	text-indent: 10px;
	padding-bottom: 5px;
}

#yougobox02 .block04 li .indt02 {
	text-indent: 30px;
}



/*英単語途中で改行(IEのみ)*/
.wordBreak {
	word-break: break-all;
}



/*画像用BOX*/
.imgbox {
	text-align: center;
	padding:10px 0;
}

.imgbox h4 {
	width: 550px;
	margin:10px auto;
}

/*画像横並びで縦中央合わせ*/
#imgarea {
	margin:0 0 10px 60px;
}
#imgarea .imgbox02 {
	vertical-align: middle;
	display: table-cell;
}

/*for ie6*/
*html #imgarea .imgbox02 {
	display: inline;
	zoom:1;
}
/*for ie7*/
*:first-child+html #imgarea .imgbox02 {
	display: inline;
	zoom:1;
}

/*画像拡大用*/
.imgW34 {
	width: 400px;
}
.imgZu1 {
	width: 473px;
}

.imgW100 {/*ヘッダー*/
	width: 100%;
}
.imgW17 {/*全用語一覧ボタン*/
	width: 206px;}


/*関係資料*/
.material  {
	padding: 2px 0;
	color: #555;
	border-bottom: 3px double #7DB0E8;
	margin-bottom: 5px;
}
.square {
	border-left: 5px solid #7DB0E8;
	display:block;
	padding-left:10px;
}
.list2 {
	width: 580px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.list2 ul li {
	list-style-type: circle;
	margin: 0 0 5px 35px;
}

/*GHS*/
#list3 {
	padding-left: 20px;
	margin-bottom: 10px;
	margin-left: 33px;
	width: 540px;
}

#list3 li {
	list-style-type: disc;
	list-style-position: outside;
	padding: 1px;
	margin-bottom: 5px;
	background-color: #F3F4FA;
}



/* 産業医 箇条書き*/

.list4 {
	margin-left: 40px;
	margin-bottom: 10px;
}

.list4 li {
	width:520px;
	list-style-type: square;
	line-height: 1.8;
	background: #F7F5EA;
	padding: 0 5px;
	margin-bottom: 5px;
}

/* 衛生管理者　緑BOX*/
#box01 {
	margin: 0 auto 10px;
	padding:10px 0;
	width: 500px;
	background-color: #E0F5EF;
	border: 1px solid #B0E4AD;
}
/* インデントなし */
#box01 p {
	width:470px;
	text-indent:0;
}

#box02 {
	background-color: #F5F7DF;
	margin: 0 auto;
	padding: 5px;
	width: 440px;
	border: 1px solid #B0E4AD;
}

#box02 p {
	width:350px;
}

.list5 {
	margin-left:20px;
}

.list5 li {
	list-style-type: square;
	padding-bottom: 3px;
}

#box00 {
	margin: 0 auto;
	padding-top:10px;
	width: 500px;
	background-color: #D2EEE7;
	border: 1px solid #B0E4AD;
	border-bottom:none;
}
#box00 p{
	width:400px;
	}


/*主任作業者表*/
/*漢数字*/
#listbox01 {
	padding-left: 30px;
	width:450px;
}

#listbox01 .list6 li {
	text-indent:-10px;
	line-height:1.8;
}
/*イロハ*/
#listbox01 .list7 {
	padding-left: 30px;
	margin-bottom: 0;
}

#listbox01 .list7 li {
	text-indent:-20px;
	
}

.list8 {
	padding-left:40px;
}

.list8 li {
	list-style-type: decimal;
	line-height:1.8;
}



/* ---------------------------------------
管理濃度,生物学的モニタリングテーブル
 ----------------------------------------- */
.data02 {
	width: 100%;
	border-top: solid 1px #666;
	border-left: solid 1px #666;
	margin-bottom: 10px;
}


.data02 tr th {
	background-color: #CCC;
	border-bottom:1px solid #666;
	text-align: center;
	padding: 1px;
	border-right: 1px solid #666;

}

.data02 tr td {
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 1px;
	vertical-align: top;
}
.odd01 {
	width: 40%;
}

.odd02 {
	font-weight: bold;
	background-color: #CCC;
	text-align: center;
}

/* ---------------------------------------
安全衛生管理者関係テーブル
 ----------------------------------------- */
 
#table01, #table02, #table03, #table04, #table05 {
	width: 520px;
	text-align: left;
	margin: 0 auto;
	border: 2px solid #fff;
	margin-bottom:10px;

}

#table01 tr th {
	width: 350px;
	padding: 5px;
	background-color: #AEE3D7;
	border: 1px solid #FFF;
	font-weight:normal;
}

#table01 tr td, #table02 tr td, #table03 tr td , #table04 tr td, #table05 tr td  {
	padding: 5px;
	background-color: #E0F5EF;
	border: 1px solid #FFF;
	vertical-align:middle;
}
#table05 tr td {
	vertical-align: top;}

#table02 tr th {
	width: 100px;
	padding: 5px;
	background-color: #AEE3D7;
	border: 1px solid #FFF;
}

#table03 tr th {
	padding: 5px;
	background-color: #AEE3D7;
	border: 1px solid #FFF;
	text-align:center;
}


#table04 tr th {
	padding: 5px;
	background-color: #AEE3D7;
	border: 1px solid #FFF;
	text-align:center;
	width:30px;
}

#table05 tr th {
	width: 230px;
	padding: 5px;
	background-color: #AEE3D7;
	border: 1px solid #FFF;
	font-weight:normal;
}

.Rcolumn {
	width: 150px;
}


.center {
	text-align: center;
}

/*フェールセーフテーブル*/
#table06 {
	width: 580px;
	margin-left: 20px;
	background-color:#a6ce39;
	border-spacing: 1px;
	border-collapse: separate;
	border:#a6ce39 solid 1px;
	margin-bottom:20px;		
}
#table06 thead tr th{
	background: url(../yougo/image/greengrd.gif) repeat-x left top;
	text-align: center;
	padding:5px;
	border-bottom:1px solid #690;
	border-right:1px solid #690;
	border-left:1px solid #F8FFDF;
}
#table06 thead tr .kubun {
	width: 200px;
}

#table06 tbody tr th, #table06 tbody tr td {
	padding:5px;
	vertical-align:top;
	text-align:left;
	border-bottom:1px solid #690;
	border-right:1px solid #690;
}
#table06 tbody tr th {
	background-color: #D5EFB1;
	border-top:1px solid #F8FFDF;
	border-left:1px solid #F8FFDF;
}
#table06 tbody tr td {
	background-color: #E4F3CB;
	border-top:1px solid #F8FFDF;
	border-left:1px solid #F8FFDF;
}
#table06 tbody tr.odd03 td {
	background-color: #ECF8DA;
}


/*フールプルーフテーブル*/
#table06 thead tr .type {
	width: 110px;
}
#table06 thead tr .name {
	width: 130px;
}


/*危険予知訓練テーブル*/
#table07 {
	width: 580px;
	margin: 0 auto;
	color:#333;
	border: 1px solid #999;
}

#table07 td {
	padding: 5px;
	border: 1px dotted #999;
		}

#table07 thead tr th {
	background-color: #575757;
	padding:  10px;
	color: #fff;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	text-transform: uppercase;
	text-align:center
}
#table07 tbody tr th {
	text-align:center;
	padding: 10px;
	border-bottom: 1px dotted #999;
}
#table07 tr { 
			background-color: #FBFDF6;
		}
#table07 tr.odd03 {
			background-color: #EDF7DC;
		}

#table07 thead tr .round {
	width: 15%;
}

#table07 thead tr .round2 {
	width: 30%;
}



/* KYT*/
.sectionL3d {
	width: 585px;
	padding: 6px;
	margin:20px 0 20px 20px;
	color: #666;
	border-left: 10px solid #FC6;
}
.sectionL4a {
	width:585px;
	margin-left:20px;
	margin-bottom:10px;
	color: #575757;
	background-color:#F7F5EA;
	padding:5px;
}
.listbox02 {
	width:500px;
	margin-left:20px;
	margin-bottom:10px;
}
.listbox02 li {	
	padding-left: 28px;
	margin-bottom:10px;
	line-height:14px;
	text-indent:-20px;
}
.iroha {
	margin-bottom:-3px;
	margin-right:5px;

}



/*参考文献*/
.reference {
	text-align: right;
	color: #333;
}





/*--右ナビ PDF BOX --*/
#right #getpdf {
	border:solid 1px #AAA;
	padding:5px;
}

#right #getpdf p{
    margin-top:10px;
}



/*本文内PDFアイコン*/
.pdfwin { 
	width:15px; 
	padding:0 3px;
}
.imgpdf {
	width: 160px;
}


/*-- NEW マーク --*/
.new03 {
	background-color: #E65A00;
	border: 1px solid #FFC;
	font-size: 8px;
	padding: 1px 2px 0px 2px;
	font-weight: normal;
	margin-left: 2px;
	color: #FFF;
}

/*-- FOOTER --*/
#footer {
	width:80em;
	clear:both;
	text-align:center;
}


/* --- clearfix --- */

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
