/* CSS Document */


body,div,p,address,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}


body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #102901;
	color:#333;
	font-size: 10px;
 	*font-size: 10px; /* IE 7?? */
 	*font: 10px; /* IE 6??? */
	line-height:1.4em;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a{
	color:#;
	outline:none;
}
a:hover{
	color:#;
	text-decoration:;
}
a:active{
	color:#;
	text-decoration:;
}
ul,ol,li{
	margin:0;
	padding:0;
	list-style:none;
} 

img {
	border:none;
	margin:0px;
	padding:0px;
}


----------------------------------------------------- */
/* **************Clear*************** */

/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  max-height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/



.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*
-------------------------------------------------*/



/***************Footer***************/
#footer{
	height:100%;
	background-color: #FFF;
	margin: 0px auto;
	padding: 20px 50px 40px;
	width: 880px;
	
}
#footer div{
}
#footer ul{
}
#foot_adress {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 421px;
}
#copyrights {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 440px;
	text-align: right;
}


/*
-------------------------------------------------*/

#header {
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 980px;
}
#header h1 {
	background-image: url(../images/title.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 980px;
}
#gnavi {
	background-image: url(../images/bg_gnavi.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 980px;
}
#gnavi ul {
	margin:0px;
	padding:8px 0px 0px 0px;
}
#gnavi li {
	text-indent: -9999px;
	display: block;
	padding: 0px;
	float: left;
	height: 20px;
}
#gnavi a {
	display: block;
	padding: 0px;
	height: 20px;
	background-repeat:no-repeat;
}
#gnavi a:hover {
	background-position:0px -35px;
}
#gnavi img {
  display: none;
}
.btn_home{
	width:64px;
	margin:0px 0px 0px 18px;
	padding:0px;
}
.home{
	background-image:url(../images/btn_home.jpg);
}
.btn_business {
	width:114px;
	margin:0px 0px 0px 49px;
	padding:0px;
}
.business {
	background-image:url(../images/btn_business.jpg);
}
.btn_languages {
	width:80px;
	margin:0px 0px 0px 50px;
	padding:0px;
}
.languages {
	background-image:url(../images/btn_langages.jpg);
}
.btn_recruiting {
	width:75px;
	margin:0px 0px 0px 48px;
	padding:0px;
}
.recruiting {
	background-image:url(../images/btn_recruiting.jpg);
}
.btn_insight {
	width:56px;
	margin:0px 0px 0px 50px;
	padding:0px;
}
.insight {
	background-image:url(../images/btn_insite.jpg);
}
.btn_explore {
	width:105px;
	margin:0px 0px 0px 49px;
	padding:0px;
	background-image:url(../images/btn_explore.jpg);
}
.explore {
}
.btn_explore_shizuoka {
	width:80px;
	margin:0px;
	padding:0px;
}
.shizuoka {
	background-image:url(../images/btn_explore_shizuoka.jpg);
}
.btn_explore_gunma {
	width:84px;
	margin:0px;
	padding:0px;
}
.gunma {
	background-image:url(../images/btn_explore_gunma.jpg);
}


#contents {
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 980px;
}
