
body {
      background: url(../img_ico/outline-top.png)  top no-repeat #FAF8F4;
	  } 
	                                    
										* html body{background: url(../img_ico/outline-top.png)  top no-repeat #FAF8F4; padding-left: 1px; }
	                                    *+html body{background: url(../img_ico/outline-top.png)  top no-repeat #FAF8F4; padding-left: 1px; }                 
	                                     
	  											  
#wrapper {
          background: url(../img_ico/outline.png) repeat-y;
          width: 790px;
		  margin-left: auto;
		  margin-right: auto;
		  }
		  
#header {
         width: 760px;
		 margin-left: auto;
		 margin-right: auto;
		 }
		 
.logo {
       left: 550px;
	   position: relative;
	   z-index: 1;
	   top: 8px;
	   }
		 
.company {
          position: relative;
		  z-index: 5;
		  top: -55px;
		  left: -190px;
		  }
		  
.solutions {
            position: relative;
			z-index: 4;
			top: -28px;
			left: -270px;
			}
			
.consultations {
                position: relative;
		        z-index: 3;
		        top: 0px;
		        left: -320px;
		        }
		   
.contact {
          position: relative;
		  z-index: 2;
		  top: 25px;
		  left: -370px;
		  }
		  
.bar {
      margin-top: 25px;
	  margin-left: -10px;
	  }

                                 * html .bar {margin-left: 0px;}

/*header*/


/*パンくず*/
#pankuzu {
		  width: 760px;
		  height: 15px;
		  margin-top: 5px;
          margin-left: 5px;
		  font-size: small;
		  }
		  
#pankuzu ul,#pankuzu li {
                         margin:0;
						 padding:0;
						 }		  
		  
#pankuzu li {
             float: left;
			 list-style: none;
			 }	
			 											 
.sub {
      text-align: right;
	  }											 
						
/*コンテンツ*/
			
#content  {
           width: 780px;
   		   margin-left: auto;
		   margin-right: auto;
		   margin-bottom: 20px;
		   padding-bottom: 20px;
		   }		
		   			   
                                           * html {margin-bottom: 0px; padding-bottom: 0px;}
/*footer*/		   
		   

#footerArea {
             clear: both;
             margin-right: auto;
			 margin-left: auto;
             height: 30px;
		     width: 780px;
             background-color: #282828;
		     }				 					
					
#footerArea td{
               text-align: right;
			   padding-right: 10px;
			   color: #FCFCFC;
			   font-size: 11px;
			  }	
