@charset "Shift_JIS";

/* **************************************************

Name: finance.css

Description: h1_金融ソリューション用カスタマイズスタイル

Create: 2008.01.15
Update: 200x.xx.xx

Copyright 2008 Hitachi, Ltd. (情金営)

***************************************************** */



/* content===========================	* カスタマイズ有り

[c1] ページタイトル
[c2] 見出し
[c3] 文章
[c4] キャッチコピー
[c5] 画像				*
[c6] 画像+文章
[c7] 箇条書きリスト
[c8] 番号付リスト		*
[c9] 補足一覧
[c10] 注意書き
[c11] リンクリスト
[c12] メニューボタン
[c13] アイコンリンク
[c14] データテーブル	*
[c15] プラグインダウンロード記述
[c16] 枠囲み
[c17] 強調
[cn] コンテンツナビゲーション
[-] 共通クラス

[その他]金融ソリューション独自追加	*

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


/* [c5] 画像
=========================================================================================== */

/* --- 画像 > クラス追加 - カスタマイズ箇所：ボーダー --- */

/* 人物写真画像へのみ適用 */

img.person_f {
	margin: 3px;
	padding: 1px;
	border: 1px outset #F6F6F6;
}


/* [c8] 番号付リスト
=========================================================================================== */

/* ---[c8-1-1] 番号付リスト > カスタマイズ箇所：マージン --- */

ol.ListStyle1_f {
	margin: 0 0 15px 25px;
	font-size: 90%;
}
ol.ListStyle1_f li {
	margin: 17px 0 0;
	line-height: 1.35;
}
ol.ListStyle1_f ol {
	margin: 5px 0 0 25px;
	font-size: 100%;
}
ol.ListStyle1_f ol li {
	margin: 3px 0 0;
	line-height: 1.35;
}


/* [c14] データテーブル
=========================================================================================== */

/* ---[c14-2-1] データテーブル > カスタマイズ箇所：tableマージン, 見出し幅, tdパディング, tdフォントサイズ --- */

table.TableStyle3_f1 {
	width: 100%;
	margin: 0 0 3px;
	border-collapse: collapse;
}

table.TableStyle3_f1 th {
	width: 5%;
	background-color: #e8e8e8;
	font-weight: normal;
	font-size: 83%;
}

table.TableStyle3_f1 td.SubHeader {
	background-color: #f3f3f3;
	font-weight: normal;
	font-size: 83%;
}

table.TableStyle3_f1 td {
	padding: 3px;
	border: solid 1px #9c9a9a;
	font-size: 73%;
	line-height: 1.35;
	text-align: left;
}

table.TableStyle3_f1 caption { display: none; }


/* ---[c14-2-1] データテーブル > カスタマイズ箇所：見出し折り返し --- */

table.TableStyle3_f2 {
	width: 100%;
	margin: 0 0 15px;
	border-collapse: collapse;
}

table.TableStyle3_f2 th {
	background-color: #e8e8e8;
	font-weight: normal;
	font-size: 83%;
	white-space: nowrap;
}

table.TableStyle3_f2 td.SubHeader {
	background-color: #f3f3f3;
	font-weight: normal;
	font-size: 83%;
	white-space: nowrap;
}

table.TableStyle3_f2 td {
	padding: 10px;
	border: solid 1px #9c9a9a;
	font-size: 83%;
	line-height: 1.35;
	text-align: left;
}

table.TableStyle3_f2 caption { display: none; }


/* ---[c14-2-3] データテーブル > カスタマイズ箇所： --- */

table.TableStyle3_f3 {
	width: 100%;
	margin: 0 0 15px;
	border-collapse: collapse;
	border: solid 2px #9c9a9a;
}

table.TableStyle3_f3 th {
	background-color: #9FD7EE;
	font-weight: bold;
	font-size: 86%;
	white-space: nowrap;
	border: solid 2px #9c9a9a;
	text-align: center;
}

table.TableStyle3_f3 td.SubHeader {
	background-color: #f3f3f3;
	font-weight: normal;
	font-size: 86%;
	white-space: nowrap;
}

table.TableStyle3_f3 td {
	padding: 10px;
	border: solid 2px #9c9a9a;
	font-size: 86%;
	line-height: 1.35;
	text-align: left;
}

table.TableStyle3_f3 caption { display: none; }


/* ---[c14-2-4] データテーブル > カスタマイズ箇所： --- */

table.TableStyle4_f4 {
	width: 100%;
	margin: 0 0 15px;
	border-collapse: collapse;
	border: none;
}

table.TableStyle4_f4 th {
	background-color: #9FD7EE;
	font-weight: bold;
	font-size: 86%;
	white-space: nowrap;
	border: solid 2px #9c9a9a;
	text-align: center;
}

table.TableStyle4_f4 td.SubHeader {
	background-color: #f3f3f3;
	font-weight: normal;
	font-size: 86%;
	white-space: nowrap;
}

table.TableStyle4_f4 td {
	padding: 10px;
	border: none;
	font-size: 86%;
	line-height: 1.35;
	text-align: left;
}

table.TableStyle4_f4 caption { display: none; }


table.TableStyle5_f1 td {
	border: none;
}

/* [その他] 金融ソリューション独自追加
=========================================================================================== */

/* --- 上付き文字 > カスタマイズ箇所：フォントサイズ, 縦位置 --- */

sup {
	font-size: 100%;
	vertical-align: top;
}

/* --- 脚注 > カスタマイズ箇所：マージン, パディング, ボーダー --- */

div#note {
	margin: 15px 0;
	padding: 10px 0;
	border-top: 2px dotted #efefef;
}

/* --- 画像 > カスタマイズ箇所：保存不可 --- */

div.cover{
	position:relative;
	width:530px;
	height:355px;
}
span.guard{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background-image:url(../../image/finance/spacer.gif);
}
