@charset "utf-8";
/*----------------------------------------------------------------------------*/
/* D.H.G */
/* CSS Document */
/*-------|---------|---------|---------|---------|---------|---------|--------*/
/* ************************************************************************** */
/* company | 会社案内 */
/* ************************************************************************** */
/* frame | ページ固有骨格定義 ----------------------------------------------- */
/* tag | ページ固有共通タグ定義 --------------- */
/* globalNavi | グローバルナビゲーションボタン ------------------------------ */
	#globalNaviFrame li.globalNavi2 a	{ background-image: url(../common_img/navi/globalNavi02-on.png); }
/* TextBox | 横マージン有りの本文段落ボックス（ホーム用）-------------------- */
	#Company #ContentsFrame div.TextBox {
		overflow: hidden;
		}
/* table | contentsMain内テーブル ------------------------------------------- */
	#Company #ContentsMainFrame table {
		margin-top: 5px;
		width: 590px;
		border-collapse: collapse;
		line-height: 1.5;
		}
		/* **セルに継承されない** */
		#Company #ContentsMainFrame colgroup.colHEAD {
			background-color: #efefef;
			}
		/* **セルに継承されない** */
		#Company #ContentsMainFrame col {
			}
	/* **基本指定続き** */
	#Company #ContentsMainFrame thead {
		background-color: #efefef;
		}
	#Company #ContentsMainFrame tfoot {}
	#Company #ContentsMainFrame tbody {}

	#Company #ContentsMainFrame tr {}
	#Company #ContentsMainFrame th {
		padding: 10px;
		vertical-align: top;
		border: 1px solid #cccccc;
		border-left: none;
		}
	#Company #ContentsMainFrame th div { width: 100px; }
	#Company #ContentsMainFrame td.tableData {
		padding: 10px 15px;
		border: 1px solid #cccccc;
		border-right: none;
		}
	#Company #ContentsMainFrame td div { width: 415px; }
	/* **キャプション指定** */
	#Company #ContentsMainFrame caption {}
	#Company #ContentsMainFrame div.bottomCaption {}
/* LinksAppearance ------------------ */
	#ContentsMainFrame table a:link    { color: #3366CC; text-decoration: none; }
	#ContentsMainFrame table a:visited { color: #3366CC; text-decoration: none; }
	#ContentsMainFrame table a:hover   { color: #FF6600; text-decoration: underline; }
	#ContentsMainFrame table a:active  { color: #FF6600; text-decoration: underline;	}
/*----------------------------------------------------------------------------*/
