@import url("reset.css");

body {
	background-color: #fcf6f6;
	color: #404040;
	text-align: center;
	font-size: 10px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
	line-height: 16px;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 820px;
}

.f:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.f {
	display: inline-block;
}
/*\*/
* html .f {
	height: 1%;
}

.f {
	display: block;
}
/**/

