/*********************************************/
/*****リンク関連******************************/
/*********************************************/
	/*ヘッダー部分リンク*/
		a.head:link
			{
			color: #000066;
			font-size: 12px;
			text-decoration: none;
			}
		a.head:visited
			{
			color: #000066;
			font-size: 12px;
			text-decoration: none;
			}
		a.head:active
			{
			color: #000066;
			font-size: 12px;
			text-decoration: none;
			}
		a.head:hover
			{
			color: #0000CC;
			font-size: 12px;
			text-decoration: none;
			}
	/*メニュー部分リンク*/
		a.menu:link
			{
			color: #ffffff;
			font-size: 12px;
			text-decoration: none;
			}
		a.menu:visited
			{
			color: #ffffff;
			font-size: 12px;
			text-decoration: none;
			}
		a.menu:active
			{
			color: #ffffff;
			font-size: 12px;
			text-decoration: none;
			}
		a.menu:hover
			{
			color: #0000CC;
			font-size: 12px;
			text-decoration: none;
			}
	/*ページトップリンク*/
		a.up:link
			{
			color: #666666;
			font-size: 12px;
			text-decoration: none;
			}
		a.up:visited
			{
			color: #666666;
			font-size: 12px;
			text-decoration: none;
			}
		a.up:active
			{
			color: #666666;
			font-size: 12px;
			text-decoration: none;
			}
		a.up:hover
			{
			color: #0000CC;
			font-size: 12px;
			text-decoration: none;
			}
/*********************************************/
/*****リスト関連******************************/
/*********************************************/
	/*下罫線付きリスト*/
	.listnomal
		{
		color: #333333;
		font-size: 12px;
		line-height: 18px;
		vertical-align: top;
		padding: 3px;
		border-bottom: 1px solid #c0c0c0;
		}
	/*下罫線付きリスト最後の行*/
	.listend
		{
		padding: 2px;
		border-bottom: 2px solid #c0c0c0;
		text-align: right;
		}
	/*下罫線なしリスト*/
	.listnone
		{
		color: #333333;
		font-size: 12px;
		line-height: 18px;
		vertical-align: top;
		padding: 2px;
		}
/*********************************************/
/*****テキスト関連****************************/
/*********************************************/
	.nomal
		{
		color: #333333;
		font-size: 12px;
		line-height: 18px;
		}
	.bold
		{
		color: #333333;
		font-weight: bold;
		font-size: 12px;
		}
	.white
		{
		color: #ffffff;
		font-size: 14px;
		}
	.red
		{
		color: #ff0000;
		}
	.green
		{
		color: #669933;
		}
	.small
		{ color: #333333;
		font-size: 10px;
		line-height: 14px;
		}
