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

body{
 	background:url(../images/bg.gif) 0 0 repeat;
 	text-align:center;
 	}
	
#container{
	background:url(../images/bg_border.gif) 0 0 repeat-y;
	width:902px;
	margin:0 auto;
	text-align:left;
	border-bottom:1px solid #ccc;
	}
	
#containerInner{
	width:900px;
	margin:0 1px;
	}
	
#header{
	background:url(../images/header_back.gif) right 0 no-repeat;
	height:84px;
	}
	
#header h1{
	width:430px;
	height:84px;
	float:left;
	}
	
#header #headerMenu{
	width:275px;
	height:84px;
	float:right;
	}
	
#header #headerMenu p{
	text-align:right;
	line-height:20px;
	height:20px;
	padding:60px 5px 0 0;
	}
	
#header #headerMenu p a{
	color:#666666;
	}
	
#globalMenu{
	}

#globalMenu ul{
	height:36px;
	}

#globalMenu ul li{
	width:180px;
	height:36px;
	float:left;
	}
	
#globalMenu ul li a{
	height:36px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	}
	
#globalMenu ul li#GMgroup a{  		background:url(../images/navi.jpg) 0 0 no-repeat;			}
#globalMenu ul li#GMsales a{ 		background:url(../images/navi.jpg) -180px 0 no-repeat;	}
#globalMenu ul li#GMengineer a{  	background:url(../images/navi.jpg) -360px 0 no-repeat;	}
#globalMenu ul li#GMpartsoffice a{  background:url(../images/navi.jpg) -540px 0 no-repeat;	}
#globalMenu ul li#GMrecruit a{  	background:url(../images/navi.jpg) -720px 0 no-repeat;	}

#globalMenu ul li#GMgroup,
#globalMenu ul li#GMgroup a:hover{  		background:url(../images/navi.jpg) 0 -36px no-repeat;	}
#globalMenu ul li#GMsales,
#globalMenu ul li#GMsales a:hover{ 			background:url(../images/navi.jpg) -180px -36px no-repeat;	}
#globalMenu ul li#GMengineer,
#globalMenu ul li#GMengineer a:hover{  		background:url(../images/navi.jpg) -360px -36px no-repeat;	}
#globalMenu ul li#GMpartsoffice,
#globalMenu ul li#GMpartsoffice a:hover{ 	background:url(../images/navi.jpg) -540px -36px no-repeat;	}
#globalMenu ul li#GMrecruit,
#globalMenu ul li#GMrecruit a:hover{  		background:url(../images/navi.jpg) -720px -36px no-repeat;	}

#contents{
	}

#footerMenu{
	width:900px;
	background:#F0F0F0;
	border-top:5px solid #FF0000;
	margin:25px 0 0;
	font-size:10px;
	color:#333333;
	clear:both;
	}
	
#footerMenu p{
	padding:10px;
	}

#footerMenu p a{
	color:#333333;
	}

#footer{
	float:none;
	clear:both;
	padding:0 0 15px;
	}

#footer em{
	width:240px;
	height:40px;
	float:left;
	}

#footer address{
	width:600px;
	height:40px;
	color:#333333;
	text-align:right;
	float:right;
	}
	
#footer address span{
	padding:5px;
	display:block;
	}
	
#topNavi{
	text-align:left;
	height:25px;
	}
	
#listback{
	text-align:center;
	height:25px;
	clear: both;
	padding-top: 15px;
	}
	
h3{
	background:url(../images/h3.jpg) 0 0 no-repeat;
	line-height:30px;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	}



/* ページの先頭に戻る */

.goTop{
	text-align:right;
	clear: both;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
	
.goTop a{
	}

