@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body  {
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #666666;
}
a:link {  font-weight: normal; color: #009933; text-decoration: none;}
a:visited {  font-weight: normal; color: #669966; text-decoration: none;}
a:hover {  font-weight: normal; color: #00cc33; text-decoration: underline;}
a:active {  font-weight: normal; color: #666666; text-decoration: underline;}
#container { 
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 

/* Header */
#header {
	background:url(../imgs_common/headback.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	margin-top: 8px;
	padding-bottom:0px;
} 
#header #iwatani {
	margin-right:130px;
} 
#header #tohome {
	width: 120px;
	float: right;
} 
#header2 {
	margin-top: 10px;
} 
#header2 #corporation1 {
	margin-right:200px;
} 
#header2 #corporation2 {
	width: 190px;
	float: right;
}

/* Navi----------------------------------------------------------------- */
#navi {
	height:14px;
	margin-top: 12px;
	padding-bottom:5px;
	border-bottom: 1px solid #cccccc;
}
#navi ul {
}
#navi ul li {
	list-style: none;
	float: right;
	padding-left:15px;
}
/* Title----------------------------------------------------------------- */
#title_business {
	margin-top: 10px;
	padding-bottom:5px;
}
#title_businessIndex {
	margin-top: 10px;
	padding-bottom:5px;
	float:left;
	width:500px;
}
#title_network {
	margin-top: 5px;
	padding-bottom:8px;
	width:400px;
	clear:both
}
#title_list {
	margin-top: 17px;
	float:right;
	width:100px;
}
#title_list2 {
	margin-top: 10px;
	margin-bottom: 10px;
	float:right;
	width:100px;
}
#title_network1 {
	margin-top: 5px;
	padding-bottom:5px;
	float:left;
	width:300px;
}
/*HOMEのプルダウン--------------------*/
#navi li#naviHome{
  position: relative;
  display: block;
  text-align: left;
  padding-bottom:5px;
}
/*事業紹介のプルダウン--------------------*/
#navi li#naviBusiness{
  position: relative;
  display: block;
  text-align: left;
  padding-bottom:5px;
}
#navi li#naviBusiness ul{
  display: none;
}
#navi li#naviBusiness:hover ul{
  visibility: visible;
  display: block;
  position: absolute;
  top: 20px;
  left: 0em;
  font-size: 100%;
  z-index: 100;
  margin: 0px 0px 0px 12px;
  padding: 0;
  text-align: left;
}
/*プルダウンの横幅*/
#navi li#naviBusiness ul li {
	float: left;
	list-style: none;
	width:12em;
	background: #ffffff;
	padding: 0.5em 1em 0.5em 1em;
	margin-top:-1px;
	text-transform: none;
	border: 1px solid #CCCCCC;
}
#navi li#naviBusiness ul li a{
    display:block;
	margin-top: -1em;
}

/*naviNetworkのプルダウン--------------------*/
#navi li#naviNetwork{
  position: relative;
  display: block;
  text-align: left;
  padding-bottom:5px;
}
#navi li#naviNetwork ul{
  display: none;
}
#navi li#naviNetwork:hover ul{
  visibility: visible;
  display: block;
  position: absolute;
  top: 20px;
  left: 0em;
  font-size: 100%;
  z-index: 100;
  margin: 0px 0px 0px 15px;
  padding: 0;
  text-align: left;
}
/*プルダウンの横幅*/
#navi li#naviNetwork ul li {
	float: left;
	list-style: none;
	width:12em;
	background: #ffffff;
	padding: 0.5em 1em 0.5em 1em;
	margin-top:-1px;
	text-transform: none;
	border: 1px solid #CCCCCC;
}
#navi li#naviNetwork ul li a{
    display:block;
	margin-top: -1em;
}
/*会社概要のプルダウン--------------------*/
#navi li#naviProfile{
  position: relative;
  display: block;
  text-align: left;
  padding-bottom:5px;
}
/*採用情報のプルダウン--------------------*/
#navi li#naviRecruit{
  position: relative;
  display: block;
  text-align: left;
  padding-bottom:5px;
}
/*焼却炉のプルダウン--------------------*/
#navi li#naviIncinerator{
  position: relative;
  display: block;
  text-align: left;
  padding-bottom:5px;
}
/*産業設備関連装置のプルダウン--------------------*/
#navi li#naviEquipment{
  position: relative;
  display: block;
  text-align: left;
  padding-bottom:5px;
}
/*ドライアイスのプルダウン--------------------*/
#navi li#naviDryice{
  position: relative;
  display: block;
  text-align: left;
  padding-bottom:5px;
}
/*お問い合わせのプルダウン--------------------*/
#navi li#naviContact{
  position: relative;
  display: block;
  text-align: left;
  padding-bottom:5px;
}



/* Content---------------------------------------------------------------- */
#content {
	background: #ffffff;
	margin-top: 5px;
}

/* Content sidebanner */
#sidebanner {
	float: right;
	width: 210px;
}
#sidebanner img {
	margin-bottom:5px;
}

/* Content maincontent */
#mainPromo {
	border: 1px solid #27c422;
}
#mainContent {
	margin: 0;
	clear: both;
}
#topmainContent {
	width:585px;
}
#promoarea { 
	background: #eeeeee;
	padding: 5px;
	margin-bottom: 10px;
}
#topics { 
	width: 455px;
	float:left;
}
#topics dl { 
	font-size: 0.9em;
	line-height: 1.5em;
	margin-left: 15px;
}
#topics dt {
	float: left;
	width: 8em;
	padding-left:12px;
	background:url(../imgs_top/back_topics.gif) no-repeat;
}
#topics dd {
	margin-left: 9em;
}
#network { 
	width: 120px;
	float: right;
}
#network ul {
}
#network li {
	list-style:none;
	margin: 0 0 0 0;
}

/* Footer */
#pagetop {
	font-size:10px;
	margin-top: 10px;
	text-align:right;
} 

.pagetop {
	font-size:10px;
	margin-top: 10px;
	text-align:right;
} 

#footer {
	margin-top: 5px;
	margin-bottom: 10px;
	text-align:right;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
} 

.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
