/* リンクスタイル */
A:link {
	color: #0000FF;
	text-decoration: underline;
}

A:visited {
	color: #0000FF;
	text-decoration: underline;
}

A:hover {
	color: #FFFFFF;
	background: 5555FF;
}

/* BODY定義 */
BODY {	
	   font-size   : 10pt;
	   font-family : "ＭＳ ゴシック";
	   margin-top  : 0px;
	   margin-left : 0px;
	   margin-right: 0px;
	 }

.bold  { font-weight : bold; }
.red   { color  : red;  }
.small { font-size	 : 8pt;  }

h1 {
font-size: 125%; 
line-height: 1.2em; }

h2 {
font-size: 100%; 
border-style: groove;
background-color: #D1A4FF;
line-height: 1.4em;}

h3 {
font-size: 100%; 
border-style: groove;
background-color: #D1A4FF;
line-height: 1.4em;}

h4 {
font-size: 100%; 
border-style: groove;
background-color: #D1A4FF;
line-height: 1.4em;}




TABLE { font-size	  : 10pt;
		margin-top	  : 0px;
		margin-left   : 0px;
		margin-right  : 0px;
		margin-bottom : 0px; }

