@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: #666;
	text-decoration: underline;
}
a:visited{
	color: #666;
	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--------------------------------------------
                                             1000X800 maincontent 
                                                      工事
------------------------------------------------------------------------------------------------------------*/
#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;
  background: url(../../img/1000X800base004.png) 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/gigyoon.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/gigyoon.png) no-repeat left bottom;
}
#global_nav li.nav_company a:hover{
	  background: url(../../img/gigyoon.png) no-repeat -115px bottom;
}
#global_nav li.nav_oshirase a:hover{
	  background: url(../../img/gigyoon.png) no-repeat -230px bottom;
}
#global_nav li.nav_inquir a:hover{
	  background: url(../../img/gigyoon.png) no-repeat -345px bottom;
}

/*----------------------------------------------------------------------
                      Contents_area (01 rall)
		              
-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
	                      left_gamen 230X162X4列
											
-----------------------------------------------------------------------*/
#left_gamen{
	float: left;
	width: 260px;
}
/*---------------------------   bottan001-------------------------------*/
#jigyo_nav001{
    float: left;
    width: 230px;
    height: 38px;
    margin: 31px 0 0 30px;
    background: url(../../img/sb001.png) no-repeat;
}
#jigyo_nav001 li{
    float: left;
}
#jigyo_nav001 a{
    display: block;
    width: 230px;
    height: 38px;
    overflow: hidden;
    text-indent: -9999px;
}
#jigyo_nav001 li.nav_rall a:hover{
    background: url(../../img/sb001.png) no-repeat left bottom;
}
 
/*---------------------------   bottan02-------------------------------*/
#jigyo_nav002{
    float: left;
    width: 230px;
    height: 38px;
    margin: 14px 0 0 30px;
    background: url(../../img/sb002.png) no-repeat;
}
#jigyo_nav002 li{
    float: left;
}
#jigyo_nav002 a{
    display: block;
    width: 230px;
    height: 38px;
    overflow: hidden;
    text-indent: -9999px;
}
#jigyo_nav002 li.nav_sleeper a:hover{
    background: url(../../img/sb002.png) no-repeat left bottom;
}

/*---------------------------   bottan03-------------------------------*/
#jigyo_nav003{
    float: left;
    width: 230px;
    height: 38px;
    margin: 14px 0 0 30px;
    background: url(../../img/sb003.png) no-repeat;
}
#jigyo_nav003 li{
    float: left;
}
#jigyo_nav003 a{
    display: block;
    width: 230px;
    height: 38px;
    overflow: hidden;
    text-indent: -9999px;
}
#jigyo_nav003 li.nav_recycle a:hover{
    background: url(../../img/sb003.png) no-repeat left bottom;
}

/*---------------------------   bottan00-------------------------------*/
#jigyo_nav004{
    float: left;
    width: 230px;
    height: 38px;
    margin: 14px 0 0 30px;
    background: url(#) no-repeat;
}
#jigyo_nav004 li{
    float: left;
}
#jigyo_nav004 a{
    display: block;
    width: 230px;
    height: 38px;
    overflow: hidden;
    text-indent: -9999px;
}
#jigyo_nav004 li.nav_group a:hover{
    background: url(#) no-repeat left bottom;
}
/*-------------------------------------------------------------------------
	                        right_maigamen 740X690X1列
-----------------------------------------------------------------------*/

#right_gamen{
	float: right;
	width: 740px;
}

#right_gamen li{
  padding: 23px 21px 0 0;
}

#right_gamen li img {
	float: left;
  padding: 7px;
}

/*-----------------------------------------------------------------------
                                   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%;
}
