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

body {
	text-align: center;
}
#contBody {
	width: 900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#head {
	height: 65px;
	position: relative;
}
#sideLeft {
	width: 200px;
	float: left;
}
#main {
	width: 675px;
	float: right;
	margin-right: 10px;
}
#navi {
	position: absolute;
	width: 900px;
	height: 20px;
	right: 0px;
	top: 45px;
}
#foot {
	height: 50px;
	clear: both;
	position: relative;
}
address {
	position: absolute;
	bottom: 5px;
	width: 900px;
}

