@charset "Shift_JIS";

/***************************  安全衛生キーワードCSS   ***************************/

* {
	list-style:none;
}




/* --文字サイズ・色指定を消した調整-- */
/*#search{
	float:right;
}*/




/* --印刷時のみタイトル表示-- */

.print_only{
	visibility:hidden;
}


/* --印刷ボタン-- */

#print_botan{
	text-align:right;
}



	
	
/* -----------------------キーワードメインページ範囲------------------------ */
#key_main{
	width: 60em;
	text-align: left;
}


/* --パンくずリスト-- */
#key_main ul.bread li{
	float:left;
	line-height: 2em;
	padding-left: 0.5em;
}



/* --- タイトル部分 --- */
#section_lv2  {
	clear:both;

}


#entry {
	font-size: 1.2em;
	color: #555;
	margin-top: 1em;
	margin-bottom: 1.4em;
	text-indent:2em;
	font-weight:bold;
}


#key_main h4 {
	font-size: 1.2em;
}
#key_main h5 {
	font-size: 1em;
}


/* --- グレーラインとタイトルの設定 --- */
#key_main .lines {
	height: 3.6em;
	width: 100%;
	border-top: 0.3em solid #808080;
	border-bottom: 0.1em dashed #808080;
	line-height: 3.6em;
	color: #333;
	text-indent: 3em;
	margin-bottom: 20px;

}

/*タイトル文字部分拡大*/
.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;
}


/* --- 五十音順行ナビゲーション --- */
.y_nav {
	width:100%;
	height:10em;
}

.y_nav .list {
	width: 88%;
	height: 2.4em;
	margin: 0 auto;
	text-align: center;
	line-height: 2.4em;
	padding-left: 2em;
}

.y_nav .list li {
	float: left;
	width: 4em;
	margin-right: 1em;
	margin-bottom: 1em;

}

#key_main .y_nav .list li a {
	display:block;
	width:4em;
	height:2.4em;
	background-image: url(../yougo/image/yougo_bt_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 0.1em solid #999;
	text-decoration:none;
}

#key_main .y_nav .list li a:hover {
	display:block;
	background-image: url(../yougo/image/yougo_bt_bgo.gif);
	background-repeat: repeat-x;
	background-position:left bottom;
	border: 0.1em solid #999;
	text-decoration:none;
}


/* --- 分類別 --- */
#key_main .category {
	height:8em;

}
#key_main .category ul {
	width:86%;
	text-align: center;
	margin: 0 auto 20px;
}
#key_main .category ul li {
	float: left;
	width: 17em;
}






/* --- 「あ」行名から探す用語のページリスト --- */
#yougobox {
	float: right;
	width: 94%;
	margin-bottom: 4em;
}
.yougobox01 {
	margin: 0px auto;
	width: 93%;
	height: 22em;
	padding-left: 3%;
}
.hg04 {
	height: 61em;
}

.nav_50L {
	float: left;
	width: 26em;
}


/* --- 行名の囲み装飾 --- */
.intitle {
	background-color: #EFEFEF;
	color: #707070;
	height: 1.6em;
	border: 0.1em solid #D9D9D9;
	line-height: 1.6em;
	text-align: center;
	width: 3.6em;
	display: block;
}

#yougobox .nav_50L ul li {
	background-image: url(../yougo/image/triangle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.5em;
	line-height: 2em;
	height: 2em;
}


/* --- 右サイドナビ五十音順 --- */


	
#right .y_bar {
	background-color: #fffcf4;
	border: 0.1em solid #900;
	margin-bottom: 2em;
}

#right .y_bar h3 {
	line-height: 2.6em;
	color: #FFF;
	background-color: #900;
	height: 2.6em;
	text-indent: 1em;
	border-bottom: 0.2em solid #FEBB89;
	font-size: 1em;
}



#right .y_bar ol {
	text-align: center;
	margin: 0 auto;
	width: 15em;
	height:6em;
	padding-bottom: 3em;
	padding-top: 1em;
}
*html #right .y_bar ol {
	width: 16em;
	margin-left:1.4em;/*for IE6*/
}


#right .y_bar ol li {
	float: left;
	width: 3em;
	height: 2em;
	text-align: center;
	line-height: 2em;

}

/* --- 右サイドナビ分類別 --- */
#right .y_bar ul  {
	text-align: left;
	margin: 0 auto;
	width: 15em;
	padding-bottom: 3em;
	padding-top: 1em;
}

#right .y_bar ul li {
	line-height:2em;
	height:2em;
	background-image:url(../yougo/image/yougo_tri01.gif);
	background-repeat:no-repeat;
	background-position:left center;
	text-indent: 1.5em;
}

#right .y_bar .nav02 {
	background-image: url(../yougo/image/yougo_tri02.gif);
	background-repeat: no-repeat;
	background-position: 1em center;
	padding-left: 1.5em;
}







/* --- 五十音順用語がないもの --- */
.yougo_none {
	color: #666;
	background-image: url(../yougo/image/yougo_bt_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 0.1em solid #999;
}
.none-r {
	color: #666;
}

.clear {
	clear:both;
	}





/*--------------------------------------
	table.data
---------------------------------------*/

.data {
	float:left;
	text-align: left;
	width: 45%;
	display:inline;
	margin-left: 10px;
}

.data tr th {
	vertical-align: top;
	width: 4em;
	text-align: center;
}


.data tr td {
	vertical-align: top;
	text-align: left;
}
.data tr td ul li {
	border-bottom: 0.1em dashed #E4E4E4;
	width:21em;
	height: 2em;
	line-height: 2em;
	padding-left: 0.5em;
}

	
/* -----------------------------用語本文---------------------------------*/


/*キーワード背景画像

#key_main #yougobox02 {
	margin: 0px auto;
	width: 93%;
}

#yougobox02 #keyword {
	width: 100%;
	position: relative;
	margin-bottom:1.2em;
}


#yougobox02 #yougo {
	position: absolute;
	top: 0.5em;
	left: 2em;
}
*/






/* -- 本文 -- */


#yougobox02 p {
	text-indent: 1em;
	width: 94%;
	padding-right: 2em;
	padding-left: 2em;
	line-height: 1.8;
	padding-bottom: 1em;
}
/* インデントなし */
#yougobox02 p.noindt{
	text-indent:0;

}
/*テキストの幅のみ変更*/
#yougobox02 .txt_w01 {

	width: 92%;

}
/*本文中アンダーライン*/
.underbar {
	text-decoration:underline;
}

/*小見出しh4*/
#yougobox02 .section_lv4 {
	color: #305BA5;
	padding-bottom:1em;
}

#yougobox02 .section_lv4_2 {
	padding: 0.1em;
	width: 18em;
	margin-left: 1em;
	border-top: 0.1em solid #008282;
	border-right: 0.1em solid #008282;
	border-bottom: 0.1em solid #008282;
	border-left: 1.8em solid #008282;
	font-size: 1em;
	color: #333;
	text-indent: 1em;
	margin-bottom: 0.5em;
}

/*箇条書き部分設定*/
#yougobox02 ol {
	width: 48em;
	padding-left: 5em;
	padding-right:2em;
	margin-bottom: 1.5em;
}

#yougobox02 .ka {
	margin-bottom: 2em;
}


#yougobox02 .ka li {
	line-height: 1.6;
	text-indent: -3em;
	background-color: #F7F5EA;
	margin-bottom: 0.8em;
	padding:0.2em;
}


/*箇条書き数字右のアキ*/
#yougobox02 .ka li strong {
	padding-right: 1.3em;
}


#yougobox02 .ka .indt02 {
	text-indent: -2.7em;
}

#yougobox02 .ka.w01 {
	padding-left: 7em;
	width: 85%;
}
#yougobox02 .ka.w01 li {
	text-indent: -2.5em;
}
/*本文下パディング解除*/

#yougobox02 .pad_00 {
	padding-bottom: 0;
}

/*箇条書き頭部分パディング設定*/
.pad_01 {
	padding-right: 0.5em;
}
.pad_02 {
	padding-right: 1em;
}
.pad_03 {
	padding-right: 1.2em;
}
.pad_04 {
	padding-right: 1.5em;
}
.pad_05 {
	padding-top: 1.5em;
}
.pad_06 {
	padding-top: 1em;
}
.pad_07 {
	padding-left: 1em;
}


#yougobox02 .pad_08 {
	padding-bottom: 0.5em;
}

/*マージン設定*/
.mrg_01 {
	margin-right: 0.5em;
}
.mrg_02 {
	margin-right: 0.6em;
}
.mrg_03 {
	margin-right: 0.7em;
}
.mrg_04 {
	margin-right: 1em;
}
.mrg_05 {
	margin-right: 0.2em;
}

.mrg_06 {
	margin-bottom:2em;
}


/*箇条書き部分設定*/

#yougobox02 .ka02 {
	width: 94%;
	padding-left: 2em;
	margin-bottom: 2em;
}

#yougobox02 .ka02 dt {
	font-weight: bold;
	color: #666666;
	padding-bottom: 0.2em;
}


#yougobox02 .ka02 dd {
	margin-bottom: 1em;
	background-color: #F3F4FA;
	padding: 0.5em;
	text-indent: 1em;
	line-height: 1.6;
}

#yougobox02 .ka03 {
	width: 96%;
	margin-bottom: 2em;
	padding-left: 2em;
}
#yougobox02 .ka03 dt {
	font-weight: bold;
	color: #765421;
	margin-top: 1em;
}
#yougobox02 .ka03 dd {
	background-color: #F7F5EA;
	padding: 0.5em;
	text-indent: 1em;
	margin-bottom: 1em;
	font-weight: normal;
	color: #000;
}

#yougobox02 .ka04 {
	width: 51em;
	padding-left: 4em;
	padding-bottom:2em;
}

#yougobox02 .ka04 dt {
	font-weight: bold;
	color: #765421;
	float:left;
	clear:both;
	width:12em;
	padding-top:0.2em;
}

#yougobox02 .ka04 dd {
	background-color: #F7F5EA;
	padding:0.2em;
	margin-bottom: 1em;
	margin-left:12em;
	font-weight: normal;
	color: #000;
	width:37em;
}



/*熱中症ｈ5の設定*/
#yougobox02 .section_lv5_1 {
	width: 90%;
	margin-left: 3%;
	height: 2em;
	color: #666;
}

/*テキスト背景色*/
#yougobox02 .block02 {
	background-color: #F3F4FA;
	margin-bottom: 2em;
	margin-left: 2em;
	width: 92%;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
#yougobox02 .block02 li {
	line-height: 1.6;
	margin-bottom: 1em;
}
#yougobox02 .block04 {
	background-color: #F3F4FA;
	margin-bottom: 2em;
	margin-left: 2em;
	width: 92%;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
#yougobox02 .block04 li {
	text-indent: 1em;
	padding-bottom: 0.5em;
}










/*--Get Adobe Reader--*/
#pdf {
	text-align: right;
	width: 100%;
	height: 4em;
	margin-top: 4em;
}

#pdf dt {
	clear: both;
	float: left;
	width: 75%;

}
#pdf dd {
	margin-left: 75%;
}




/*画像拡大用*/

.img_w3 {
	width: 3%;
}
.img_w34 {
	width: 34em
}

.img_w68 {
	width: 68%;
}
.img_w70 {
	width: 70%;
}

.img_w80 {
	width: 80%;
}
.img_w90 {
	width: 90%;
}


.img_w100 {
	width: 100%;
}




/*画像用BOX*/
#yougobox02 .imgbox {
	text-align: center;
	padding:1em 0;
}

#yougobox02 .imgbox h5 {
	width: 90%;
	margin:1em auto;
}


/*関係資料*/
.material  {
	padding: 0.2em 0em;
	color: #555;
	border-bottom: 0.3em double #7DB0E8;


	border-left::0.8em solid #7DB0E8;
	margin-bottom: 0.5em;
}


.square {
	border-left: 0.5em solid #7DB0E8;
	display:block;
	padding-left:0.5em;
}

.list2 {
	width: 94%;
	margin-left: 2em;
	margin-bottom: 1em;
}


.list2 ul li {
	list-style-type: circle;
	margin: 0em 0em 0.5em 3.5em;
}


#list3 {
	padding-left: 2em;
	margin-bottom: 1em;
	margin-left: 3.3em;
	width: 48em;
}

#list3 li {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0.1em;
	margin-bottom: 0.5em;
	background-color: #F3F4FA;
}

#yougobox02 .section_lv5 {
	width: 90%;
	margin-left: 3%;
	height: 2em;
	border-top: 0.1em solid #996;
	border-right: 0.1em solid #996;
	border-bottom: 0.1em solid #996;
	border-left: 2.6em solid #996;
	background-color: #F7F5EA;
	margin-bottom: 1em;
	font-weight: bold;
	position: relative;
}

/*茶色テキスト*/
.cor04 {
	color: #C00;
}

#yougobox02 .section_lv5 .term {
	position: absolute;
	top: 0.3em;
	left: -2em;
}

#yougobox02 .section_lv5 .block {
	color: #FFF;
	margin-right: 1em;
}

#yougobox02 .block03 {
	height: 3.5em;
	width: 80%;
	border: 0.1em solid #4A769F;
	margin-left: 4.5em;
	padding-bottom: 0;
	margin-bottom: 1em;
}

.list4 {
	margin-left: 4em;
	margin-bottom: 1em;
}

.list4 li {
	list-style-type: square;
}

.list5 {
	margin-left:2em;
}

.list5 li {
	list-style-type: square;
	padding-bottom:0.3em;
}

#box01 {
	margin: 0 auto 1em;
	padding:1em 0;
	width: 48em;
	background-color: #E0F5EF;
	border: 1px solid #B0E4AD;
}

#box02 {
	background-color: #F5F7DF;
	margin: 0 auto;
	padding-top: 0.5em;
	width: 38em;
	border: 1px solid #B0E4AD;
}

#box00 {
	margin: 0 auto;
	padding-top:1em;
	width: 48em;
	background-color: #D2EEE7;
	border: 1px solid #B0E4AD;
	border-bottom:none;
}

#listbox03 .list8 {
	width: 43em;
}

#listbox03 .list8 li {
	list-style-type: decimal;
}

#listbox04 .list6 {
	padding-left: 3em;
	width: 43em;

}

#listbox04 .list6 li {
	text-indent:-1em;
	line-height:1.8em;
}

#listbox04 .list7 {
	width: 39em;
	padding-left: 3em;
	margin-bottom: 0em;
}

#listbox04 .list7 li {
	text-indent:-2em;

	}

#yougobox02 .joubun  {
	margin-left: -2em;
	width: 92%;

}

#yougobox02 .joubun li {
	text-indent: -2.4em;
	padding: 0.2em 0.2em 0.2em 3em;
	line-height: 1.6;
	margin-bottom: 1em;
	background-color: #F3F4FA;
}



/* ---------------------------------------
管理濃度,生物学的モニタリングテーブル
 ----------------------------------------- */
.data02 {
	width: 100%;
	border-top: solid 0.1em #666;
	border-left: solid 0.1em #666;
	margin-bottom: 1em;
}


.data02 tr th {
	background-color: #CCC;
	border-bottom:0.1em solid #666;
	text-align: center;
	padding: 0.2em;
	border-right: 0.1em solid #666;

}

.data02 tr td {
	border-right: 0.1em solid #666;
	border-bottom: 0.1em solid #666;
	padding: 0.2em;
	vertical-align: top;
}
.odd01 {
	width: 40%;
}

.odd02 {
	font-weight: bold;
	background-color: #CCC;
	text-align: center;
}

/* ---------------------------------------
安全衛生管理者関係テーブル
 ----------------------------------------- */
 
#table01, #table02, #table03, #table04, #table05 {
	width: 48em;
	text-align: left;
	margin: 0 auto;
	border: 2px solid #fff;
	margin-bottom:1em;

}

#table01 tr th {
	width: 33em;
	padding: 0.5em;
	background-color: #AEE3D7;
	border: 2px solid #FFF;
	font-weight:normal;
}

#table01 tr td, #table02 tr td, #table03 tr td , #table04 tr td, #table05 tr td  {
	padding: 0.5em;
	background-color: #E0F5EF;
	border: 2px solid #FFF;
	vertical-align:middle;
}
#table05 tr td {
	vertical-align: top;}

#table02 tr th {
	width: 10em;
	padding: 0.5em;
	background-color: #AEE3D7;
	border: 2px solid #FFF;
}

#table03 tr th {
	padding: 0.5em;
	background-color: #AEE3D7;
	border: 2px solid #FFF;
	text-align:center;
}


#table04 tr th {
	padding: 0.5em;
	background-color: #AEE3D7;
	border: 2px solid #FFF;
	text-align:center;
	width:3em;
}

#table05 tr th {
	width: 23em;
	padding: 0.5em;
	background-color: #AEE3D7;
	border: 2px solid #FFF;
	font-weight:normal;
}

.r-column {
	width: 15em;
}

.r-column2 {
	width: 5em;
}



.center {
	text-align: center;
}







/*参考文献*/
.reference {
	text-align: right;
	color: #333;
}



	






/* --- 全体のリンクの設定 --- */



#contents a {
	text-decoration:underline;
	}
	
a:link {
	color: #006;
	}

a:visited {
	color:#909;
	}

a:hover {
	color:#0000F2;
	}
	
a:focus, a:active {
	color:#36C;
	}
	
	
/* --- 現在位置表示 --- */
.here {
	background-color: #F0F6FD;
}

/* --- ページのトップへ戻る --- */
#pgtop {
	float: right;
	width: 100%;
	height: 4em;
	clear:both;}

.pgback {
	line-height: 2em;
	background-image: url(../yougo/image/modoru.gif);
	background-repeat: no-repeat;
	background-position:left center;
	height: 2em;
	padding-left: 1.5em;
	float: right;
	width: 12em;
}

/*英単語途中で改行(IEのみ)*/
#yougobox02 .w_break {
	word-break: break-all;
}

/*別窓アイコン*/
.newwin {
	padding: 0 0.3em;
	width: 1.25em;
}

/*外部リンクアイコン*/
.outside {
	width:1em;
	padding: 0 0.3em;
}


/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: left;
visibility: hidden;
}


.clearFix {
min-height: 1px;
}
