/* 英語ページ　JISHA　Publication　のスタイル */
/* 統一すたいる */
h2{
	font-size: 1em;
	line-height: 1.8em;
	font-weight: bold;
	padding: 0.2em 0.2em 0.2em 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.back_number {
	text-align: right;
	margin-right: 35%;
}
#ANNUAL_REPORT ul, #NEWS_LETTER ul,#GENERAL_GUIDEBOOK ul, #PRESENT_STATUS ul {
	margin: 0em 35% 0em 1em;
	padding: 0em 0em 0em 1em;
}
#ANNUAL_REPORT li, #NEWS_LETTER li,#GENERAL_GUIDEBOOK li, #PRESENT_STATUS li {
	list-style: url(/img/icons/pdf.gif) inside;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}
/* Annual Reportのすたいる */
#ANNUAL_REPORT {
	clear: both;
	margin: 1em;
	height: 300px;
	border-bottom: 1px dotted #13BABF;
	background: url(/english/publication/img/arbg.gif) no-repeat right top;
}
#ANNUAL_REPORT h2 {
	color: #4A8797;
	border-top: 1px solid #69BFDE;
	border-right: 1px solid #69BFDE;
	border-bottom: 1px solid #69BFDE;
	border-left: 1em solid #69BFDE;
	margin-right: 35%;
}
#ANNUAL_REPORT li {
	border-bottom: 1px dotted #13BABF;
}
#ANNUAL_REPORT a {
	color: #0E888C;
	text-decoration: none;
}

/* News letter のすたいる */
#NEWS_LETTER {
	clear: both;
	margin: 1em;
	height: 300px;
	border-bottom: 1px dotted #B8D392;
	background: url(/english/publication/img/nlbg.gif) no-repeat right top;
}
#NEWS_LETTER h2 {
	color: #008C44;
	border-top: 1px solid #B8D392;
	border-right: 1px solid #B8D392;
	border-bottom: 1px solid #B8D392;
	border-left: 1em solid #B8D392;
	margin-right: 35%;
}
#NEWS_LETTER li {
	border-bottom: 1px dotted #B8D392;
}
#NEWS_LETTER a {
	color: #008C44;
	text-decoration: none;
}

/* General Guidebookのすたいる */
#GENERAL_GUIDEBOOK {
	clear: both;
	margin: 1em;
	height: 300px;
	border-bottom: 1px dotted #B9B09D;
	background: url(/english/publication/img/ggbg.gif) no-repeat right top;
}
#GENERAL_GUIDEBOOK h2 {
	color: #595441;
	border-top: 1px solid #B9B09D;
	border-right: 1px solid #B9B09D;
	border-bottom: 1px solid #B9B09D;
	border-left: 1em solid #B9B09D;
	margin-right: 35%;
}
#GENERAL_GUIDEBOOK li {
	border-bottom: 1px dotted #B9B09D;
}
#GENERAL_GUIDEBOOK a {
	color: #595441;
	text-decoration: none;
}

/* Present Status of Japanese Industrial Safety and Healthのすたいる */
#PRESENT_STATUS {
	clear: both;
	margin: 1em;
	height: 300px;
	border-bottom: 1px dotted #A46177;
	background: url(/english/publication/img/psjbg.gif) no-repeat right top;
}
#PRESENT_STATUS h2 {
	color: #582B3A;
	border-top: 1px solid #A46177;
	border-right: 1px solid #A46177;
	border-bottom: 1px solid #A46177;
	border-left: 1em solid #A46177;
	margin-right: 35%;
}
#PRESENT_STATUS li {
	border-bottom: 1px dotted #A46177;
}
#PRESENT_STATUS a {
	color: #582B3A;
	text-decoration: none;
}
