@charset UTF-8;


	body{
		color: black;
		font-family: "ＭＳ Ｐゴシック", sans-serif;
		background-color: #eeffee;
		margin: 1%;
		padding: 5%;
	}
	h1{
		font-family: "MS UI Gothic",sans-serif;
		font-size: 300%;
		color: #309;
		font-weight: normal;
		margin: 1em;
	}

	h1 em {
		color: #309;
		font-family: "Times New Roman", serif;
	}

	h2{
		font-size: 175%;
		color:#396;
		font-weight: normal;
		margin-left: 3em;
		font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	}
	h3{
		font-family: serif;
		font-size: 190%;
		font-weight: bold;
		color: #63c;
		text-align: right;
	}
	h4{
		font-size: 150%;
		text-align: left;
		font-weight: normal;
		color: #900;
		background: #cff;
		padding: 0.5em 1em;
		border: 3px ridge white;
		margin: 3em 0em 1em 0em;
	}

	h5 {
		font-size: 105%;
		color: maroon;
		background: #ff9;
		border-style: dotted;
		border-color: #cc6;
		border-width: 2px;
		margin-left: 2em;
		padding-left: 1em;
	}

	p, ul, dl {
		font-family: Verdana, "MS UI Gothic", sans-serif;
		line-height: 1.66667;
		margin: 1em 10%;
		text-indent: 1em;
	}

	table {
		font-family: "Courier New", monospace;
		border: silver 1px solid;
		margin: 1em 10%;
	}

	td, th {
		border: silver 1px solid;
		padding: 0.5em;
		background: #eee;
		text-align: left;
	}

	th {
		color: green;
	}

	th strong {
		color: blue;
	}

	tr.bg th, tr.bg td {
		background: #ffc;
	}

	.vfont {
		font-family: Verdana, sans-serif;
	}

	.ja {
		font-family: "ＭＳゴシック", "ＭＳ Ｐゴシック", sans-serif;
	}

	em{
		color: green;
		font-style: normal;
		font-weight: bold;
	}

	ul{
		list-style-image: url(./anne/st9.gif);
	}

	li{
		margin: 1em;
		padding-left: 1em;
	}

	.red {
		color: red;
	}

	div.nav {
		font-size: 90%;
		text-align: right;
	}

	dl {
		text-indent: 0em;
		color: green;
	}
	dt {
		font-weight: bold;
		color: blue;
	}

	#anne {
		font-size: 90%;
		text-align: right;
	}

	address {
		font-family: "Times New Roman", serif;
		font-style: italic;
		text-align: right;
		font-size: 120%;
	}
	
	img { vertical-align: middle; }