@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 メインカラム（左）

			div.module-loginContents ログインコンテンツモジュール
			


	4-2: div#subColumn サブカラム（右）
	
			div#module-loginSideNavi ログインサイドナビモジュール
	

	5: div#footer フッター



==============================================================
*/





/*
0: 汎用class
=========================================================*/





/*
1: div#header ヘッダー
=========================================================*/





/*
2: div#globalNavi グローバルナビゲーション
=========================================================*/





/*
3: div#slidePanel スライドパネル
=========================================================*/





/*
4: div#contents コンテンツ
=========================================================*/





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

/*
div#module-wordSearch 用語集検索モジュール
---------------------------------------------------------*/
div#mainColumn div#module-wordSearch {
	margin-bottom: 20px;
	display: inline-block;	/* for IE6 */
	position: relative;
	width: 690px;
}

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

div#mainColumn div#module-wordSearch div.section {
	float: left;
	width: 230px;
}

div#mainColumn div#module-wordSearch div.section table th,
div#mainColumn div#module-wordSearch div.section table td {
	text-align: center;
}

div#mainColumn div#module-wordSearch div.sectionLastChild {
	position: absolute;
	bottom: 0;
	left: 460px;
	width: 230px;
}

div#mainColumn div#module-wordSearch div.sectionLastChild input {
	padding: 2px;
	border: 1px solid #CCCCCC;
}

div#mainColumn div#module-wordSearch div.sectionLastChild input#wordsSearch {
	margin: 0;
	padding: 0;
	border: none;
	width: 35px;
	height: 21px;
	background: url(../../common/img/btn_search.gif) left top no-repeat;
	text-indent: -9999em;
}


/*
table#resultTable 検索項目テーブル
---------------------------------------------------------*/
div#mainColumn table#resultTable {
	margin-bottom: 40px;
	width: 690px;
}

div#mainColumn table#resultTable th,
div#mainColumn table#resultTable td {
	width: 50%;
}






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

/*
div#module-wordsSideNavi 用語集サイドナビモジュール
---------------------------------------------------------*/
div#subColumn div#module-wordsSideNavi {
	margin: 15px 0 10px;
	padding: 11px 8px 10px;
	background-color: #00578A;
}

div#subColumn div#module-wordsSideNavi dt {
	display: none;
}

div#subColumn div#module-wordsSideNavi ul#menuList1 {
}

div#subColumn div#module-wordsSideNavi ul#menuList1 li {
	margin-bottom: 5px;
}





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




