/*
 * Style sheet for the HTML 4.0 specification
 * $Id: def.css, 2024-03-24
 */

body	{
	width: 800px;
	background-color: rgba(245,245,245,0.5);
	}


header	{
    display: flex;
    justify-content: center;
  	padding: 0.1em 0.1em;
    margin-bottom: 3px;
    background-image: linear-gradient(rgba(50, 50, 50, 0.5),
     rgba(240, 240, 240, 0.5));
    font-size: 3rem; color: black;
    text-shadow: 2px 2px 10px black;
	}


background-image: linear-gradient(rgba(0, 0, 255, 0.5), rgba(255, 255, 0, 0.5)),
                  url("../../media/examples/lizard.png");
                  
                  
P	{ /* 本文 */
	line-height: 180%;
	text-indent: 2ch
	 }

SPAN	{
	background-color: #ff9180;
	}

footer {
  display: flex;
  justify-content: left;
  margin-top: 10px;
  padding:  1em 1em;;
  font-style: bold; color: black;
  background-image: linear-gradient(rgba(245, 245, 245, 0.5),
     rgba(50, 50, 50, 0.5));
}

h1 {
  font-size: 3rem;
}

UL	{ /* 円盤リスト */
	list-style-type: disc;
	width: 700px;
	line-height: 150%
	}

DL	{
	line-height:150%;
	}
	


