@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.standardの追記
---------------------------------------------------------*/
div#mainColumn table.standard {
	width: 690px;
}

div#mainColumn table.standard th,
div#mainColumn table.standard td {
	text-align: center;
}

div#mainColumn table.standard thead tr th {
	background: url(../../../../common/img/background_th.gif) left top no-repeat;
}

div#mainColumn table.standard tr th {
	background: url(../../../../common/img/background_td.gif) left top no-repeat;
}

div#mainColumn table.standard tr td.period {
	text-align: left;
}


/*
dl#example 必要証拠金の差し入れが必要な取引例
---------------------------------------------------------*/
div#mainColumn dl#example {
	margin: 0 0 40px 10px;
	padding: 0;
}

div#mainColumn dl#example dd {
	margin-left: 1em;
}




div#mainColumn div.module-contents div.text {
	margin-right: 25px;
	float: left;
	width: 425px;
}

div#mainColumn div.module-contents div.img {
	float: left;
	width: 250px;
}

div#mainColumn div.module-contents div.img p {
	margin: 0;
	text-align: center;
}

div#mainColumn div.module-contents div.img img {
	margin-bottom: 8px;
}


/*
div.contents_600内設定
---------------------------------------------------------*/
div.contents_600 {
	font-size:12px;
	font-family: Verdana, sans-serif;
}
div.contents_600 .color-red{
	color: #FF0000;
}
div.contents_600 table.standard {
	margin: 0 0 10px 0px;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	border-width: 1px 0 0 1px;
	width:590px;
}

div.contents_600 table.standardLastChild {
	margin-bottom: 40px;

}

div.contents_600 table.standard caption {
	caption-side: top;
	text-align: left;
}
div.contents_600 table.standard th,
div.contents_600 table.standard td {
	padding: 5px;
	border: 1px solid #CCCCCC;
	border-width: 0 1px 1px 0;
	line-height: 1.4;
	background-color: #FFFFFF;
	text-align:center;
}

div.contents_600 table.standard tr th {
	font-weight: bold;
	color: #003366;
	background: url(../../../../common/img/background_th.gif) left top no-repeat;
}

div.contents_600 table.standard tr th.colorNone {
	background-image: none;
}

div.contents_600 table.standard tr.odd td,
div.contents_600 table.standard tr.odd th,
div.contents_600 table.standard tr th.color,
div.contents_600 table.standard td.color {
	background: url(../../../../common/img/background_td.gif) left top no-repeat;
}


/*
4-2: div#subColumn サブカラム（右）
=========================================================*/





/*
5: div#footer フッター
=========================================================*/





