﻿/* 全体
------------------------------------------------- */
body {
	scrollbar-base-color:  #147814;
	scrollbar-arrow-color: #147814;
	scrollbar-track-color: #adffb1;
	scrollbar-face-color:  #147814;
	scrollbar-highlight-color: #adffb1;
	scrollbar-3dlight-color:   #147814;
	scrollbar-shadow-color:    #48eeCC;
	scrollbar-darkshadow-color: #147814;
	background-image :     url("img/bg.jpg");
	background-attachment: fixed;
	background-repeat:     repeat-x;
	background-color:      #FFFFFF;
	color: #336633;
}

/* リンク関係
------------------------------------------------- */
a {
	text-decoration: none;
}
a:link {
	color: #0099cc;
}
a:visited {
	color: #663366;
}

/* コンテンツボタン関係
------------------------------------------------- */
#masthead {
	position:relative;
	z-index:1;
	padding-bottom: 40px;
	width: 890px;
/*	*zoom:1;*/
}
#mhicon {
	position:absolute;
	left:50%;
	top:0;
	z-index:6;
	padding-bottom: 0px;
	margin: 0px;
}
#mhicon li {
	position:absolute;
	list-style:none;
/*	padding: 10px; */
	padding: 10px;
}
#mhi1st { left:-455px; }
#mhi2nd { left:-327px; }
#mhi3rd { left:-199px; }
#mhi4th { left:-71px;  }
#mhi5th { left:57px;   }
#mhi6th { left:185px;  }
#mhi7th { left:313px;  }
#mhicon li a {
	width:120px;
	height:30px;
	margin-top:0px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
#mhi1st a {
background-image:url(img/button/home01.gif);
}
#mhi2nd a {
background-image:url(img/button/product01.gif);
}
#mhi3rd a {
background-image:url(img/button/staff01.gif);
}
#mhi4th a {
background-image:url(img/button/recruit01.gif);
}
#mhi5th a {
background-image:url(img/button/support01.gif);
}
#mhi6th a {
background-image:url(img/button/pix01.gif);
}
#mhi7th a {
background-image:url(img/button/link01.gif);
}
/* トップ画像
------------------------------------------------- */
#entry_top {
	background-image:url(img/bgtop.png);
	width:  870px;
	height: 640px;
	padding: 10px;
	margin: 0px;
}
/* 更新情報
------------------------------------------------- */
#entry_news {
	background-image:url(img/bgnews.png);
	width:  885px;
	height: 275px;
	padding: 10px;
	padding-top: 45px;
	margin: 0px;
}
/* 製品紹介
------------------------------------------------- */
#entry_group {
	position:relative;
	width: 900px;
	height: 510px;
	padding: 0px;
	margin: 0px;
}
#entry_lineup {
	position:absolute;
	left: -3px;
	background-image:url(img/bglineup.png);
	width:  495px;
	height: 455px;
	padding: 10px;
	padding-top: 45px;
	margin: 0px;
}
/* 告知
------------------------------------------------- */
#entry_topics {
	position:absolute;
	left: 527px;
	background-image:url(img/bgtopics.png);
	width:  355px;
	height: 455px;
	padding: 10px;
	padding-top: 45px;
	margin: 0px;
}



