﻿/* ----------------------------------------------
ボディ
---------------------------------------------- */
/* デフォルトボディ */
body.DefaultBody {
/*	color: #009999; */
	font-size: 12pt;
}

/* ----------------------------------------------
ヘッダーテーブル
---------------------------------------------- */
/* ヘッダーテーブル */
table.HeaderTable {
	width: 100%;
	border: 0px solid gray;
	background-color: #009999;
	color: #ffffff;
}

/* ヘッダーテーブルロケーションセル */
td.HeaderTableLocationCell {
	width: 80%;
	height: 30px;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}

/* ヘッダーテーブルサイトロゴセル */
td.HeaderTableTitleCell {
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 20pt;
	font-weight: bold;
	text-align: right;
}

/* ----------------------------------------------
トレーラーテーブル
---------------------------------------------- */
/* トレーラーテーブル */
table.TrailerTable {
	border: 0px solid gray;	
	width: 100%;
	height: 30px;
/*	background-color: #009999; */
/*	color: #ffffff; */
	color: #009999;
/*	font-family: "HG丸ｺﾞｼｯｸM-PRO"; */
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

/* ----------------------------------------------
ページリンクテーブル
---------------------------------------------- */
/* ページリンクテーブル */
table.PageLinkTable {
	width: 100%;
	border: 0px solid gray;
/*	background-color: #009999; */
	color: #009999;
/*	font-family: "HG丸ｺﾞｼｯｸM-PRO"; */
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

/* ----------------------------------------------
汎用テーブル
---------------------------------------------- */
/* 汎用テーブル */
table.GeneralTable {
	width: 970px;
	border: 0px solid gray;
	border-collapse: separate;
	border-spacing: 1px;
}

/* 汎用テーブルタイトルセル */
td.GeneralTableTitleCell {
	background-color: #009999;
	color: #ffffff;
	font-size: 12pt;
	font-weight: bold;
	font-align: left;
}

/* 汎用テーブルコンテンツセル */
td.GeneralTableContentCell {
/*	background-color: #e7e7e7; */
/*	color: #009999; */
	font-size: 12pt;
	font-weight: normal;
	font-align: left;
}

/* ----------------------------------------------
例外表示テーブル
---------------------------------------------- */
/* 例外表示テーブル */
table.ExceptionTable {
	width: 970px;
	border: 0px solid gray;
	border-collapse: separate;
	border-spacing: 1px;
}

/* 例外表示テーブルタイトルセル */
td.ExceptionTableTitleCell {
	background-color: #009999;
	color: #ffffff;
	font-size: 12pt;
	font-weight: bold;
	font-align: center;
}

/* 例外表示テーブルコンテンツセル */
td.ExceptionTableContentCell {
/*	background-color: #e7e7e7; */
	color: #009999;
	font-size: 12pt;
	font-weight: normal
	font-align: center;
}

/* ----------------------------------------------
フォント
---------------------------------------------- */
/* メインタイトルフォント */
font.MainTitleFont {
	color: #009999; 
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 40pt;
	font-weight: bold;
}

/* ページタイトルフォント */
font.PageTitleFont {
	color: #009999;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 18pt;
	font-weight: bold;
}

/* ----------------------------------------------
アンカー
---------------------------------------------- */
/* メインページのリンクアンカースタイル */
a.AnckorStyle1 {
	color: #009999; 
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 20pt;
	font-weight: bold;
}

/* サブページのリンクアンカースタイル */
a.AnckorStyle2 {
	color: #009999; 
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 14pt;
	font-weight: bold;
}
