a:hover
{
	
	left: 1pt;
	
	top: 1pt;
}
a {	text-decoration:  underline;    }
a {	color:blue; }

a:hover{ color:Red  }
a:hover{  text-decoration: underline;   }

	
div a:hover { color: #000000; }


body {
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#c0c0c0;
	scrollbar-track-color:#ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #c0c0c0;
	scrollbar-darkshadow-color: #c0c0c0;
    text-align:center;	
	font-size: 10pt;
	font-family: "ＭＳ Ｐゴシック";
}


h1
{ text-align:center;
	font-weight: normal;
	font-size: 100%;
	margin-top: 0px; margin-bottom: 0px;
}

h2
{
	font-weight: normal;
	font-size: 100%;
	line-height:1.2em;
	
}

h3
{
	font-weight: normal;
	font-size: 1%;
	color: #d0d0d0;
	line-height:0.1em;
}	

h4
{
	font-weight: normal;
	font-size: 75%;
	line-height:1.2em;
}	

.main
{ 
	
	font-weight: normal;
	font-size: 100%;
	line-height:1.5em;
}


/* メインのレイアウトtable */
table {
	 font-size:10pt;
	 
	font-family: "ＭＳ Ｐゴシック";
	 }

/* インデックスのtable */
table.index {
	font-size: 10pt;
    border-left-color:Blue;
    border-right-color:Blue;
    border-bottom-color:White;
    border-top-color:White;
   	font-family: "ＭＳ Ｐゴシック";
}

td.name
{
	font-size:200%;
	font-weight:bold;
	color:#FF0000;
	font-family:HG丸ｺﾞｼｯｸM-PRO;
}
