@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 メインカラム（左）
=========================================================*/
div#contents table.standard {
	width: 690px;
}

div#contents table.standard th,
div#contents table.standard td {
	text-align: center;
}


/*
div.module-exampleContents
---------------------------------------------------------*/
div#contents div.module-exampleContents {
	display: inline-block;	/* for IE6 */
}

div#contents div.module-exampleContents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;
}

div#contents div.module-exampleContents div.text {
	margin-bottom: 40px;
	float: left;
	width: 480px;
}

div#contents div.module-exampleContents div.img {
	margin-bottom: 40px;
	float: right;
	width: 195px;;
}




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





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




