body {
	width: 660px;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	vertical-align: baseline;
	font-family:
		HiraMaruPro-W4,
		HiraKakuPro-W3,
		Osaka,
		"MS UI Gothic",
		"MS PGothic",
		"Lucida Grande",
		Helvetica,
		Arial,
		Tahoma,
		sans-serif;
	font-size: 8pt	
	}
	
h1{
    color: #ffffff;
	font-family:
		HiraMaruPro-W4,
		HiraKakuPro-W3,
		Osaka,
		"MS UI Gothic",
		"MS PGothic",
		"Lucida Grande",
		Helvetica,
		Arial,
		Tahoma,
		sans-serif;
	font-size: 10pt;
	border-color: #ffffff;
	border-left-style: solid;
	border-left-width: thick;
	padding: 1pt
	}

a {
	color: #ffffff;
	text-decoration: none;
	}

a:hover {
	color: #ffaa00;
	text-decoration: none;
	}

img {
	border: 0px;
	}

#dotted{
    border-style: dotted;
	border-width: 1px;
	border-color: #999999;
	}
	
div.ind{
   margin-left: 1.5em
   }

#ind1{
     text-indent: 1em
     }
     
.gyo{
     line-height: 0.5em;
     }
       

/* foot
----------------------------------------- */
#foot {
	font-family: "Arial","Helvetica";
	color: #cccccc;
	font-size: 10px;
	text-align: center;
	width: 500px;
	margin-top: 25px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top: 1px dotted #ccc;
	}

#foot2 {
	font-family: "Arial","Helvetica";
	color: #cccccc;
	font-size: 10px;
	text-align: left;
	width: 150px;
	margin-top: 25px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top: 1px dotted #ccc;
	}



