@charset "utf-8";
/* CSS Document */

body {margin-top:0px;
 font-size:12px;
 color:#666666;
      }

.bod { BORDER: #999999 1px solid;
     } 

h1,h2 { /* 基本タイトル（固定）*/ 
	padding: 0px; 
	margin: 0px; 
	font-size: 10px;
	font-weight:100;
	line-height:normal
}



.index_body{background-image:url(img/index_back.jpg);
             background-position:top;
			 background-repeat:no-repeat;
			 }
			 
.company_body{background-image:url(img/company_back.jpg);
             background-position:top;
			 background-repeat:no-repeat;
			 }		
.posting_body{background-image:url(img/posting_back.jpg);
             background-position:top;
			 background-repeat:no-repeat;
			 }		 
			 
.mobile_body{background-image:url(img/mobile04.jpg);
             background-position:top;
			 background-repeat:repeat-y
			 }			 
			 
.map_body{background-image:url(img/map_back.jpg);
             background-position:top;
			 background-repeat:no-repeat;
			 }
			 		 

#footer {
	float: none;
	height: auto;
	width: auto;
	
}
