@charset "Shift_JIS"; 

/* -------- RESET -------- */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,textarea,caption { margin: 0; padding: 0; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
form,label,input { vertical-align:middle;}

/* -------- COMMON -------- */
html {
	font-size: 62.5%;/*10px相当*/
	scrollbar-base-color:#a4d5f7;
	scrollbar-arrow-color:#ffffff;
}

body {
	font-size: 1.2em;
	font-family: "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4; /* 行間 */
	letter-spacing: 0.1em; /* 字間 */
	text-align: center; /*IE5対応 */
	color: #000000;
	background-color: #FFFFFF;
}

/* heading */
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

/* -------- LAYOUT -------- */
#wrapper {
	height: auto;
	width: 80em;
	margin: 0 auto;
	text-align: left; /* IE5対応 */
}
#contents {
	float: left;
	width: 80em;
	clear: both;
}

/* LEFT + MAIN */
#contents02 {
	width: 80em;
	margin-right: -20em;
	float: left;
}

/* RIGHT MENU */
#right {
	float: right;
	width: 18em;
}

/* Header SKIP */
#skip {
	position:absolute;
	height:0;
	width:0;
	visibility:hidden;
	}




/* ------- 印刷時のみ情報センター表示 -------- */

.print_only{
	display:none;
}


/* -------- 印刷ボタン -------- */

#print_botan{
	text-align:right;
}


/* -------- BASE LINK COLOR -------- */
a:link {
	color: #000066;
}
a:visited {
	color: #993399;
}
a:hover {
	color: #0000FF;
}
a:active, a:focus {
	color: #3366CC;
}

#contents a {
	text-decoration:underline;
	text-align: center;
}

a { outline:none;
}

/* -----------------------キーワードメインページ------------------------ */
#key_main{
	width: 60em;
	clear:both;
}


/* パンくずリスト */
#location li {
	display: inline;
	line-height: 1.5em;
}



/* 導入文 */
#entry {
	font-size: 1.2em;
	color: #555;
	margin: 1em 0 1.4em;
	text-indent:2em;
}

/* インデックスページのグレーラインとタイトルの設定 */
#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;
}

/*タイトル文字一部分拡大*/
#key_main .big {
	font-size: 1.4em;
}
/*タイトル背景グレーグラデ*/
.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: 55em;
	height:8em;
	padding-left:5em;
}

#initial ol.list {
	text-align:center;
	width:53em;
	margin-bottom:1em;
	
}
#initial ol.list li {
	float: left;
	width: 4em;
	line-height:2.4em;
	height: 2.4em;
	margin-right: 1em;
	margin-bottom: 1em;
	display:inline;
}

#initial ol.list li a {
	display:block;
	width: 4em;
	height: 2.4em;
	line-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;
}
#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: 0.1em solid #999;
	text-decoration:none;
}

/* --- 分類別 --- */
#category {
	padding-left: 5em;
	padding-bottom: 3em;
}


/* --- 「あ」行名から探す用語のページリスト --- */
#yougobox {
	padding-left:4em;
	width: 56em;
}
.yougobox01 {
	margin: 0 auto;
	width: 56em;

}

.nav_50L {
	float: left;
	width: 26em;
	padding-bottom:4em;
}


/* --- 行名の囲み装飾 --- */
.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 .yougobar {
	background-color: #fffcf4;
	border: 0.1em solid #900;
	margin-bottom: 2em;
}
#right .yougobar h2 {
	font-size: 1em;
	line-height: 2.6em;
	color: #FFF;
	background-color: #900;
	background-image:url(../yougo/image/yougobg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	height: 2.6em;
	text-indent: 1em;
	border-bottom: 0.2em solid #FEBB89;
}
#right .yougobar ol {
	text-align: left;
	margin:1em 1em 2em 1.6em;
}
#right .yougobar ol li {
	display:inline;
	line-height: 2.4em;
	margin-right:0.5em;
}

/* --- 右サイドナビ全用語 --- */
#right .yougoall {
	background-image: url(../yougo/image/yougo_tri01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1em;
	margin: 1.3em 0em 3em 1.3em;
}


/* --- 五十音順用語がないもの --- */
.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: 4em;
	height: 2.4em;
	line-height: 2.4em;
}
.noWord {
	color: #666;
}

.clear {
	clear:both;
	}





/*--------------------------------------
	table.data
---------------------------------------*/

.data {
	float:left;
	text-align: left;
	width: 27em;
	display:inline;/*forIE6*/
	margin-left: 1em;
	margin-bottom:1em;
}

.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:22em;
	height: 2em;
	line-height: 2em;
	padding-left: 0.5em;
}

	
/* -----------------------------用語本文---------------------------------*/

/*キーワード背景バー*/

#sectionL2 {
	width:55.5em;
	margin:0 auto 1.2em;
	position:relative;
	
}

.imgH2 {
	width:55.5em;
}

#sectionL2 h2 {
	position:absolute;
	top:0.4em;
	left:2em;
}




/* -- 本文 -- */
#yougobox02 {
	width:55.5em;
	margin:0 auto;
}
#yougobox02 p {
	text-indent: 1em;
	width: 52em;
	padding-right: 2em;
	padding-left: 2em;
	line-height: 1.8;
	padding-bottom: 1em;
}

/* --- for IE6 画像含む行の前後で、行間が狭くなるバグ対処 --- */
*html #yougobox02 p img {    
 padding:0.4em 0.3em;    
 vertical-align:middle;    
}    
*html #yougobox02 p > img {    
 padding:0;    
}  
/* ------------------------ */




/*本文中アンダーライン*/
.underbar {
	text-decoration:underline;
}

/*小見出しh3*/
.sectionL3 {
	color: #305BA5;
	padding:1em 0;
}

.sectionL3b {
	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;
}



/* 箇条書き */
.ka {
	width:48em;
	padding-left:5em;
	margin-bottom:2em;
}

.ka li {
	line-height: 1.6;
	text-indent: -3em;
	background-color: #F7F5EA;
	margin-bottom: 0.8em;
	padding:0.2em;
}

.ka li strong {
	margin-right:1.3em;
}
.ka li strong.indt01 {
	margin-right:0.6em;
}
.ka li strong.indt02 {
	margin-right:1.6em;
}

.ka73 {
	width:48em;
	padding-left:5em;
	margin-bottom:0em;
}

.ka73 li {
	line-height: 1.6;
	text-indent: -3em;
	background-color: #F7F5EA;
	margin-bottom: 0.2em;
	padding:0.2em;
}

.ka73 li strong {
	margin-right:1.3em;
}

.ka01 {
	width:45em;
	padding-left:8em;
	margin-bottom:2em;}

/*箇条書き頭部分パディング設定*/

.pad05 {
	padding-top: 1.5em;
}



/*マージン設定*/

.mrg06 {
	margin-bottom:2em;
}


/*箇条書き部分設定*/

.ka02 {
	width: 51em;
	padding-left: 2em;
	margin-bottom: 2em;
}
.ka02 dt {
	font-weight: bold;
	color: #666666;
	padding-bottom: 0.2em;
}

.ka02 dd {
	margin-bottom: 1em;
	background-color: #F3F4FA;
	padding: 0.5em;
	text-indent: 1em;
	line-height: 1.6;
}
.ka02c {
	width: 51em;
	padding-left: 2em;
	margin-bottom: 2em;
}
.ka02c dt {
	font-weight: bold;
	padding-bottom: 0.2em;
}

.ka02c dd {
	margin-bottom: 1em;
	background-color: #F3F4FA;
	padding: 0.5em;
	text-indent: 1em;
	line-height: 1.6;
}
dt.ka02a {
	width: 52em;
	padding-left: 2em;
	font-weight: bold;
	color: #666666;
	padding-bottom: 0.2em;
}

dd.ka02b {
	width: 50.5em;
	margin-left: 2em;
	margin-bottom: 1.5em;
	background-color: #F3F4FA;
	padding: 0.5em;
	text-indent: 1em;
	line-height: 1.6;
}

dt.ka03a {
	width: 49em;
	padding-left: 4em;
	font-weight:bold;
	color: #765421;
}

dd.ka03b {
	width:48.5em;
	background-color: #F7F5EA;
	padding: 0.5em;
	text-indent: 1em;
	margin-bottom: 1.5em;
	margin-left: 4em;
}

/*GHS*/
.ka04 {
	width: 51em;
	padding-left: 4em;
	padding-bottom:2em;
}

.ka04 dt {
	font-weight: bold;
	color: #765421;
	float:left;
	clear:both;
	width:12em;
	padding-top:0.2em;
}

.ka04 dd {
	background-color: #F7F5EA;
	padding:0.2em;
	margin-bottom: 1em;
	margin-left:12em;
	font-weight: normal;
	color: #000;
	width:37em;
}

/* 箇条書きの中に説明文があるパターン */
.ka05 {
	padding-bottom: 2em;
	padding-left: 2em;
	width: 51em;
	line-height: 1.6;
}
.ka05 dt {
	background: #F3F4FA;
	padding: 0.5em 0.5em 0.5em 2.5em;
	margin-bottom: 0.8em;
	text-indent: -2em;
}
.ka05 dt strong {
	margin-right: 1em;
}

.ka05 dd {
	text-indent: 1em;
	padding-left: 2em;
	padding-bottom: 1em;
	color: #3D3D3D;
}


/*熱中症の設定*/
.sectionL4 {
	width: 50em;
	margin-left: 2em;
	color: #666;
	margin-bottom:0.2em;
}

.sectionL4b {
	width: 50em;
	margin-top: 2em;
	margin-left: 2em;
	margin-bottom:0.2em;
}

.sectionL4b2 {
	width: 50em;
	margin-top: 1em;
	margin-left: 2em;
	margin-bottom:0.2em;
}

.sectionL3a {
	width: 50em;
	margin-left: 1.5em;
	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;
}

.term {
	position: absolute;
	height:2em;
	line-height:2em;
	left:-2em;
}

.block {
	color: #FFF;
	margin-right: 1em;
}

/*赤テキスト*/
.cor01 {
	color: #C00;
}
.txtN {
	font-weight: normal;
}




/*テキスト背景色*/
.block02 {
	background-color: #F3F4FA;
	margin-bottom: 2em;
	margin-left: 2em;
	width: 51em;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
.block02 li {
	line-height: 1.6;
	margin-bottom: 1em;
}

p#block03 {
	width: 47.5em;
	border: 0.1em solid #4A769F;
	margin: 2em;
	padding-bottom:0;
}

ol.joubun {
	width: 51.5em;
	margin-left:2em;
}

ol.joubun li {
	text-indent: -2.4em;
	padding: 0.2em 0.2em 0.2em 3em;
	line-height: 1.6;
	margin-bottom: 1em;
	background-color: #F3F4FA;   
}  



/* 能力向上教育 */
.sectionL3c {
	width: 52em;
	padding-left: 2em;
	font-weight: bold;
	color: #666666;
	padding-bottom: 0.2em;
}
.block04 {
	width: 48em;
	margin-left: 2em;
	margin-bottom: 1.5em;
	background-color: #F3F4FA;
	padding: 0.5em 2em;
	text-indent: 1em;
	line-height: 1.6;
}
#yougobox02 .block04 p {
	width: 49em;
	margin: 0;
	padding: 0;
}

.block04 li {
	text-indent: 1em;
	padding-bottom: 0.5em;
}

#yougobox02 .block04 li .indt02 {
	text-indent: 2.8em;
}


/*英単語途中で改行(IEのみ)*/
.wordBreak {
	word-break: break-all;
}










/*画像拡大用*/

.imgW34 {/*式*/
	width: 33.3em;
}
.imgZu1 {/*図*/
	width: 39.5em;
}
.imgZu2 {/*図*/
	width: 44.5em;
}
.imgZu3 {/*図*/
	width: 32.5em;
}
.imgZu4 {/*図*/
	width: 48em;
}
.imgZu5 {/*図*/
	width: 47.5em;
}
.imgZu6 {/*図*/
	width: 12em;
}

.imgW100 {/*ヘッダー*/
	width: 100%;
}
.imgW17 {/*全用語一覧ボタン*/
	width: 17.15em;}

.img300 {
	width:25.1em;/*300px*/
}

.img480 {
	width:40.4em;/*482px*/
}

.img180 {
	width:15.2em;
	padding-left:1em;
}/*182px*/

/*画像用BOX*/
.imgbox {
	text-align: center;
	padding:1em 0;
}

.imgbox h4 {
	width: 48em;
	margin:1em auto;
}

/*画像横並びで縦中央合わせ*/
#imgarea {
	margin:0 0 1em 6em;
}
#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;
}

/*関係資料*/
.material  {
	padding: 0.2em 0em;
	color: #555;
	border-bottom: 0.3em double #7DB0E8;
	margin-bottom: 0.5em;
}


.square {
	border-left: 0.5em solid #7DB0E8;
	display:block;
	padding-left:1em;
}
.list2 {
	width: 52em;
	margin-left: 2em;
	margin-bottom: 1em;
}
.list2 ul li {
	list-style-type: circle;
	margin: 0 0 0.5em 3.5em;
}
.list2 ol li {
	list-style-type: none;
	margin: 0 0 0.5em 3.5em;
}

/*GHS*/
#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;
}

#list73 {
	padding-left: 3.5em;
	margin-bottom: 1em;
	margin-left: 3.3em;
	width: 47em;
}

#list73 li {
	list-style-type: circle;
	list-style-position: outside;
	padding: 0.1em;
	margin-bottom: 0.5em;
	background-color: #FFF;
}

#list75 {
	padding-left: 3.5em;
	margin-bottom: 1em;
	margin-left: 3.3em;
	width: 43em;
}

#list75 li {
	list-style-type: circle;
	list-style-position: outside;
	padding: 0.1em;
	margin-bottom: 0.5em;
	background-color: #FFF;
}


/* 産業医 箇条書き*/

.list4 {
	margin-left: 4em;
	margin-bottom: 1em;
}

.list4 li {
	width:45em;
	list-style-type: square;
	line-height: 1.8;
	background: #F7F5EA;
	padding: 0 0.5em;
	margin-bottom: 0.5em;
}

/* 衛生管理者　緑BOX*/
#box01 {
	margin: 0 auto 1em;
	padding:1em 0;
	width: 48em;
	background-color: #E0F5EF;
	border: 1px solid #B0E4AD;
}
/* インデントなし */
#box01 p {
	width:44em;
	text-indent:0;
}

#box02 {
	background-color: #F5F7DF;
	margin: 0 auto;
	padding: 0.5em;
	width: 38em;
	border: 1px solid #B0E4AD;
}

#box02 p {
	width:35em;
}

.list5 {
	margin-left:2em;
}

.list5 li {
	list-style-type: square;
	padding-bottom:0.3em;
}

#box00 {
	margin: 0 auto;
	padding-top:1em;
	width: 48em;
	background-color: #D2EEE7;
	border: 1px solid #B0E4AD;
	border-bottom:none;
}
#box00 p{
	width:40em;
	}
	
/*主任作業者表*/
/*漢数字*/
#listbox01 {
	padding-left: 3em;
	width:44em;
}

#listbox01 .list6 li {
	text-indent:-1em;
	line-height:1.8em;
}
/*イロハ*/
#listbox01 .list7 {
	padding-left: 3em;
	margin-bottom: 0em;
}

#listbox01 .list7 li {
	text-indent:-2em;
	

	}

.list8 {
	padding-left:4em;
}

.list8 li {
	list-style-type: decimal;
	line-height:1.8;
}

#list9 {
	padding-left: 2em;
	margin-bottom: 1em;
	margin-left: 3.3em;
	width: 48em;
}

#list9 li {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0.1em;
	margin-bottom: 0.5em;
	background-color: #fff;
}

#list9a {
	padding-left: 2em;
	margin-bottom: 1em;
	margin-left: 3.3em;
	width: 48em;
}

#list9a li {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0.1em;
	margin-bottom: 0.5em;
	background-color: #F7F5EA;
}


/* ---------------------------------------
管理濃度,生物学的モニタリングテーブル
 ----------------------------------------- */
.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;

}

#table12 {
	width: 48em;
	margin: 0 auto;
	border: 2px solid #fff;
	margin-bottom:1em;
}

#table99 {
	width: 48em;
	margin: 0 auto;
	border: 2px solid #fff;
	margin-bottom:1em;
}

#table99 tr th {
	padding: 0.5em;
	background-color: #AEE3D7;
	border: 2px solid #FFF;
	font-weight:normal;
}

#table99 .mc {
	text-align: center;
}

#table99 tr td {
	padding: 0.5em;
	background-color: #E0F5EF;
	border: 2px solid #FFF;
	text-align: center;
}

#table99c {
	width: 46em;
	margin: 0 auto;
	border: 2px solid #fff;
	margin-bottom:2em;
}

#table98 {
	width: 48em;
	margin: 0 auto;
	border: 2px solid #fff;
	margin-bottom:1em;
}

#table98 tr th {
	padding: 0.5em;
	background-color: #AEE3D7;
	border: 2px solid #FFF;
	font-weight:normal;
}

#table98 tr td {
	padding: 0.5em;
	background-color: #E0F5EF;
	border: 2px solid #FFF;
}

#table01 tr th {
	width: 33em;
	padding: 0.5em;
	background-color: #AEE3D7;
	border: 2px solid #FFF;
	font-weight:normal;
}

#table02 tr th {
	width: 10em;
	padding: 0.5em;
	background-color: #AEE3D7;
	border: 2px solid #FFF;
}

#table12 tr th {
	padding: 0.5em;
	background-color: #AEE3D7;
	border: 2px solid #FFF;
}

#table12 .mds {
	text-align: center;
}

#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;
}

#table01 tr td, #table02 tr td, #table12 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;}


/*フェールセーフテーブル*/
#table06 {
	width: 52em;
	margin: 0 auto;
	background-color:#a6ce39;
	border-spacing: 1px;
	border-collapse: separate;
	border:#a6ce39 solid 1px;	
}
#table06 thead tr th{
	background: url(../yougo/image/greengrd.gif) repeat-x left top;
	text-align: center;
	padding:0.5em;
	border-bottom:1px solid #690;
	border-right:1px solid #690;
	border-left:1px solid #F8FFDF;
}
#table06 thead tr .kubun {
	width: 18em;
}

#table06 tbody tr th, #table06 tbody tr td {
	padding:0.5em;
	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: 10em;
}
#table06 thead tr .name {
	width: 12em;
}


/*危険予知訓練テーブル*/
#table07 {
	width: 50em;
	margin: 0 auto;
	color:#333;
	border: 1px solid #999;
}

#table07 td {
	padding: 0.5em;
	border: 1px dotted #999;
		}

#table07 thead tr th {
	background-color: #575757;
	padding:  1em;
	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: 1em;
	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: 50em;
	padding: 0.6em;
	margin:2em 0 2em 2em;
	color: #666;
	border-left: 1em solid #FC6;
}

.sectionL4a {
	width:50em;
	margin-left:2em;
	margin-bottom:1em;
	color: #575757;
	background-color:#F7F5EA;
	padding:0.5em;
}

.listbox02 {
	width:50em;
	margin-left:2em;
	margin-bottom:1em;
}

.listbox02 li {	
	padding-left: 2.8em;
	margin-bottom:1em;
	line-height:1.4em;
	text-indent:-2em;
}

.iroha {
	width:1.25em;
	margin-bottom:-0.3em;
	margin-right:0.5em;

}

.Rcolumn {
	width: 15em;
}

.center {
	text-align: center;
}







/*参考文献*/
.reference {
	text-align: right;
	color: #333;
}



/*--右ナビ PDF BOX --*/
#right #getpdf {
	border:solid 1px #AAA;
	padding:0.5em;
}

#right #getpdf p{
    margin-top:1em;
}

.imgpdf {
	width: 13.3em;
}

/* --- ページのトップへ戻る --- */
#pgtop {
	text-align:right;
	width:60em;
	padding: 0.4em 0;
}
.pgWid { width:9.1em;
}


/*PDFアイコン*/
.pdfwin { 
	width:1.25em; 
	padding:0 0.3em;
}
/*別窓アイコン*/
.newwin {
	padding: 0 0.3em;
	width: 1.25em;
}
/*外部リンクアイコン*/
.outside {
	width:1em;
	padding: 0 0.3em;
}


/*-- 長いページ中の行間でページトップへ戻る用 --*/
.pagetop {
	width: 1em;
	margin-bottom:-0.2em;
	margin-right:0.2em;
}

/*-- NEW マーク --*/
.new03 {
	background-color: #E65A00;
	border: 1px solid #FFC;
	font-size: 0.8em;
	padding: 1px 2px 0px 2px;
	font-weight: normal;
	margin-left: 2px;
	color: #FFF;
}



/* --- 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; }
