@charset "utf-8";
/* CSS Document */

html,body{
	color:#263b6c;
    height:100%;
}

p{
	line-height:1.8;
}

#wrap {
     width: 100%;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}

#wrapper {
	 width:960px;
	 margin:0 auto;
	 padding-top:150px;
     padding-bottom:140px; /*フッターの高さと同じ*/
	 overflow:hidden;
	 padding-left:200px;
}
	
#wrapper img{
	float:left;
	margin-right:35px;
}

#footer{
	width:100%;
	background:#b9d0ff;
	min-width:1500px;
	height:200px;
    position:absolute;
    bottom:0;}

#footer #footer_in{
	width:1000px;
	margin:0 auto;
	padding:30px 0px;
	overflow:hidden;	
}

#footer #footer_in .company_prof{
	float:right;
}


