@charset "Shift_Jis";

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

h1 { 
	margin-left: 6%; margin-right: 6%; margin-top: 0; margin-bottom: 5px; 
	padding: 3px; background: #069; font-size: 1.1em; color:#fff; text-indent: 0.5em }

h2 { 
	margin: 0.5em 0 0; font-size: large; text-indent:1em }

h3 { 
	background-color: #ccf; padding-top: 0.2em; padding-bottom: 0.2em; 
	font-size: x-large; color: #009; text-indent: 0.5em }

h4 { 
	margin-top: 1em; margin-bottom: 2px; text-decoration: underline; 
	color: #069; font-size: large }

/* === Division Element Property === */

div.body { 
	margin-left: 6%; margin-right: 6%; margin-top: 5px; padding: 5px; 
	margin-bottom: 10px; line-height: 130% }

div#bottom { 
	margin-left: 6%; margin-right: 6%; margin-top: 5px; margin-bottom: 10px; 
	padding: 5px; font-size: 90%; line-height: 130% }

div#index{ 
	margin: 1em 0; background: #ffc; border: 3px double #069 ; color: #069}

div#sub { 
	margin: 0; padding: 1em; line-height: 130%; color: #00c; font-weight: bold; 
	font-size: 1.2em }

.link { 
	margin-left: 6%; margin-right: 6%; margin-top: 0.5em; margin-bottom: 0; 
	font-size: 85%; text-align: right }

#imleft { float: left; margin-right: 1ex; bargin-bottom: 1em }

/* === Paragraph Element Property === */

p { 
	letter-spacing: 1px }

p.idt { 
	margin: 0; text-indent: 1em }
.nmg {
	margin: 0 }

p.idt2 {
	text-indent: 1em }

p#footer { 
	font-weight: bold; text-align: center; font-size: 90%; margin: 1.5em 0 }

address { color: #069 }

hr { width: 90% }

/* === Anchor Element property === */

a:link { 
	color: #0037ff; text-decoration: none}
a:visited { 
	color: #36c; text-decoration: none}
a:hover { 
	color: #000; text-decoration: none; background-color: #ff0}
a:active {
	color:#f00 }

p a:link { 
	color: #03f; text-decoration: none; font-weight: bold;
	text-decoration: underline }
p a:visited { 
	color: #36c; text-decoration: none; font-weight: bold; 
	text-decoration: underline }
p a:hover { 
	color: #000; text-decoration: none; background-color: #ff0; font-weight: bold }


/* ==== Copyright(C) banban@scollabo.com 2003 ==== */