* {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #f0f1f2;
	font-family: "Hiragino Kaku Gothic Pro", "Osaka", "MS Gothic", sans-serif;
	line-height: 120%;
	}

p {
	font-size: 75%;
	margin-bottom: 0.9em;
	line-height: 160%;
	color: #333;
	}

address {
	font-style: normal;
	}

img {
	border: 0;
	margin: 0;
	}

table {
	border-collapse: collapse;
	}

th, td {
	font-size: 75%;
	}
a {
	color: #0033cc;
	text-decoration: underline;
	}

a:hover {
	color: #ff0000;
	}
	
h4{
	font-size:90%;
	margin: 0 0 10px;
	}

/* ========== Layout ========== */
#shigematsu {
	text-align: center;
	}

#content-box {
	width: 780px;
	margin: 0 auto;
	text-align: center;
	background: transparent url(../images/background.jpg) top left repeat-y;
	}

#container {
	margin: 0 15px;
	padding: 12px 0 30px;
	text-align: left;
	}

#header {
	position: relative;
	height: 107px;
	border: 1px solid #e7e5e5;
	background: transparent url(../images/header_back.jpg) top left no-repeat;
	}

#header_recruit {
	position: relative;
	height: 72px;
	border: 1px solid #e7e5e5;
	background: transparent url(../images/header_back.jpg) top left no-repeat;
	}

#wrapper {
	margin-top: 8px;
	_margin-top: 5px;
	margin-right: 15px;
	}

#main-column {
	float: right;
	width: 560px;
	_width: 558px;
	font-family: verdana , "Hiragino Kaku Gothic Pro", "Osaka", "MS Gothic", sans-serif;
	}

#side-column {
	width: 145px;
	}

#footer {
	clear: both;
	margin: 0 15px;
	padding-top: 2px;
	border-top:1px solid #ccc;
	}

.blue{
	font-weight: bold;
	font-style: normal;
	color: #0967ec;
	}

/* ========== Common ========== */
.image {
	margin: 0;
	line-height: 100%;
	}

.clear {
	clear: both;
	}

.left {
	text-align: left;
	}

.center {
	text-align: center;
	}

.right {
	text-align: right;
	}

.image-left {
	float: left;
	margin-right: 10px;
	}

.image-right {
	float: right;
	margin-left: 10px;
	}

.top {
	vertical-align: top;
	}

.middle {
	vertical-align: middle;
	}

.bottom {
	vertical-align: bottom;
	}

.hide{
	position:absolute;
	overflow:hidden;
	top:-9999px;
	left:-9999px;
}

.clearfix:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
	}

.clearfix {   
    display: inline-block;   
	}  

.ward-indent{
	text-indent: 1em;
	}
	
.ward-indent-cut{
	text-indent: 1em;
	margin: 0;
	}

a.pdf{
	min-height: 14px;
	display: inline-block;
	padding: 0 18px 0 0;
	background: transparent url("../images/pdf_icon.gif") no-repeat right center;
	}
	
*html a.pdf{height: 14px;}

span.pdf{
	min-height: 14px;
	text-indent: -9999px;
	padding: 0 18px 0 0;
	background: transparent url("../images/pdf_icon.gif") no-repeat right center;
	}



/* ========== Header ========== */
.company-summary {
	position: absolute;
	top: 20px;
	left: 120px;
	z-index: 10;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: -0.5px;
	}

#global-navigation {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	border-top: 1px solid #e7e5e5;
	list-style: none;
	}
#global-navigation li {
	float: left;
	width: 150px;
	height: 35px;
	background: transparent url(../images/navi_link.jpg) top left no-repeat;
	font-size: 13px;
	line-height: 100%;
	}

#global-navigation li a {
	display: block;
	width: 125px;
	height: 35px;
	padding: 7px 0px 3px 25px;
	color: #fff;
	text-decoration: none;
	}

*html #global-navigation li a {
	width: 150px;
	}

#global-navigation li a:hover {
	background: transparent url(../images/navi_active.jpg) top left no-repeat;
	}

#global-navigation li.navi-right {
	float: left;
	width: 148px;
	background: transparent url(../images/navi_right_link.jpg) top left no-repeat;
	font-size: 13px;
	}

#global-navigation li.navi-right a {
	_width: 148px;
	_height: 35px;
	background: transparent url(../images/navi_right_link.jpg) top left no-repeat;
	padding: 7px 0 3px 25px;
	}

#global-navigation li a:hover {
	background: transparent url(../images/navi_right_active.jpg) top left no-repeat;
	}

#global-navigation li span {
	font-size: 10px;
	}

#navigation {
	position: absolute;
	top: 52px;
	right: 10px;
	z-index: 100;
	list-style: none;
	}

#navigation li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #000;
	font-size: 10px;
	line-height: 100%;
	}

#navigation li a {
	color: #000;
	text-decoration: none;
	}

#navigation li a:hover {
	color: #ff6600;
	text-decoration: underline;
	}

#header-image {
	clear: left;
	margin-top: 2px;
	}

#breadcrumbs p {
	margin: 0;
	font-size: 75%;
	}

#breadcrumbs a {
	color: 0033cc;
	}

#breadcrumbs a:hover {
	color: #ff0000;
	}

/* ========== Main Column ========== */
.main-content {
	margin-bottom: 20px;
	}

.main-content-halfleft{
	float: left;
	width: 260px;
	margin-bottom: 20px;
	}
	
.main-content-halfright{
	float: right;
	width: 260px;
	margin-bottom: 20px;
	}
	
.main-content-list {
	list-style: none;
	}

.main-content-list li {
	font-size: 12px;
	line-height: 160%;
	color: #666;
	}

.main-title {
	margin-bottom: 16px;
	padding: 9px 20px 12px;
	background: transparent url(../images/main_title.jpg) top left no-repeat;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	}

.main-title-sub {
	padding: 0 0 12px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	}

span.smallTxt { font-size: 70%; }
span.txtRed { color: red ; font-size: 120%; font-weight: bold; }
.mb20 { margin-bottom: 20px !important; }

.sub-title {
	clear: both;
	margin-top: 20px;
	margin-bottom: 16px;
	padding: 0px 18px;
	background: transparent url(../images/sub_title.gif) 0px 1px no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #3399CC;
	}

.content-title {
	margin-bottom: 16px;
	padding: 8px 18px 7px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
	color: #000;
	}

.content-title-col3 {
	margin-bottom: 16px;
	padding: 8px 0 7px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
	color: #000;
	}

.jobs-substance {
	width: 100%;
	}

.jobs-substance th {
	border: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: middle;
	font-size: 75%;
	}

.jobs-substance td {
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
	font-size: 75%;
	}


.entry-form {
	width: 100%;
	}

.entry-form th {
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: middle;
	font-size: 65%;
	}

.entry-form td {
	padding: 2px;
	vertical-align: middle;
	font-size: 65%;
	color: #666;
	}
/*henkou*/
div #entry-form-style {
	width: 100%;
	}

div #entry-form-style table{
	border-collapse: separate;
	text-align: left;
	border-spacing: 5px;
}

div #entry-form-style th {
	width: 40%;
	font-weight: normal;
	vertical-align: middle;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	font-size: 70%;
	padding:5px;
	}

div #entry-form-style td {
	vertical-align: middle;
	font-size: 70%;
	padding:5px;
	}
	
div #entry-form-style td .send{
	vertical-align: middle;
	text-align:center;
	padding:5px;
	}
	

.news-image {
	width: 100%;
	}
.news-image td {
	padding: 2px;
	vertical-align: middle;
	font-size: 10px;
	color: #666;
	}

.toxic-substance {
	width: 100%;
	}

.toxic-substance th {
	border: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: middle;
	}

.toxic-substance td {
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
	}


.product-half-left{
	float: left;
	width: 300px;
	margin: 10px 0px 15px 10px;
	text-align:center;
	}
	
.product-half-left2{
	float: left;
	width: 275px;
	margin: 19px 0px;
	}
	
.product-half-right{
	float: right;
	width: 180px;
	margin: 10px 20px 30px 0px;
	}

.product-half-right2{
	float: right;
	width: 275px;
	margin: 0px;
	}




.products-list-up {
	width: 100%;
	}

.products-list-up th {
	border: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: middle;
	font-size: 75%;
	}

.products-list-up td {
	padding: 5px;
	border: 1px solid #ccc;
	vertical-align: middle;
	font-size: 75%;
	vertical-align:center;
	}

.products-list-up td a {
	text-decoration: none;
	color:  #000;
	}

.products-list-up td a:hover {
	color:  #ff6600;
	}




#mark ul {
	list-style: none;
	}
#mark ol {
	margin: 0 0 0 20px;
	}



.products-new-list-up {
	width: 100%;
	}

.products-new-list-up th {
	border: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: middle;
	font-size: 75%;
	}

.products-new-list-up td {
	padding: 5px;
	border: 1px solid #ccc;
	vertical-align: middle;
	font-size: 75%;
	vertical-align:center;
	}

.products-new-list-up td a {
	color: #0033cc;
	text-decoration: underline;
	}

.products-new-list-up td a:hover {
	color: #ff0000;
	}




.products-td-15 {
	width: 15%;
	}

.products-td-22 {
	width: 22%;
	}

.products-td-33 {
	width: 33%;
	}

.products-td-70 {
	width: 70%;
	}

.products-data {
	width: 380px;
	}

.products-data2 {
	width: 100%;
	margin-bottom: 2px;
	}

.products-data3 {
	width: 100%;
	margin-bottom: 2px;
	}

.products-data-th {
	width: 160px;
	}

.products-data-td {
	width: 220px;
	}

.products-data th {
	border: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
	background-color: #daebf4;
	white-space: nowrap;
	vertical-align: middle;
	font-size: 75%;
	line-height: 2em;
	}

.products-data2 th {
	padding: 5px;
	border: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
	background-color: #daebf4;
	white-space: nowrap;
	vertical-align: middle;
	font-size: 75%;
	line-height: 2em;
	}

.products-data td, .products-data2 td {
	padding: 5px;
	border: 1px solid #ccc;
	vertical-align: middle;
	font-size: 75%;
	line-height: 1.5em;
	}

.products-data2 td.info-pdf{
	text-align:left;
}

.products-data3 td {
	padding: 30px 5px;
	border: 1px solid #ccc;
	background-color: #daebf4;
	text-align: center;
	vertical-align: middle;
	font-size: 75%;
	line-height: 1.5em;
	}

.products-txtbox{
	float: left;
	text-align: left;
	margin: 10px;
	padding: 10px;
	border: 1px solid #f0f1f3;
	background-color:#f0ffff;
	width: 370px;
	}

.products-list-info {
	margin-bottom: 20px;
	background-color: #fcfcda;
	padding: 15px 5px 10px 15px;
	border: 1px solid #ccc;
	color: #333;
	}

/*
.products-list-button {
	height: 20px;
	width: 230px;
	margin:10px;
	padding:5px 5px 0px 16px;
	border: 1px solid #ccc;
	background: #fff url(../images/headline_title.gif) top left no-repeat;
 }
*/

.products-list-button {
	height: 20px;
	width: 230px;
	margin:10px 10px 10px 280px;
	padding:5px 5px 0px 16px;
	border: 1px solid #ccc;
	background: #fff url(../images/headline_title.gif) top left no-repeat;
 }

.products-list-button a {
	font-size: 75%;
	display: block;
	color: #666;
	text-decoration: none;
 }


.products-list-button a:hover {
	color: #ff6600;
	}

.products-ol {
	list-style: decimal;
	}

.products-ul {
	list-style: disc;
	}

.products-ul li {
	margin-left: 25px;
	font-size: 75%;
	}

.main-table-header {
	padding: 10px;
	background-color: #daebf4;
	}

.sub-table-header {
	padding: 5px;
	background-color: #eaeeee;
	}

.table-data-header {
	padding: 10px;
	background-color: #fcfcda;
	font-weight: normal !important;
	}

<!-- 070131ÁE-->
.table-data-contents {
	padding: 10px;
	background-color: #fcfcda;
	font-weight: normal !important;
	text-align: center;
	}
	
.kahun-list-up {
	width: 100%;
	}

.kahun-list-up th {
	border: 1px solid #ffffff;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: middle;
	font-size: 75%;
	}

.kahun-list-up td {
	padding: 5px;
	border: 1px solid #ffffff;
	vertical-align: middle;
	font-size: 75%;
	vertical-align:center;
	}
	
	
.kahun-deco-01 {
	padding: 10px;
	background-color: #EED53A;
	}
	
.kahun-deco_02 {
	padding: 10px;
	background-color: #E4CFBA;
	}	
	
.kahun-deco_03 {
	padding: 10px;
	background-color: #C1F4D5;
	}
	
.kahun-deco_04 {
	padding: 10px;
	background-color: #DB8850;
	}
	
.kahun-deco_05 {
	padding: 10px;
	background-color: #37DB78;
	}					

.summery-title{
	width: 520px;
	margin-bottom: 16px;
	padding: 2px 12px;
	background: transparent url(../images/sub_title.gif) 0px 1px repeat-y;
	font-size: 15px;
	font-weight: normal;
	color: #3399CC;
	border-bottom: #666 dotted 1px;
	}

.summery-list{
	list-style: none;
	margin-bottom: 15px;
	margin-left: 20px;
	}

.summery-list dt {
	float: left;
	width: 10em;
	margin: 0 5px 5px 0px;
	padding-left: 0px;
	font-size: 75%;
	line-height: 120%;
	}

.summery-list dd {
	padding: 0 25px 5px 0px;
	font-size: 75%;
	line-height: 120%;
	}

p.summery {
	margin-bottom:25px;
	margin-left:20px;
	padding-right: 25px;
	}

p.summery2{
	margin-bottom:10px;
	margin-left:20px;
	padding-right: 20px;
	}

.outline-dl {
	list-style: none;
	}

.outline-dl dt {
	margin-top: 12px;
	border: 1px solid #ccc;
	padding-left: 5px;
	background-color:#f0ffff;
	font-size: 75%;
	line-height: 160%;
	color: #333;
	}

.outline-dl dd {
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 75%;
	line-height: 160%;
	color: #666;
	}

.history-year{
	width: 520px;
	margin-bottom: 16px;
	padding: 2px 12px;
	background: transparent url(../images/sub_title.gif) 0px 1px repeat-y;
	font-size: 15px;
	font-weight: normal;
	color: #3399CC;
	border-bottom: #666 dotted 1px;
	}

.history-list{
	list-style: none;
	margin-bottom: 15px;
	}

.history-list dt {
	float: left;
	width: 50px;
	margin: 0 5px 5px 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 75%;
	line-height: 120%;
	text-align: right;
	letter-spacing: 2px;
	}

.history-list dd {
	padding: 0 25px 5px 0;
	font-size: 75%;
	line-height: 120%;
	}

.list-ul {
	margin-left: 4px;
	margin-right: 2px;
	list-style: none;
	}

.list-ul li {
	margin-top: 14px;
	margin-bottom: 6px;
	border-bottom: 1px dotted #ccc;
	line-height: 160%;
	padding-top: 5px;
	padding-left: 20px;
	background: transparent url(../images/arrow_icon.gif) 5px 9px no-repeat;
	font-size: 75%;
	color: #666;
	}

.list-ul li a {
	/*text-decoration: none;
	color:  #666;*/
	}

.list-ul li a:hover {
	color:  #ff6600;
	text-decoration: none;
	}

ul#archiveYear {
	width: 100%;
	font-size: 60%;
	color: #666;
	line-height: 160%;
	list-style: none;
	margin: 0;
	text-align: right;
	}

ul#archiveYear li {
	display: inline;
	margin: 0 2px 0 0;
	}

ul#archiveYear li a {
	color: #666;
	text-decoration: none;
	padding: 2px 5px 2px 10px;
	display: inline-block;
	border: 1px solid #ccc;
	background: #fff url("../images/arrow_red.gif") no-repeat 3px 52%;
	}
	
ul#archiveYear li a:hover {
	color: #ff0000;
	padding: 2px 5px 2px 10px;
	background: #eee url("../images/arrow_red.gif") no-repeat 4px 52%;
}

/*.history-dl dt {
	margin-top: 14px;
	margin-bottom: 6px;
	border-left: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
	background-color:#f8f8ff;
	font-size: 75%;
	line-height: 160%;
	color: #333;
	}

.history-dl dd {
	margin-bottom: 10px;
	padding-left: 5px;
	font-size: 75%;
	line-height: 160%;
	color: #666;
	}*/



.offices-dl {
	list-style: none;
	}

/*
.offices-dl dt {
	margin-top: 14px;
	margin-bottom: 6px;
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
	font-size: 75%;
	line-height: 160%;
	}
*/

.offices-dl dt {
	margin-top: 14px;
	margin-bottom: 6px;
	border-left: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
	font-size: 75%;
	line-height: 160%;
	color: #000;
	}

.offices-dl dd {
	padding-left: 5px;
	font-size: 75%;
	color: #666;
	color: #000;
	}

.bg-blue {
	background-color:#03c;
	}

.bg-lightblue {
	background-color:#50b9f3;
	}

.bg-lightcyan {
	background-color:#e0ffff;
	}
	
.bg-grey {
	background-color:#f5f5f5;
	}

.dioxn-dl {
	list-style: none;
	}

.dioxn-dl dt {
	margin-top: 14px;
	margin-bottom: 6px;
	border-bottom: 1px dotted #ccc;
	padding-left: 5px;
	font-size: 75%;
	line-height: 160%;
	}

.dioxn-dl dd {
	padding-left: 5px;
	font-size: 75%;
	color: #666;
	}


.irnews-dl {
	margin: 15px;
	list-style: none;
	}

.irnews-dl dt {
	margin-top: 14px;
	margin-bottom: 6px;
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
	background-color:#f5f5f5;
	font-size: 75%;
	line-height: 160%;
	}

.irnews-dl dd {
	padding-left: 25px;
	background: transparent url(../images/pdf_icon.gif) 5px 0px no-repeat;
	font-size: 75%;
	color: #666;
	}

.irnews-dl dd a {
	text-decoration: none;
	color:  #666;
	}

.irnews-dl dd a:hover {
	color:  #ff6600;
	}

.irinfo-ul {
	margin-left: 4px;
	margin-right: 2px;
	list-style: none;
	}

.irinfo-ul li {
	margin-top: 14px;
	margin-bottom: 6px;
	border-bottom: 1px dotted #ccc;
	line-height: 160%;
	padding-top: 5px;
	padding-left: 25px;
	background: transparent url(../images/pdf_icon.gif) 5px 6px no-repeat;
	font-size: 75%;
	color: #666;
	}

.irinfo-ul li a {
	text-decoration: none;
	color:  #666;
	}

.irinfo-ul li a:hover {
	color:  #ff6600;
	}

<!-- 070214ÁE-->
.ir-substance {
	width: 100%;
}

.ir-table-data-header {
	padding: 10px;
	background-color: #fcfcda;
	font-weight: normal !important;
	width: 120px;
	}

.ir-substance th {
	border: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: middle;
	font-size: 75%;
	}

.ir-substance td {
	padding: 5px;
	border: 1px solid #ccc;
	vertical-align: middle;
	font-size: 75%;
	}

.saitama-ol {
	margin-left: 25px;
	margin-right: 2px;
	}

.saitama-ol li {
	margin-top: 14px;
	margin-bottom: 6px;
	line-height: 150%;
	padding-top: 5px;
	font-size: 75%;
	}

.policy-ol {
	margin-left: 25px;
	margin-right: 2px;
	}

.policy-ul {
	margin-left: 25px;
	margin-right: 2px;
	list-style: none;
	}

.policy-ol li {
	margin-top: 14px;
	margin-bottom: 6px;
	line-height: 150%;
	padding-top: 5px;
	font-size: 75%;
	color: #666;
	}

.policy-ul li {
	margin-top: 14px;
	margin-bottom: 6px;
	line-height: 150%;
	padding-top: 5px;
	font-size: 75%;
	color: #666;
	}

.support-dl {
	list-style: none;
	}

.support-ol {
	list-style: decimal;
	font-size: 75%;

	}

.support-ul {
	list-style: disc;
	}

.support-ul2 {
	list-style: none;
	}

.support-ol li {
	margin-top: 14px;
	margin-left:25px;
	line-height: 130%;
	}

.support-ul li {
	margin-top: 14px;
	margin-left:25px;
	line-height: 110%;
	font-size: 75%;
	}

.support-ul2 li {
	margin-top: 14px;
	margin-left:25px;
	line-height: 130%;
	}

.support-dl dt {
	margin-top: 14px;
	margin-bottom: 6px;
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
	background-color:#f5f5f5;
	font-size: 75%;
	line-height: 160%;
	}

.support-dl dd {
	padding-left: 5px;
	margin-bottom: 6px;
	border-bottom: 1px dotted #ccc;
	font-size: 75%;
	color: #666;
	}

.support-dl dd a {
	text-decoration: none;
	color:  #666;
	}

.support-dl dd a:hover {
	color:  #ff6600;
	}

.support-substance td span.r-border{
	color: #ff0000;
	}
	
ul.communicable-list{
	font-size: 75%;
	margin: 10px 0;
	list-style: none;
	}
	ul.communicable-list li{
		margin-left: 0px;
		line-height: 150%;
		}
	ul.communicable-list ol li{
		margin: 5px 0 0 41px;
		}
	ul.communicable-list ol li ol li{
		margin: 5px 0 0 16px;
		}
ol.communicable-list{
	font-size: 75%;
	margin: 10px 0;
	font-weight: bold;
	}
	ol.communicable-list li{
		margin-top: 5px;
		margin-left: 25px;
		line-height: 150%;
		}
	ol.communicable-list li ol{
		border-top: 1px dotted #ccc;
		margin: 5px 0 10px;
		font-weight: normal;
		}
	ol.communicable-list li ol li{
		margin: 5px 0 0 25px;
		}
	ol.communicable-list li ol li ol{
		background: #f8f8f8;
		padding: 2px 0 5px 20px;
		border: none;
		}
	ol.communicable-list li ol li ol li{
		line-height: 130%;
		}
	ol.communicable-list li ul{
		background: #f8f8f8;
		padding: 2px 0 5px 0px;
		list-style: none;
		position: relative;
		font-weight: normal;
		}
	ol.communicable-list li ul.etiquette{margin: 0 0 0 25px;}
	ol.communicable-list li ul li{
		line-height: 130%;
		margin: 5px;
		}

ol.asbesto-list{
	font-size: 75%;
	margin: 10px 0;
	}
	ol.asbesto-list li{
		margin-top: 5px;
		margin-left: 25px;
		line-height: 150%;
		}

.lower-alpha{
	list-style-type: lower-alpha;
	}
.decimal{
	list-style-type: decimal;
	}
.lower-roman{
	list-style-type: lower-roman;
	}

h4.communicable{
	font-size: 75%;
	font-weight: normal;
	text-align: center;
	margin: 20px 0 0 0;
	padding: 10px;
	background-color: #daebf4;
	border-bottom: 1px solid #ccc;
	}

div.stage{
	margin: 0;
	padding: 0;
	overflow: hidden;
}
div.stage h5{
	float: left;
	width: 120px;
	font-size: 9pt;
	text-align: center;
	font-weight: normal;
	padding: 5px 0 0;
}

div.stage div.stage-list{
	font-size: 9pt;
	margin: 0;
	padding: 5px 5px 5px 5px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: url("../../information/images/communicable_table_bg.gif") repeat-y left top;
}
	div.stage div.stage-list p{
	font-size: 9pt;
	padding: 0 0 0 125px;
	margin: 0;
	}
	div.stage div.stage-list ol{
	padding: 0 0 0 150px;
	margin: 0 0 5px;
	}
	div.stage div.stage-list ol li{
	padding: 0;
	line-height:140%;
	margin: 0 0 5px 0;
	}
	*html div.stage div.stage-list ol li.first{
		margin: 0 0 0 -3px;
	}

<!-- 070213ÁE-->
.support-substance {
	width: 100%;
	}
.support-substance caption{
	font-size:9pt;
	} 
.support-substance2 {
	width: 560px;
	}

.support-substance3 {
	width: 100%;
	}

.support-substance4 {
	width: 560px;
	}

.support-substance th {
	border: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: middle;
	font-size: 75%;
	}

.support-substance2 th {
	padding: 5px;
	width: 180px;
	font-size: 75%;
	font-weight: normal !important;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	}

.support-substance3 th {
	padding: 5px;
	width: 26%;
	font-size: 75%;
	font-weight: normal !important;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	}

.support-substance4 th {
	padding: 10px 4px;
	width: 165px;
	border: 1px solid #ccc;
	font-size: 75%;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	}

.support-substance td {
	padding: 10px;
	border: 1px solid #ccc;
	text-align: left;
	vertical-align: middle;
	font-size: 75%;
	}

.support-substance2 td {
	padding: 5px;
	width: 150px;
	font-size: 75%;
	text-align: left;
	vertical-align: middle;
	}

.support-substance3 td {
	padding: 5px;
	width: 37%;
	font-size: 75%;
	text-align: left;
	vertical-align: middle;
	}

.support-substance4 td {
	padding: 10px 4px;
	border: 1px solid #ccc;
	font-size: 75%;
	text-align: left;
	vertical-align: middle;
	}

.jobs-dl {
	list-style: none;
	}

.jobs-dl dt {
	margin-top: 14px;
	margin-bottom: 6px;
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
	background-color:#f5f5f5;
	font-size: 75%;
	line-height: 160%;
	}

.jobs-dl dd {
	padding-left: 5px;
	margin-bottom: 6px;
	font-size: 75%;
	color: #666;
	}

.jobs-dl dd a:hover {
	color:  #ff6600;
	}

.sitemap-dl {
	list-style: none;
	}

.sitemap-dl dt {
	margin-top: 14px;
	margin-bottom: 6px;
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
	background-color:#f5f5f5;
	font-size: 75%;
	line-height: 160%;
	}

.sitemap-dl dd {
	padding-left: 20px;
	margin-bottom: 3px;
	font-size: 75%;
	color: #666;
	}

.sitemap-dl dt a {
	text-decoration: none;
	color:  #03c;
	}

.sitemap-dl dt a:hover {
	color:  #ff6600;
	}

.sitemap-dl dd a {
	text-decoration: none;
	color:  #666;
	}

.sitemap-dl dd a:hover {
	color:  #ff6600;
	}

.education-dl {
	list-style: none;
	}

.education-dl dt {
	margin-top: 14px;
	margin-bottom: 6px;
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
	background-color:#f5f5f5;
	font-size: 75%;
	line-height: 160%;
	}

.education-dl dd {
	padding-left: 5px;
	margin-bottom: 6px;
	font-size: 75%;
	color: #666;
	}

.content-top {
	padding-bottom: 10px;
	background: #ccc;
	}

.content-information-left {
	float: left; 
	width: 270px;
	margin-bottom: 17px;
	border: 1px solid #e7e7e7;
	background: #fff url(../images/content_information_back.jpg) top left repeat-x;
	}

.content-information-right {
	float: right;
	width: 270px;
	margin-bottom: 17px;
	border: 1px solid #e7e7e7;
	background: #fff url(../images/content_information_back.jpg) top left repeat-x;
	}

.content-information {
	padding: 7px 5px 0;
	border: 1px solid #fff;
	background: #fff url(../images/content_information_back.jpg) top left repeat-x;
	}

.information-substance {
	width: 34%;
}

.information-substance th {
	border: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: middle;
	font-size: 75%;
	}

.information-substance td {
	padding: 5px;
	border: 1px solid #ccc;
	vertical-align: middle;
	font-size: 75%;
	}

.information-title {
	padding-left: 16px;
	font-size: 14px;
	background: transparent url(../images/menu_arrow.gif) 0px 3px no-repeat;
	}

.information-title a {
	display: block;
	width: 100%;
	color: #000;
	text-decoration: none;
	}

.information-title a:hover {
	color: #ff6600;
	}

.information-text {
	margin: 16px 0 5px;
	padding: 5px 0 5px 17px;
	background: #fff url(../images/headline_title.gif) top left no-repeat;
	}

.information-text a {
	color: #666;
	text-decoration: none;
	}

.information-text a:hover {
	color: #ff6600;
	}

.top-information-clear {
	clear: both;
	}

.content-associate-left{
	float: left;
	text-align: center;
	margin-right: 20px;
	padding-top: 5px;
	border: 1px solid #f0f1f3;
	background-color:#f0ffff;
	width: 110px;
	margin-bottom: 20px;
	}

.content-information-wrighter-right{
	float: right;
	text-align: right;
	width: 200px;
	}

.content-dioxn {
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #999;
	}

.content-privacy {
	margin-bottom: 20px;
	padding: 5px;
	background-color:#f0ffff;
	border: 1px solid #f0f1f3;
	}

.customer-dl {
	list-style: none;
	}

.customer-dl dt {
	margin-top: 14px;
	margin-bottom: 6px;
	border-left: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
	font-size: 75%;
	line-height: 160%;
	color: #000;
	}

.customer-dl dd {
	padding-left: 5px;
	font-size: 75%;
	color: #666;
	color: #000;
	}

.customer-substance {
	width: 100%;
	}

.customer-substance th {
	border: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
	font-size: 75%;
	}

.customer-substance td {
	padding: 10px;
	border: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	font-size: 75%;
	}

.notice-ul {
	margin-left: 4px;
	margin-right: 2px;
	list-style: none;
	}

.notice-ul li {
	margin-top: 14px;
	margin-bottom: 6px;
	border-bottom: 1px dotted #ccc;
	line-height: 160%;
	padding-top: 5px;
	padding-left: 15px;
	font-size: 75%;
	color: #666;
	}

.notice-ul li a {
	text-decoration: none;
	color:  #666;
	}

.notice-ul li a:hover {
	color:  #ff6600;
	}

.contact-info{padding-left:10px;}
.contact-info h3{font-size:80%;}
.contact-info h3, .contact-info p{color:#ff0000;}


/* ==== Information > index ==== */
#information .info-wrap{
	float: left;
	width: 273px;
	margin: 0 0 10px 0;
	border: 1px solid #cccccc;
	background: #f5f5f5;
	}
	#information .info-wrap .box{
		min-height: 350px;
		margin: 3px;
		padding: 7px 7px 27px 7px;
		background: #ffffff;
		position:relative;
		}
		*html #information .info-wrap .box{height: 330px;padding: 6px 6px 26px 6px;}
	#information .info-wrap .box h3 a{
		width: 253px;
		height: 75px;
		display:block;
		margin: 0 0 10px 0;
		text-indent: -9999px;
		}
		#information .info-wrap .dioxin h3{background: transparent url("../../information/images/title_h3_dioxin.jpg") no-repeat left top;}
		#information .info-wrap .hs h3{background: transparent url("../../information/images/title_h3_hs.jpg") no-repeat left top;}
		#information .info-wrap .pc h3{background: transparent url("../../information/images/title_h3_pc.jpg") no-repeat left top;}
		#information .info-wrap .influenza h3{background: transparent url("../../information/images/title_h3_influenza.jpg") no-repeat left top;}
		#information .info-wrap .pollen h3{background: transparent url("../../information/images/title_h3_pollen.jpg") no-repeat left top;}
		#information .info-wrap .nano h3{background: transparent url("../../information/images/title_h3_nano.jpg") no-repeat left top;}
		#information .info-wrap .dust h3{background: transparent url("../../information/images/title_h3_dust.jpg") no-repeat left top;}
		#information .info-wrap .mine h3{background: transparent url("../../information/images/title_h3_mine.jpg") no-repeat left top;}
		#information .info-wrap .asbesto h3{background: transparent url("../../information/images/title_h3_asbesto.jpg") no-repeat left top;}
		#information .info-wrap .information h3{background: transparent url("../../information/images/title_h3_information.jpg") no-repeat left top;}
		#information .info-wrap .feature h3{background: transparent url("../../information/images/title_h3_feature.jpg") no-repeat left top;}
	#information .info-wrap .box p{
		color:#666666;
		line-height:170%;
		}
	#information .info-wrap .box div.detail{
		width:253px;
		text-align:right;
		padding:9px 0 0 0;
		border-top:1px dotted #cccccc;
		position:absolute;
		bottom:7px;
		}
	#information .info-wrap .box div.detail a{
		width:70px;
		height:12px;
		display:block;
		margin:0 0 0 auto;
		text-align:left;
		background: transparent url("../../information/images/btn_detail.gif") no-repeat left top;
		}
		#information .info-wrap .box div.detail a:hover{background-position:left bottom;}
		
#information .mL10{margin-left:10px;}


p.detailPage {
	width: 560px;
	/*margin: 130px 0 0 0;*/
	text-align: right;
}

ul.imgFeature {
	list-style-type: none;
	float: left;
}

ul.imgFeature li {
	float: left;
	margin: 0 20px 0 0;
}

ul.imgFeature li.noMargin {
	margin: 0 0 0 0;
}


div.cntWraps { width: 560px; }

div.cntWraps div.cntLeftBox160 {
	float: left;
	width: 160px;
}

div.cntWraps div.cntLeftBox {
	float: left;
	width: 270px;
}

div.cntWraps div.cntRightBox {
	float: right;
	width: 270px;
}

div.cntWraps div.cntRightBox380 {
	float: right;
	width: 380px;
}

div.cntWraps .txtCenter {text-align: center; }


div.cntWraps dl dt,div.cntWraps dl dd { font-size: 9pt; }


/* ==== Information > Basic ==== */
.info_li{
	font-size: 75%;
	line-height: 160%;
	color: #333;
	margin: 0 0 1em 24px;
}
.info_li li{
	margin: 0 0 0.5em 0;
	}
	.info_li li ol{
		margin: 0.4em 0 0 24px;
		}
	.info_li li li{
		margin: 0;
		}

.info_li ol{margin: 0 0 0 24px;}
.alpha_type{list-style-type: upper-alpha;}
.roman_type{list-style-type: upper-roman;}
.info_image{float: right;margin: 0 0 4px 10px;}

div.copybox{
	background: #F8F8F8;
	border: 1px dotted #cccccc;
	margin: 10px 0;
	}
	div.copybox ul{
		color: #666666;
		margin: 10px 15px 10px 15px;
		list-style: none;
		}
	div.copybox ul li{
		color: #666666;
		margin: 10px 0 10px 0;
		padding: 0 0 0 24px;
		background: transparent url("../../information/images/arrow.gif") no-repeat left 0.3em;
		}
		
/* ==== Information > Communicable Disease ==== */
.image-left.adjustment{
	margin-right: 85px;
}
.support-substance.influenza{
	margin: 0 0 10px 0;
	} 
.support-substance.influenza caption{
	} 
.support-substance.influenza th,
.support-substance.influenza td{
	padding:4px;
	}
.support-substance.influenza .number{
	padding:4px 5px;
	}
.support-substance.influenza .protection{
	width: 200px;
	}
.support-substance.influenza .lv3{
	width:100px;
	}


/* ==== Information > Dioxin ==== */
.support-substance.dioxin{
	margin: 0 0 10px 0;
	} 
	.support-substance.dioxin caption {
		} 
	.support-substance.dioxin th,
	.support-substance.dioxin td {
		padding:4px;
		}
		.support-substance.dioxin .equipment {
			width: 110px;
			}
		.support-substance.dioxin .management {
			width: 100px;
			background: #ffffee;
			}
		.support-substance.dioxin .lv3 {
			width:100px;
			}



/* news page */

p.clearFloat {
	clear: both;
	padding: 10px 0 0 0;
}

dl.accessList dt,
dl.accessList dd {
	font-size: 75%;
	margin: 0 0 0.9em 2em;
	line-height: 160%;
	color: #333;
}

dl.accessList dt {
	margin: 0 0 0.9em 0;
}



/* ========== Side Column ========== */
.side-content {
	width: 144px;
	margin-bottom: 20px;
	padding: 1px;
	border: 1px solid #f0f1f3;
	/* background: transparent url(../images/menu_back.jpg) top right repeat-y; */
	}

.side-content2 {
	width: 144px;
	margin-bottom: 20px;
	padding: 1px;
	border: 1px solid #f0f1f3;
	background-color:#f5f5f5;
	}

.side-sub-content {
	width: 144px;
	margin-bottom: 20px;
	padding: 0 3px;
	}

.side-sub-content2 {
	width: 144px;
	margin-bottom: 20px;
	padding: 2px;
	background-color: #f6f6f6;
	}

.menu-box {
	border: 1px solid #f0f1f3;
	background: transparent url(../images/menu_back.jpg) top right repeat-y;
	}

.catalog-box, .information-box {
	border: 1px solid #f0f1f3;
	}

.side-title {
	_width: 142px;
	margin: 1px;
	padding: 3px 0 2px 10px;
	background-color: #0967ec;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	}

.side-title-sub {
	_width: 142px;
	margin: 1px;
	padding: 3px 0 2px 10px;
	background-color: #3399CC;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	}

.side-title2 {
	_width: 142px;
	margin: 1px;
	padding: 3px 10px 2px;
	background-color: #0967ec;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	}

.menu {
	margin-left: 4px;
	margin-right: 2px;
	list-style: none;
	}

.menu li {
	border-top: 1px dotted #ccc;
	background: transparent url(../images/menu_arrow.gif) 0px 7px no-repeat;
	font-size: 12px;
	line-height: 140%;
	}

.menu li a {
	_width: 144px;
	_height: 24px;
	display: block;
	padding: 5px 0px 5px 18px;
	text-decoration: none;
	color: #000;
	}

.menu li a:hover {
	background: #eaeeee url(../images/menu_arrow.gif) 0px 7px no-repeat;
	}

.catalog, .information {
	margin: 5px;
	list-style: none;
	}

.catalog li, .information li {
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #ccc;
	background: transparent url(../images/arrow_red.gif) 4px 6px no-repeat;
	font-size: 12px;
	line-height: 160%;
	color: #666;
	}

.catalog li a, .information li a {
	display: block;
	_width: 142px;
	_height: 16px;
	padding-left: 10px; 
	text-decoration: none;
	color:  #666;
	}

.catalog li a:hover, .information li a:hover {
	background: #eaeeee url(../images/arrow_red.gif) 4px 6px no-repeat;
	}
	
.text-box {
	margin: 5px;
	font-size: 10px;
	line-height: 160%;
	color: #666;
	}

.text-box a {
	text-decoration: none;
	color:  #666;
	}

.text-box a:hover {
	color:  #ff6600;
	}
	
.menu-imagebox {
	margin-bottom: 5px;
	background-color:#fff;
	padding: 2px;
	border: 1px solid #ccc;
	}

.menu-imagebox img { 
	margin-bottom: -4px;
	}

html[xmlns] .menu-imagebox img { 
	margin-bottom: -3px;
	}

.menu-button {
	width: 139px;
	height: 34px;
	margin: 0 0 2px;
	border: 1px solid #ccc;
	}

.menu-button2 {
	height: 50px;
	margin: 0 0 4px;
	padding: 1px;
	border: 1px solid #ccc;
	background-color: #fff;
	}

.menu-button2-bottom {
	height: 50px;
	margin: 0;
	padding: 1px;
	border: 1px solid #ccc;
	background-color: #fff;
	}

.go-top {
	clear: both;
	margin: 2em 0 1em;
	text-align: right;
	}

/*pop-up*/	
#content-box-popup {
	width: 580px;
	margin: 0 auto;
	text-align: center;
	background: transparent url(../images/background_popup.jpg) repeat-y left top;
	}
#content-box-popup-wide {
	width: 650px;
	margin: 0 auto;
	text-align: center;
	background: transparent url(../images/background_popup_wide.jpg) repeat-y left top;
	}


/* ========== Footer ========== */
.foot {
	padding-top: 0.3em;
	border-top:1px solid #ccc;
	}

.poricy {
	float: left;
	}

.copyright {
	float: right;
	font-size: 10px;
	color: 3666;
	}


/* ===== fontcolor ===== */
.f-navy		{ color: #000080;}
.f-purple		{ color: #336;}
.f-black		{ color: #333;}
.f-red		{ color: #c00;}
.f-green		{ color: #390;}
.f-orange { color: #f90;}
.f-orangered { color: #ff4500;}
.f-white		{ color: #fff;}
.f-pink		{ color: #939;}
.f-deepred	{ color: #900;}
.f-grey		{ color: #666;}
.f-blue		{ color: #03c;}
.f-skyblue		{ color: #09f;}
.f-ryblue		{ color: #4169e1;}
.f-darkbown		{ color: #5c4033;}
.f-deeppink		{ color: #ff1493;}
.f-strong	{font-weight: bold;}
.f-normal	{font-weight: normal;}
.f-small	{font-size: 80%;}
.f-large	{font-size: x-large;}
