@charset "Shift_Jis";

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

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

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

h1 { 
	margin: 1em 60px; 
	font-size: x-large; color: #069; 
	background-color: #ffc; 
	border-top: 2px dashed #069; 
	border-bottom: 2px dashed #069 }

p { 
	margin: 1em 60px }

p:first-letter { 
	font-size: 1.3em; 
	font-weight: bold; 
	padding: 2px; 
	color: #900 }

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

pre { 
	margin: 3em 60px 1em; 
	font-size: 1em; 
	text-align: left; 
	white-space: pre }

