/*スタイルシート設定*/

a {
  text-decoration: none;
 }
a:link {
  text-decoration:none;
  color: #cccccc;
 }
a:visited {
  text-decoration:none;
  color: #cccccc;
 }
a:active { color: #cccc00; }
a:hover {
  color: #e6c659;
  text-decoration:underline;
 }

td {
  font-size : 9pt;
  text-decoration:none;
  color: #ffffff;
 }
body {
  background-color: #000000;
  text-align: center;
  color: #ffffff;
  margin-top : 0pt;
  margin-right:10pt
  margin-bottom : 0pt;
  margin-left:0pt
  }

h1 {
  font-size: 13pt;
  font-weight: bold;
  color: #ffffff;
  margin-left: 10px;
  margin-bottom: 3px;
  line-height: 120%;
 }

blockquote {
	color: #FFFFFF;
	background:#000000;
	margin:10px 40px 10px 40px;
	font-size:small;
	font-weight:normal;
	line-height:130%;
	padding: 5px; 
	border: solid 1px #cccccc; 
	width: auto;
}
p {
	font-size: 12px;
	line-height: 180%;
}

