@charset "utf-8";
/* CSS Document */


#wrap{
	margin:0 auto;
	width:760px;
	padding:30px 0;
}

h1{
	width:760px;
	height:30px;
	background:#e1e1e1;
	color:#666666;
	text-align:center;
	font-size:120%;
	line-height:30px;
	margin:30px 0;
}

#img{
	width:760px;
	float:left;
	margin:10px 55px;
}

#img img{
	padding:20px 0;
}

#foot{
	height:50px;
	clear:both;
	float:right;
	padding-top:50px;
}

.clearfix:after {  
   content: ".";   
   display: block;   
   height: 0;   
   clear: both;   
   visibility: hidden;  
}

#footarea{
	clear:both;
}