<html>

<head>
<title></title>
</head>

<style type="text/css">
<!--
a:link		{color:blue;				/*未参照のaタグ*/
		text-decoration:none;}	
				
a:visited	{color:blue;				/*既参照のaタグ*/
		text-decoration:none;}	
				
a:active	{color:blue;				/*アクティブなaタグ*/
		text-decoration:none;}	
				
a:hover		{color:red;			/*マウスオーバー*/
		text-decoration:underline;}

body		{MARGIN: 10px 10px;}


.menu 	{FONT-FAMILY:"Arial","Helvetica"; 
	FONT-SIZE:14px; 
	FONT-WEIGHT:bold;}
		
.ttl		{font-size:22px;			/*タイトル*/
		font-weight:bold;
		line-height:1.5em;
		border-style:solid;
		border-top-width:0px;
		border-bottom-width:3px;
		border-left-width:0px;
		border-right-width:0px;
		border-color:silver;}
	
.sub		{font-size:16px;			/*サブタイトル*/
		font-weight:bold;
		line-height:1.5em;
		text-align:center;
		border-style:solid;
		border-top-width:0px;
		border-bottom-width:2px;
		border-left-width:0px;
		border-right-width:0px;
		border-color:silver;}

.type-a	{font-size:14px;		/*リード*//*ルート*/	
		line-height:1.2em;
		margin-top:0.6em;
		margin-bottom:0.6em;}

.type-c	{font-size:14px;		/*リード*/
		line-height:1.2em;
		margin:0.6em;
		text-align:center;}

.hdl		{font-size:15px;		/*ヘッドライン*/
		font-weight:bold;
		line-height:1.5em;
		border-style:solid;	
		border-top-width:0px;
		border-bottom-width:2px;
		border-left-width:10px;
		border-right-width:0px;
		border-color:silver;}

.hdl-btm	{font-size:15px;		/*ヘッドライン*/
		font-weight:bold;
		line-height:1.5em;
		border-style:solid;	
		border-top-width:0px;
		border-bottom-width:2px;
		border-left-width:0px;
		border-right-width:0px;
		border-color:silver;}

.type-b	{font-size:15px;		/*本文*/
		line-height:1.5em;
		margin-top:0.6em;
		margin-bottom:0.6em;}

.type-brn	{font-size:15px;		/*本文*/
		line-height:1.5em;
		margin-top:0.6em;
		margin-bottom:0.6em;
		color:#800000;}

.foot	{font-size:14px;	
	line-height:1.2em;
	margin-top:0.6em;
	text-align:center;
	color:#800000;}
-->
</style>

</html>
