@charset "Shift_Jis";

body { 
	margin-top: 0; 
	margin-left: 6%; 
	margin-right: 6%; 
	mergin-bottom: 1em;
	background: #ffffde url("images/bodyback.gif") 0% 0% no-repeat fixed;
	color: #000 }

div { 
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	background: #fff url("images/backsamp.gif") left repeat-y; 
	width: 80%; 
	height: 200px }

h1 { 
	margin-top: 0; 
	margin-bottom: 0.5ex;
	background: #069; 
	color:#fff; 
	font-weight: bold; 
	font-size: 1.1em; 
	padding-top: 3px; 
	padding-left: 0.8em; 
	padding-bottom: 3px }

h2 { 
	color: #069 }

#footer { 
	margin-top: 1em; 
	margin-bottom: 1em; 
	font-size: 90%; 
	font-weight:bold; 
	text-align:center; 
	font-family: monospace }

#link { 
	margin-top: 1ex; 
	margin-bottom: 0; 
	font-size: 80%; 
	text-align: right }

#link a:link, #link a:visited { 
	text-decoration: none }

code {
	font-size: 1em }

pre { 
	margin: 1em; 
	padding: 1ex; 
	background: #ffb; 
	color: #000; 
	border: 1px solid #000; 
	font-size: 1em; 
	text-align: left; 
	white-space: pre }