
<!--
/*他のcssの書き方もみて、スマートなものを作り上げる。*/
h2 {
    margin-top:2em;
    padding:0.5em;
    border-width:0.4em 0em 0em 1.8em;
    border-style:double none none solid;
    border-color: #CC66FF
   }


body {margin-right:3%;margin-left:3%}
strong {text-decoration:underline}
p {line-height:150%}
dl {line-height:130%}
.indent {text-indent:1em}
.noindent {text-indent:0em}
/*a {text-decoration:none}*/
BLOCKQUOTE{
	margin: 1em;
	border-width: 0.1em 0.2em ; /*上下，左右*/
	border-style: dotted none;
	border-color: #c88;
	font-family:monospace;
	padding: 0.8em 1em;
	background:#edb;
        line-height:100%
}

address {margin-left:1em}

/* by K.Kuriyama Apr. 27,1999 */
-->
