@charset "utf-8";



body{
	margin:0;
	padding:0;
	height:100%;
	background-image : url(../img/b_purchaser_login.jpg);
	background-repeat : repeat-x;
	}
	
img{border-style: none;}
.clear{clear:both;}

#layoutgroup{
	margin:30px auto;
	padding:0;
	width:850px;
}

#layoutgroup #login_area{
	margin:0 auto;
	padding:0;
	width:850px;
	height:530px;
}

#layoutgroup #shadow{
	margin:0 auto;
	width:850px;
	height:163px;
	background-image : url(../img/shadow.jpg);
	background-repeat : no-repeat;
	background-position:left top;
}

/*ログインエリア*/
#purchaser_head{
	margin:0 auto;
	padding:80px 0 0;
	width:433px;
	height:70px;
	background-image : url(../img/infohouseman_head.gif);
	background-repeat : no-repeat;
	background-position:center;
}

	#purchaser_head h1{
		margin:0 auto 0;
		width:100px;
		height:25px;
	}

	#purchaser_head h1 a{
		margin:0 auto 0;
		width:100px;
		height:25px;
		display: block;
		text-indent: -9999px;
		overflow: hidden;
	}



#purchaser_middle{
	margin:0 auto;
	width:433px;
	height:210px;
	background-image : url(../img/infohouseman_middle.gif);
	background-repeat : repeat-y;
	background-position:center;
}

#purchaser_middle .form_area{
	float:left;
	width:195px;
	height:auto;
	margin:20px 0 0;
	padding:0 0 0 20px;
}

#purchaser_middle .form_bottom{
	float:left;
	width:433px;
	height:auto;
	margin:30px 0 0;
	text-align:center;
}


#purchaser_bottom{
	margin:0 auto;
	width:433px;
	height:144px;
}
