/* -----------------------------------------------
 * Hyperlink anchors
 * ----------------------------------------------- */

A:link{text-decoration:none;color:#0000FF;}
A:active{text-decoration:none;color:red;}
A:visited{text-decoration:none;color:darkorchid;}
A:hover{
	text-decoration: underline;
	color: darkcyan;
	background-color: #FC0;
}

h1           {
	font-family: ＭＳ Ｐゴシック;
	font-size: 16pt;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #009966;
}
h2           {
	font-family: ＭＳ Ｐゴシック;
	font-size: 12pt;
	color: #0033CC;
	font-weight: bold;
	text-indent: 13;
	background-color: #FC0;
}
h3           { font-family: ＭＳ Ｐゴシック; font-size: 11pt; color: #0033CC; 
               font-weight: bold; list-style-type:circle; margin-left:13; margin-top:2; margin-bottom:2}
               
.updatetime  { text-align: right; font-family: ＭＳ ゴシック; font-size: 8pt; 
               word-spacing: 0; margin-top: 0; margin-bottom: 0 }
