#frame {
	background-image: url(image/background.gif);
	background-repeat: no-repeat;
	height: 500px;
	width: 680px;
	float: left;
}
.menu {
	height: 43px;
	width: 800px;
	clear: both;
	padding-top: 5px;
}
#sidebar {
	padding-top: 400px;
	width: 120px;
	float: right;
}
.animal {
	font-size: 18px;
	font-weight: bold;
	color: #FF6699;
	padding-bottom: 10px;
}
.portrait {
	font-size: 18px;
	color: #FF6699;
	font-weight: bold;
	padding-bottom: 10px;
}
.travel {
	font-size: 18px;
	font-weight: bold;
	color: #FF6699;
	padding-bottom: 20px;
}
#container {
	width: 800px;
}
body {
	margin-left: 40px;
	margin-top: 30px;
}
#window {
	padding-top: 20px;
	padding-left: 20px;
}
#navi {
	text-align: right;
	padding-right: 40px;
}
.textlink {
	color: #333333;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
