/* standard3.css */ 



H1{

	font-weight: 900;

	font-size: 3em;

	line-height: 3em;

	text-align: right;

	margin: 1em 0em 0em 30%;

		/* "右寄せ＋左マージン"は、文字折り返し時に効果が出ます */

}



H2{

	text-align: center;

	font-size: 2em;

	line-height: 2em;

}



H3{

	font-size: 1.6em;

	line-height: 2em;

}



H4{

	font-size: 1.3em;

	line-height: 1.3em;

	margin-left: 10%;

}



H5{

	font-size: 1.2em;

	line-height: 1.2em;

	margin-left: 20%;

}



H6{

	font-size: 1.1em;

	line-height: 1.1em;

	margin-left: 30%;

}



P {

  font-size: 1.3em;

  text-align: justify; /* ジャスティフィケーション */

  text-indent: 1em; /* 段落の先頭を一字字下げする */

}



LI P, DD P {

  text-indent: 0;

}



STRONG{

	color: black;

	background: #faa;

	font-weight: bolder;

}



ADDRESS {

  margin: 2em 0 0 10%;

  line-height: 150%;

  font-style: normal;

  border-top: thin black solid;

  padding-top: 0.4em;

  text-align: center;

}



BLOCKQUOTE{

/* すみけん p.166-167 参照 */

	margin: 1.5em 1em 1.5em 3em;

/*	font: italic 1em monospace; */

	color: #bbb;

	border-width: 0em thick;

	border-style: solid;

	border-color: #a40;

	padding: 1em 1em 1em 2em;;

}



P EM{

/*  font-style: normal; */

  text-decoration: underline;

}

