/*	基本設定	*/
BODY	{	color:	#66A835;
			font-family: 'ＭＳ ゴシック','Osaka','sans-serif';
			margin:	0%;
			font-size:10pt;	}
A 		{	font-weight: bold;
			text-decoration: none;
			cursor: pointer;	}
IMG		{	border:	0pt;	}
TABLE	{	
			border:	0pt;
			border-style:hidden;
			border-collapse: collapse;
			border-spacing: 0px;
			empty-cells: show;	}
TD		{	font-size:12pt;	}
TH		{	font-size:12pt;	}
H1		{	color:	#669966;	}

:link
			{	color:	#66A835; }
:visited
			{ color:	#66A835; }
:active
			{ color:	#66A835; }
:hover
			{	color:	#99CC99;	}

/*	ライン	*/
.Lin	{	background-color: #669966;
			line-height: 5%;	}
/*	ふりがな	*/
.Fur	{	font-size:	8pt;
			text-align: left;	}
/*	小文字	*/
.Min	{	font-size:	10pt;
			line-height: 300%;
			text-align: right;	}
/*	中文字	*/
.Mid	{	font-size:	13pt;
			text-align: left;	}
/*	白抜き	*/
.Bak	{	background-color: #66A835;
			color:	#FFFFFF;
			text-align: center;
			font-size:	15pt;	}

