@charset "Shift_Jis";

body { 
	margin: 1em 15%; 
	padding: 0; 
	background-color: #fff; 
	color: #000 }

div { 
	position: absolute }

#param-1 { 
	z-index: -1;
	left: 100px;
	top: 30px }

#param-2 { 
	z-index: 0;
	left: 200px;
	top: 80px }

#param-3 {
	z-index: 1;
	left: 180px;
	top: 120px }

#param-4 {
	z-index: 2;
	left: 280px;
	top: 20px }

#param-5 {
	left: 50px;
	top: 380px }

h1 { 
	display: inline;
	padding: 3px;
	font-size: x-large; 
	color: #069; 
	background-color: #fcf;
	text-align: center
	 }

em { 
	font-size: xx-large;
	font-style: none;
	color: white;
	background-color: black;
	padding: 0.5em }

h2 { 
	display: inline;
	padding: 3px;
	font-size: x-large;
	color: #063;
	background-color: #cff }

img#hidden { 
	visibility : hidden;
	float: left }



p#footer { 
	clear; left;
	margin-top: 5em; 
	font-weight: bold }


a:link { 
	color: #03f; 
	background-color: inherit; 
	text-decoration: underline }

a:visited { 
	color: #069; 
	background-color: inherit; 
	text-decoration: underline }

a:hover {
	color: red;
	background: white;
	text-decoration: none }
