@charset "utf-8";
/*----------------------------------------------------------------------------------------------------------------
	                                           top_base
-------------------------------------------------------------------------------------------------------------------*/
body{
	font: 62.5% "?q???M?m?p?S Pro W3","Hiragino Kaku Gothic Pro","???C???I","Meiryo","?l?r ?o?S?V?b?N",sans-serif;
	color: #FFF;
	line-height: 1.7;
    background: #F1F6F8;
}
a:link{
	color: #FFF;
	text-decoration: underline;
}
a:visited{
	color: #999;
	text-decoration: underline;
}
a:hover{
	color: #999;
	text-decoration: none;
}
a:focus{
	color: #999;
	text-decoration: none;
}
a:active{
	color: #999;
	text-decoration: none;
}
/*------------------------------------------------------	layout--------------------------------------------

------------------------------------------------------------------------------------------------------------*/
#container{
  width: 100%;
}
#header{
  width: 940px;
  margin: 0 auto 0 auto;
  padding: 0;
  background: #143C78;
  position: relative;
}

#contents{
  width: 100%;	
  margin: 0 auto 0 auto;

}
#contents .inner{
  width: 1000px;	
  height: 720px;
  margin: 0 auto 0 auto;
x background: url(../img/1000X800base.jpg) no-repeat;
}

#footer{
   width: 940px;
   margin: 0 auto 0 auto;
   padding: 30px 0;
   background: #143C78;
   font-size:12px;
}
/*----------------------------------------------------------------------------
                               header
                       logo450X100  navi460X23
------------------------------------------------------------------------------*/
h1{
   float:left
}
#global_nav{
    float: right;
    width: 460px;
    height: 23px;
    margin: 77px 0 0 0;
    background: url(../img/navi460X46.png) no-repeat;
}
#global_nav li{
    float: left;
}
#global_nav a{
    display: block;
    width: 115px;
    height: 23px;
    overflow: hidden;
    text-indent: -9999px;
}

#global_nav li.nav_home a:hover{
    background: url(../img/navi460X46.png) no-repeat left bottom;
}
#global_nav li.nav_company a:hover{
	  background: url(../img/navi460X46.png) no-repeat -115px bottom;
}
#global_nav li.nav_oshirase a:hover{
	  background: url(../img/navi460X46.png) no-repeat -230px bottom;
}
#global_nav li.nav_inquir a:hover{
	  background: url(../img/navi460X46.png) no-repeat -345px bottom;
}
/*----------------------------------------------------------------------
                                Contents_area
													   	gr03grid1000X720
-----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
	                            maingamen 940X338X1列
-----------------------------------------------------------------------*
/*-----------------------------------------------------------------------
	                      left_gamen 460X162X2列
											
-----------------------------------------------------------------------*/
#left_gamen{
	float: left;
	width: 500px;
}
/*---------------------------   bottan001-------------------------------*/
#jigyo_nav001{
    float: left;
    width: 460px;
    height: 162px;
    margin: 8px 0 0 30px;
    background: url(../img/cmb001.png) no-repeat;
}
#jigyo_nav001 li{
    float: left;
}
#jigyo_nav001 a{
    display: block;
    width: 460px;
    height: 162px;
    overflow: hidden;
    text-indent: -9999px;
}
#jigyo_nav001 li.nav_rall a:hover{
    background: url(../img/cmb001.png) no-repeat    left bottom;
}
/*---------------------------   bottan003-------------------------------*/
#jigyo_nav002{
    float: left;
    width: 460px;
    height: 162px;
    margin: 8px 0 0 30px;
    background: url(../img/cmb003.png) no-repeat;
}
#jigyo_nav002 li{
    float: left;
}
#jigyo_nav002 a{
    display: block;
    width: 460px;
    height: 162px;
    overflow: hidden;
    text-indent: -9999px;
}
#jigyo_nav002 li.nav_sleeper a:hover{
    background: url(../img/cmb003.png) no-repeat left bottom;
}
/*-------------------------------------------------------------------------
	                       right_gamen 460X162X2列
-----------------------------------------------------------------------*/
#right_gamen{
	float: right;
	width: 500px;
}
/*---------------------------   bottan002-------------------------------*/
#jigyo_nav003{
    float: left;
    width: 460px;
    height: 162px;
    margin: 8px 0 0 10px;
    background: url(../img/cmb002.png) no-repeat;
}
#jigyo_nav003 li{
    float: left;
}
#jigyo_nav003 a{
    display: block;
    width: 460px;
    height: 162px;
    overflow: hidden;
    text-indent: -9999px;
}
#jigyo_nav003 li.nav_recycle a:hover{
    background: url(../img/cmb002.png) no-repeat left bottom;
}
/*---------------------------   bottan004-------------------------------*/
#jigyo_nav004{
    float: left;
    width: 460px;
    height: 162px;
    margin: 8px 0 0 10px;
    background: url(../img/cmb004.png) no-repeat;
}
#jigyo_nav004 li{
    float: left;
}
#jigyo_nav004 a{
    display: block;
    width: 460px;
    height: 162px;
    overflow: hidden;
    text-indent: -9999px;
}
#jigyo_nav004 li.nav_group a:hover{
    background: url(../img/cmb004.png) no-repeat left bottom;
}
/*-----------------------------------------------------------------------
                                   footer
													    		1000X150
------------------------------------------------------------------------*/		
#footer li{
    padding: 0 5px 0 0;

}
ul.footmenu li.first {
    margin-left:32px;
}
ul.footmenu li {
    float:left; border-right:1px solid #999; display:block; margin-left:10px;
}

ul.footmenu li a { padding-right:0px;
}

#footer address{
    float: right;	
    padding: 0 32px 0 0;
}
/*---------------
   clearfix
-----------------*/
#header,
#contents .inner
#footer{
   overflow: hidden;
   _height: 1%;
}
