* { margin: 0px; padding: 0px; }
img { border-width: 0px; }

body {
	background-color: #F0EFED;
	font-family: "verdana", "ＭＳＰ ゴシック"/*, "小塚ゴシック Pro M"*/;
	font-size: 12px; /* 変更してもよい。これ以外はpxで指定しない。 */
	line-height: 1.5;
	letter-spacing: 0.1em;
}

#container {
	position: relative;
	margin: 0px auto;
	background-image: url(../img/bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 850px;
	height: 700px;
}

#t1 {
	position: absolute;
	left: 43px;
	top: 69px;
}

#logo {
	position: absolute;
	left: 61px;
	top: 110px;
}

#t2 {
	position: absolute;
	left: 49px;
	top: 213px;
}

#fbl {
	position: absolute;
	left: 96px;
	top: 360px;
}

#copyright {
	position: absolute;
	left: 229px;
	top: 587px;
	font-size: 10px;
}
