﻿
BODY         {
              font-size: 10pt;
              color: #FFFFFF;
              line-height: 100%;
              text-align: center;
              background-color: #000000;
              }

              
a:link       { color: #FFFFFF; font-weight: bold; text-decoration: none; }
a:visited    {;color:#ffffff; font-weight: bold; text-decoration:none;}
a:hover	     {;color:#ffffff; font-weight: bold; text-decoration:none;}
a:active  	 {;color:#ffffff; font-weight: bold; text-decoration:underline;}



h1			/* 枠線 */
			{
			font-family: HGS創英角ｺﾞｼｯｸUB;
			font-size: 9pt;
			font-weight: normal;
			line-height: normal;
			text-align: left;
			margin: 0 20% 0 5%;
			padding: 0 0 13 10;
			border-width: 0 0 1 0;
			border-color: #C0C0C0;
			border-style: solid;
		    }

h2			{
			font-family: MS UI Gothic;
			font-size: 9pt;
			font-weight: normal;
			line-height: 1.5em;
			text-align: left;
			margin: 15 25% 0 7%;
			padding: 7 0 0;
			border-width: 0;
			border-color: #C0C0C0;
			border-style: solid;
		    }
			
h3			{
			font-family: MS UI Gothic;
			font-size: 8pt;
			font-weight: normal;
			line-height: 1.5em;
			text-align: left;
			margin: 15 25% 0 7%;
			padding: 30 0 30 30;
			border-width: 0 0 0;
			border-color: #C0C0C0;
			border-style: dotted;
		    }
			
			
			
h4			/* 本文a */
			{
			font-family: HGS創英角ｺﾞｼｯｸUB;
              font-size: 10pt;
              color: #000000;
              font-weight: normal;
              line-height: 100%;
              text-align: right;
              margin-top: 5;
              margin-right: 35;
              margin-left: 35;
              }
h5			/* 本文a */
			{
			font-family: HGS創英角ｺﾞｼｯｸUB;
              font-size: 10pt;
              color: #000000;
              font-weight: normal;
              line-height: 1.1em;
              text-align: left;
              margin-bottom: 5;
              padding: 5;
              border-width: 1;
              border-color: #000000;
              border-style: solid;
              background-color: #FFFFFF;
              }
			
h6			/* 本文a */
			{
			font-family: HGS創英角ｺﾞｼｯｸUB;
              font-size: 10pt;
              color: #000000;
              font-weight: normal;
              line-height: 1.5em;
              text-align: left;
              margin-top: 0;
              padding: 10 30;
              border-width: 1;
              border-color: #000000;
              border-style: solid;
              }




.button		{
			color: #ffffff;
			border-width: 1;
			border-color: #222222;
			border-style: solid;
			background-color: #555555;
			}

td         {
              font-size: 10pt;
              color: #FFFFFF;
              font-weight: normal;
              line-height: 1.3em;
              text-align: left;
              }
              
