@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#outlineTable 商品概要テーブル
---------------------------------------------------------*/
div#mainColumn table#outlineTable {
	width: 690px;
}
div#mainColumn table.standardLastChild {
	margin-bottom: 40px;
}


div#mainColumn table#outlineTable thead th {
	width: 33%;
	text-align: center;
	background: url(../../../../common/img/background_th.gif) left top no-repeat;
}

div#mainColumn table#outlineTable th {
	text-align: center;
	background: url(../../../../common/img/background_td.gif) left top no-repeat;
}

div#mainColumn span.indent2 {
	margin-left: 2em;
	display: block;
	text-indent: -2em;
}

/*
注意文言テーブル
---------------------------------------------------------*/
p.pr{
	border:1px solid #FF0000;
	background:#FFF;
	padding:1px 5px 3px;
	margin-top: 5px!important;
	margin-left: 2px!important;
	margin-right: 2px!important;
	margin-bottom: 5px!important;
	color: #FF0000;
}
p.pr a{
	color: #FF0000 !important;
}



/*
4-2: div#subColumn サブカラム（右）
=========================================================*/





/*
5: div#footer フッター
=========================================================*/





