/*
同一要素内に、.class と #id が記述された場合は、#id が優先されるが、
#id が定義されていない場合は、.class で定義された内容が表示される。
.class で定義された値（テーブルの高さや幅等）が、#id に踏襲される。
*/

.table-main	{	position: absolute;		/* 座標原点は親<div>領域。 */
			left: 0px;
			top: 0px;
			margin: 0px 0px 0px 0px;
			padding: 0px;			/* これがないと、Firefox では padding のデフォルト値が適用される。 */
			width: 718px;
			background-color: #ffffff;	/* #menu_back 機能を持たせる。 */
			border-width: 3px 0px 0px 0px;	/* #menu_back 機能を持たせる。 */
			border-color:  #ffffff;		/* #menu_back 機能を持たせる。 */
			border-style: solid;		/* #menu_back 機能を持たせる。 */
			/* border: solid 2px #ff0000; */	/* for Debug */
		}

.tr-main	{	text-align: center;
			/* vertical-align: middle; */
			vertical-align: bottom;
		}

.td-main	{	filter:Alpha(Opacity=100,FinishOpacity=30,Style=1,StartX=0,FinishX=0,StartY=30,FinishY=100);
			background-image: url(../Gif/tag_royalblue.gif);
			background-repeat: no-repeat;
			width: 118px;
			height: 16px;			/* 「.a-main」の font-size に支配される。 */
		}

.td-main-now	{	filter:Alpha(Opacity=100,FinishOpacity=30,Style=1,StartX=0,FinishX=0,StartY=30,FinishY=100);
			background-image: url(../Gif/tag_tomato.gif);
			background-repeat: no-repeat;
			width: 118px;
			height: 16px;			/* 「.a-main」の font-size に支配される。 */
		}

.td-main-space	{	background-color: #ffffff;
			width: 2px;
			height: 16px;			/* 「.a-main」の font-size に支配される。 */
		}

.a-main		{	color: #FFF;
			text-decoration: none;
			font-size: 0.7em;
			font-weight: bold;		/* normal/bold/lighter/bolder/100〜900 */
			font-family: sans-serif,serif;
			display: block;
		}

.a-main:hover	{	color: #ff6347;			/* 第一候補：#ff6347、第二候補：#ffdfe7 */
			/* color: #00ff00; */
		}

.a-main-now	{	color: #FFF;
			text-decoration: none;
			font-size: 0.7em;
			font-weight: bold;		/* normal/bold/lighter/bolder/100〜900 */
			font-family: sans-serif,serif;
			display: block;
		}

.a-main-now:hover {	/* color: #00BFFF; */		/* DeepSkyBlue */
			color: #4169e1;			/* RoyalBlue */
		}

.tr-main-title	{	height: 24px;			/* 「.td-main-title」の font-size に支配される。 */
			text-align: center;
			vertical-align: middle;
		}

.td-main-title	{	filter:Alpha(Opacity=100,FinishOpacity=30,Style=1,StartX=0,FinishX=0,StartY=30,FinishY=100);
			background-color: #FF6347;	/* Tomato */
			/* color: #CCFFFF;*/		/* Like LightCyan */
			color: #FFFFFF;			/* White */
			font-size: 18px;
			font-weight: bold;
			font-family: sans-serif,serif;
		}

.a_title_main	{	color: #FFF;
			text-decoration: none;
		}

.a_title_main:hover	{	color: #0000ff;
			}

#hitarts_logo	{	position: absolute;		/* 座標原点は親<div>領域。 */
			left: 738px;
			top: 0px;
			margin: 3px 0px 0px 0px;
		}

#hitarts_logo_catch	{	position: absolute;		/* 座標原点は親<div>領域。 */
				/* left: 747px; */		/* "ウェブサイト（ホームページ）の企画・制作・運用" */
				left: 752px;			/* "− 魅力的なウェブサイトの実現 −" */
				top: 48px;
				/* background-color: transparent; */	/* 指定しなく（デフォルト）とも"transparent;"になるが、念のため。 */
				/* background-color: #ff0000; */	/* for Debug */
				color: #ffffff;
				font-size: 0.6em;
				font-weight: normal;		/* normal/bold/lighter/bolder/100〜900 */
				font-family: sans-serif,serif;
			}

.table-sub	{	padding: 0;			/* これがないと、Firefox で枠太になる */
			width: 120px;
			background-color: #ffffff;
			visibility: hidden;
			/* visibility: visible; */		/* for Debug */
			z-index: 1;
		}

.tr-sub		{	height: 16px;
			text-align: center;
			/* vertical-align: middle; */
			vertical-align: bottom;
		}

.td-sub		{	filter:Alpha(Opacity=100,FinishOpacity=30,Style=1,StartX=0,FinishX=0,StartY=30,FinishY=100);
			background-color: #4169E1;	/* RoyalBlue */
		}

.td-sub-now	{	filter:Alpha(Opacity=100,FinishOpacity=30,Style=1,StartX=0,FinishX=0,StartY=30,FinishY=100);
			background-color: #FF6347;	/* Tomato */
		}

.a-sub		{	color: #fff;			/* White */
			text-decoration: none;
			font-size: 0.7em;
			font-weight: bold;		/* normal/bold/lighter/bolder/100〜900 */
			font-family: sans-serif,serif;
			display: block;			/* これがないと、ブロック全体のリンクマークが現れない */
		}

.a-sub:hover	{	color: #FF6347;			/* Tomato */
		}

.a-sub-now	{	color: #fff;			/* White */
			text-decoration: none;
			font-size: 0.7em;
			font-weight: bold;		/* normal/bold/lighter/bolder/100〜900 */
			font-family: sans-serif,serif;
			display: block;			/* これがないと、ブロック全体のリンクマークが現れない */
		}

.a-sub-now:hover {	/* color: #00BFFF; */		/* DeepSkyBlue */
			color: #4169e1;			/* RoyalBlue */
		}

