* { margin: 0; padding: 0; }

body { text-align: center; }
#wrapper { text-align: left; width: 920px; margin: 10px auto; }

/* ヘッダー部 */

#header {
	height: 76px;
	padding: 10px;
	background: #025965;
}

/* 左カラム */

#left-column {
	float: left;
	width: 160px;
	background: #fdd;
}

/* 中央カラム */

#center-column {
	float: left;
	width: 560px;
	padding: 10px;
	background: "gif/man2.gif";
}


/* 右カラム */

#right-column {
	float: right;
	width: 180px;
	background: #fdd;
}

/* フッター */

#footer {
	height: 40px;
	background: #025965;
	color: #fff;
	clear: both;
}
