@charset "utf-8";

#ul_01 {
	font-family: "Times New Roman", Times, serif;
	padding: 5px;
	position: relative;
	left: 26px;
	top: 18px;
	color: black;
	width: 900px;
	height: 400px;
	border: solid #FFF;
	border-color: #000000;
	font-size: 24px;
	font-style: normal;
	background-color: gold;
}

#frame {
	font-family: "Comic Sans MS";
	background-color: #FFFFFF;
	position: relative;
	left: 340px;
	top: 30px;
	color: #FFFFFF;
	border-style: none;
	width: 266px;
	height: 190px;
	text-align: center;
}

#return {
	font-family: "Comic Sans MS";
	color: #03F;
	background-color: #FFFF00;
	border-style: solid;
	border-color: #F00;
	border-width: 0.4em;
	padding: 3px;
	position: absolute;
	left: 52px;
	top: 17px;
	width: 139px;
	height: 64px;
	text-align: center;
}

#copyright {
	font-family: "Comic Sans MS";
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 122px;
//	color: #FFFFFF;
//	border-style: none;
//	text-align: center;
//	font-size: 10px;
}