@charset "shift_jis";
/* CSS Document */

/*==============================	
header	
==============================*/	
#header{
	width:100%;
	padding:10px 0 10px 10px;
	background:#ffffff;
	font-size:12px;
}
body#hiChlon #header{
	width:975px !important;
}
body#smoke #header,
body#techIndex #header{
	width:783px !important;
}
body.agrichem{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
body.biocide{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
body.biocide #header{
	width:650px !important;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
/*ヘッダーロゴ*/
#header #headerLogoBlock {
	width:296px;
	float:left;
}
/*ヘッダーツール*/
#header #headerToolBlock {
	width:12em;
	padding-top:20px;
	float:right;
}
#header img{	
	border:0;
}

/*Link*/
#header .link a{
	padding-left:10px;
	background:url(../common/arw.gif) no-repeat 0 3px;
	color:#333333;
	text-decoration:underline;
}
#header a:link{
	color:#333333;
}
#header a:visited{
	color:#666666;
}
#header a:hover{
	color:#3399ff;
	text-decoration:underline;
}
#header .link a:active{
	color:#3399ff;
}
/*clearfix*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-block;
}
/* Hides from IE-mac \*/
*html .clearfix{
	height:1%;
}
.clearfix{
	display:block;
}
/* End Hides from IE-mac \*/