/*
	バーチャルフレームスタイルシート
*/

.global {
	position: relative;
	width: 640px;
	height: 100%;
}

.topbar {
	position: relative;
}

.navi {
	position: static;
	width: 140px;
	float: left;
}

.contents {
	position: relative;
	width: 480px;
	top: 0px;
	padding: 0px;
	vertical-align: top;
	margin-left: 8px;
	margin-top: 34px;
	float: right;
}

.footer {
/*	vertical-align: text-bottom; */
	float: left;
	margin: 0px;
	width: 633px;
}

