
/* Contents
--------------------------------------------------------------*/
#Contents{
	width: 800px;
	margin: 0 auto;
	background-color: #ffffff;
	border-right: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
	font-size: 0.8em;
	line-height: 120%;
	_text-align: left;
}

/* Header
--------------------------------------------------------------*/
#Header{
	width: 800px;
	height: 80px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../image/bg_header.jpg);
	background-repeat: no-repeat;
}

/* H1
--------------------------------------------------------------*/
h1 {
	font-size: 10pt;
	padding: 2px 0 0 10px;
	_text-align: left;
}

#Logo {
	float: left;
	margin: 1px 0 0 10px;
	_margin: 0 0 0 5px;
	padding: 0;
	background-image: url(../image/logo.jpg);
	background-repeat: no-repeat;
	width: 276px;
	height: 33px;
}

#Logo a {
	display:block;
	width: 276px;
	height: 33px;
	text-decoration:none;

	/*　IE5対策　*/
	text-d\ecoration:none;
	text-i\ndent:-9999px;


	/* MacIE Hack \*/
	overflow: hidden;
	/* end MacIE Hack */
}

#Header #Btn {
	float: right;
	margin: 1px 5px 0 0;
	_margin: 0 3px 0 0;
	padding: 0;
}


/* Menu
--------------------------------------------------------------*/
#Menu {
	margin : 1px 5px 0;
	_margin : 2px 5px 0;
	padding : 0;
	width: 790px;
	height: 27px;
	background: url(../image/menu.jpg);
	background-repeat: no-repeat;
}

#Menu ul {
	margin: 0;
	padding : 0;
	list-style-type: none;
	height: 27px;
}
#Menu li {
	position: relative;
	float: left;
	margin : 0;
	padding: 0;
	height: 27px;
}

#Menu ul li table {
	border-collapse: collapse;
	border: none;
	font-size: 90%;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#Menu ul li ul {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 27px;
	left: 0x;
	width: 114px;
	/*height: 0;*/
	z-index: 100;
}

#Menu ul li ul li {
	margin-bottom: 0;
	width: 114px;
	height: 24px;
}

#Menu li a {
	margin:0;
	padding:0;
	display:block;
	height: 27px;
	/*z-index: 100;*/

	/*　テキストを画面外に　*/
	text-decoration:none;
	text-indent:-9999px;


	/*　IE5対策　*/
	background-repeat:repeat-x;

	/* MacIE Hack \*/
	overflow: hidden;
	_overflow: none;
	/* end MacIE Hack */

}

#Menu ul li a:hover {
	position: relative;
	z-index: 100;
}

#Menu ul li:hover ul ,
#Menu ul li a:hover ul {
	visibility: visible;
	overflow: visible;
	height: auto;
	z-index: 10;
}

#Menu ul li ul li a {
	margin:0;
	padding:0;
	display:block;
	height:24px;
	z-index: 100;
}

#Menu ul li ul#EqMenu {
	margin : 0;
	padding :0;
	width: 114px;
	height: 97px;
	background: url(../equipment/image/menu.jpg);
	background-repeat: no-repeat;
}

#Menu ul li ul#CoMenu {
	margin : 0;
	padding :0;
	width: 114px;
	height: 73px;
	background: url(../construction/image/menu.jpg);
	background-repeat: no-repeat;
}

#Menu ul li ul#MaMenu {
	margin : 0;
	padding :0;
	width: 188px;
	height: 97px;
	background: url(../material/image/menu.jpg);
	background-repeat: no-repeat;
}

/* navi
--------------------------------------------------------------*/
#Menu01 {width:86px;height:25px;}
#Menu02 {width:115px;height:25px;}
#Menu03 {width:71px;height:25px;}
#Menu04 {width:99px;height:25px;}
#Menu05 {width:144px;height:25px;}
#Menu06 {width:102px;height:25px;}
#Menu07 {width:83px;height:25px;}
#Menu08 {width:90px;height:25px;}



/* navi lower
--------------------------------------------------------------*/
#Eq01 {width:114px;height:24px;}
#Eq01 a:hover {background: url(../equipment/image/menu_on.jpg) 0 0; width:114px;height: 24px;}
#Eq02 {width:114px;height:24px;}
#Eq02 a:hover {background: url(../equipment/image/menu_on.jpg) 0 -24px; width:114px;height: 24px;}
#Eq03 {width:114px;height:24px;}
#Eq03 a:hover {background: url(../equipment/image/menu_on.jpg) 0 -48px; width:114px;height: 24px;}
#Eq04 {width:114px;height:24px;}
#Eq04 a:hover {background: url(../equipment/image/menu_on.jpg) 0 -72px; width:114px;height: 24px;}

#Co01 {width:114px;height:24px;}
#Co01 a:hover {background: url(../construction/image/menu_on.jpg) 0 0; width:114px;height: 24px;}
#Co02 {width:114px;height:24px;}
#Co02 a:hover {background: url(../construction/image/menu_on.jpg) 0 -24px; width:114px;height: 24px;}
#Co03 {width:114px;height:24px;}
#Co03 a:hover {background: url(../construction/image/menu_on.jpg) 0 -48px; width:114px;height: 24px;}

#Ma01 {width:188px;height:24px;}
#Ma01 a:hover {background: url(../material/image/menu_on.jpg) 0 0; width:188px;height: 24px;}
#Ma02 {width:188px;height:24px;}
#Ma02 a:hover {background: url(../material/image/menu_on.jpg) 0 -24px; width:188px;height: 24px;}
#Ma03 {width:188px;height:24px;}
#Ma03 a:hover {background: url(../material/image/menu_on.jpg) 0 -48px; width:188px;height: 24px;}
#Ma04 {width:188px;height:24px;}
#Ma04 a:hover {background: url(../material/image/menu_on.jpg) 0 -72px; width:188px;height: 24px;}


/* Copy
--------------------------------------------------------------*/
#Copy{
	/*font-size: 10pt;*/
	background-image: url(../image/copy.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 800px;
	height: 23px;
	margin: 10px 0 0;
}

/* AllLinks
--------------------------------------------------------------*/
#AllLinks ul{
	margin: 0;
	padding: 0;
	text-align: center;
}

#AllLinks ul li{
	display: inline;
	border-right: 1px solid #666666;
	margin: 0;
	padding: 0 6px 0 5px;
	_padding: 0 5px;
	line-height: 140%;
}

#AllLinks ul li.last{
	border: none;
}


/* FooterLink
--------------------------------------------------------------*/
#FooterLink ul{
	margin: 50px 0 15px;
	text-align: center;
}

#FooterLink ul li{
	display: inline;
	border-right: 1px solid #666666;
	padding: 0 6px 0 5px;
	_padding: 0 6px 0 8px;
}

#FooterLink ul li.last{
	border: none;
}


