@charset "Shift_Jis";

body { margin: 0; padding: 0; background-color: #fff; color: #000 }

div#abso1 { 
	position: absolute; left: 100px; top: 100px; color: #069; font-weight: bold; 
	background-color: #ddf; border: 3px double #069; width: 200px; font-size: 1.5em; 
	text-align: center }

div#abso2 { 
	position: fixed; left: 150px; top: 150px; color: #906; font-weight: bold; 
	background-color: #fdd; border: 3px double #906; width: 200px; font-size: 1.5em; 
	text-align: center }

div#abso3 { 
	position: absolute; left: 100px; top: 400px }

p.memo { margin-right: 100px; line-height: 1.3em }

p#footer { margin-top: 3em; font-weight: bold; text-align: center }

