@charset "utf-8";
* {
	margin:0px;
	padding:0px;
}

body{
	color:#333333;
	text-align:center;
	font: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:63%;
	font-weight:normal;
	line-height:1.4;
	background: #FFF;
}
img {
	border: none;
}
#wrap {
	margin: 0 auto;
	padding: 0 5px;
	width: 800px;
	text-align: left;
	background: url("./images/background.gif") repeat-y;
	position: relative;
}

#logo {
	position: absolute;
	top: 60px;
	left: 607px;
}

div.left {
	float: left;
	display: inline;
}