@import 'style.css';

/*	ヘッダ領域	*/
.header {
	width: 900px;
	height: 100px;
	
	text-align: left;
	vertical-align: top;
	
	overflow: hidden;
	
	background-image: url("./image/admin_header.png");
	background-repeat: no-repeat;
	background-position: left top;
}

/*	フッター領域	*/
.footer {
	width: 800px;
	height: 65px;
	
	color: #000000;
	
	text-align: left;
	vertical-align: top;
	font-size: 10px;
	font-weight: normal;
	float: clear;
	clear: left;
	
	padding-top: 10px;
	padding-left: 200px;
	
	background-image: url( "./image/admin_footer.png" );
	background-repeat: no-repeat;
	background-position: center top;


}

