h1 {
	position: absolute;
	left: 160px;
	top: 70px;
	display:block;
	width:90px;
	height:25px;
}

a#back {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width:20px;
	height:20px;
	display:block;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(arrow/up.gif);
}

a#back:hover {
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(arrow/up-cc0000.gif);
}

a#photo {
	position: absolute;
	left: 160px;
	top: 160px;
	width:100px;
	height:25px;
	text-decoration: none;
}

a#diary {
	position: absolute;
	left: 320px;
	top: 160px;
	width:100px;
	height:25px;
	display:block;
}

a#word {
	position: absolute;
	left: 160px;
	top: 195px;
	width:100px;
	height:25px;
	display:block;
}

a#about {
	position: absolute;
	left: 0px;
	top: 195px;
	width:100px;
	height:25px;
	display:block;
}

a#policy {
	position: absolute;
	left: 0px;
	top: 225px;
	width:100px;
	height:25px;
	display:block;
}

a#bbs {
	position: absolute;
	left: 320px;
	top: 320px;
	width:100px;
	height:25px;
	display:block;
