@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 コンテンツ
=========================================================*/





/*
4-1: div#mainColumn メインカラム（左）
=========================================================*/

/*
table#swap-rate スワップ金利一覧テーブル
---------------------------------------------------------*/
div#mainColumn table.swap-rate {
	margin-bottom: 10px;
	width: 690px;
}

div#mainColumn table.swap-rate thead tr th {
	text-align: center;
}

div#mainColumn table.swap-rate thead tr th.buy {
	color: #FF0000;
}

div#mainColumn table.swap-rate thead tr th.sell {
	color: #0000FF;
}

div#mainColumn table.swap-rate tr td.days {
	text-align: center;
}

div#mainColumn table.swap-rate tr td.buy,
div#mainColumn table.swap-rate tr td.sell {
	text-align: right;
}

div#mainColumn table.swap-rate tr td span.up {
	color: #FF0000;
}

div#mainColumn table.swap-rate tr td span.down {
	color: #0000FF;
}


.alart {
	color:#ff0000;
	}

/*
4-2: div#subColumn サブカラム（右）
=========================================================*/





/*
5: div#footer フッター
=========================================================*/





