@charset "utf-8";
/*
CSS Information
==============================================================

	Site Name: ひまわり証券
	Description: モジュール用
	Version: 1.0

==============================================================
*/


/*
CONTENTS
==============================================================

	0: 汎用class


	1: div#header ヘッダー
		

	2: div#slidePanel スライドパネル


	3: div#globalNavi グローバルナビゲーション


	4: div#contents コンテンツ
		

	4-1: div#mainColumn メインカラム（左）


	4-2: div#subColumn サブカラム（右）
		

	5: div#footer フッター



==============================================================
*/





/*
0: 汎用class
=========================================================*/





/*
1: div#header ヘッダー
=========================================================*/





/*
2: div#globalNavi グローバルナビゲーション
=========================================================*/





/*
3: div#slidePanel スライドパネル
=========================================================*/





/*
4: div#contents コンテンツ
=========================================================*/

/*
table#EconomicCalendar 経済カレンダーテーブル
---------------------------------------------------------*/
div#contents table#EconomicCalendar {
	width: 690px;
}

div#contents table#EconomicCalendar thead tr th {
	text-align: center;
}

div#contents table#EconomicCalendar thead tr th img {
	vertical-align: text-bottom;
}

div#contents table#EconomicCalendar tbody tr th {
	background: url(../../../common/img/background_td.gif) left top no-repeat;
	vertical-align: top;
	color: #666666;
	font-weight: normal;
}

div#contents table#EconomicCalendar tr td {
	vertical-align: top;
}

div#contents table#EconomicCalendar tr td.flag {
	padding: 5px 0 0 5px;;
	border-right: none;
	width: 25px;
	text-align: center;
}

div#contents table#EconomicCalendar tr td.flag img {
	vertical-align: text-bottom;
}

div#contents table#EconomicCalendar span.red {
	color: #FF0000;
}

div#contents table#EconomicCalendar span.blue {
	color: #0000FF;
}


/*
4-1: div#mainColumn メインカラム（左）
=========================================================*/





/*
4-2: div#subColumn サブカラム（右）
=========================================================*/





/*
5: div#footer フッター
=========================================================*/





