@charset "utf-8";
/*----------------------------------------------------------------------------------------------------------------
	                                           アクセス
-------------------------------------------------------------------------------------------------------------------*/
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: #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/1000X800base006.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/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 (01 rall)
		              
-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
	                      left_gamen 230X162X4列
											
-----------------------------------------------------------------------*/
#left_gamen{
	float: left;
	width: 260px;
}
/*---------------------------   bottan001-------------------------------*/
#jigyo_nav001{
    float: left;
    width: 230px;
    height: 162px;
    margin: 31px 0 0 30px;
x   background: url(../../img/cmb00111.png) no-repeat;
}
#jigyo_nav001 li{
    float: left;
}
#jigyo_nav001 a{
    display: block;
    width: 230px;
    height: 162px;
    overflow: hidden;
    text-indent: -9999px;
}
#jigyo_nav001 li.nav_rall a:hover{
    xbackground: url(../../img/cmb00111.png) no-repeat left bottom;
}
 
/*---------------------------   bottan002-------------------------------*/
#jigyo_nav002{
    float: left;
    width: 230px;
    height: 38px;
    margin: 200px 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;
}

/*---------------------------   bottan003-------------------------------*/
#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;
}

/*---------------------------   bottan004-------------------------------*/
#jigyo_nav004{
    float: left;
    width: 230px;
    height: 38px;
    margin: 14px 0 0 30px;
    background: url(../../img/sb004.png) 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(../../img/sb004.png) no-repeat left bottom;
}
/*-------------------------------------------------------------------------
	                        right_maigamen 740X690X1列
-----------------------------------------------------------------------*/

#right_gamen{
	float: right;
	width: 740px;
        margin: 51px 0 0 0px;
}








/*-----------------------------------------------------------------------
                                   footer
													    		1000X150
------------------------------------------------------------------------*/
#footer ul{
    float: left;
}
#footer li{
    padding: 0 5px 0 32px;
		display: inline;
		border-left: 1px solid #ccc;
}
#footer li.first{
    border: none;	
}		
#footer address{
    float: right;	
    padding: 0 32px 0 0;
}

/*---------------
   clearfix
-----------------*/
#header,
#contents .inner
#footer{
   overflow: hidden;
   _height: 1%;
}
