﻿@charset "UTF-8";
/*--------------------------------------
  common Style Sheet  -long 
  - ヘッダエリア		
  	-ヘッダ内ナビゲーション
  - グローバルナビエリア
  	-フィデリティ証券ナビ
  	-フィデリティ証券ナビ2階層目
  -メインコンテンツエリア
  	- コンテンツ内ナビゲーション
  	- タブナビゲーション
  	- 右ナビゲーション目
  -フッターエリア
  
  -パーツデザイン
 	-見出し
 	-テキスト要素
 	-リスト用テーブル
 	-テキストテーブル
 	-基本テーブル（料金表等）
 	-横並びリスト
 	-ボックス
 	-リンク
 	-マージン用div
  - hack
---------------------------------------*/
/*
.wpsPortletBody {
	line-height:140%;
	text-align:left;
	align:left;
}

.wpsPortletBody img {
	border: none;
}


.wpsPortletBody th, td{
	font-size:1em;
}


.wpsPortletBody h1{
	margin-bottom:10px;
}


.wpsPortletBody h2{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
*/

/*--------------------------------------
  メインコンテンツエリア
---------------------------------------*/

#oneColumn,
#twoColumn{
	margin:10px 0px 20px 20px;
	width:800px;
	line-height:140%;
	text-align:left;
	align:left;
}

#oneColumn th, td{
	font-size:1em;
}

#twoColumn div.main{
	width:560px;
	float: left;
}
#twoColumn div.sub{
	width:155px;
	float: right;
}
#twoColumn div.extra,
#oneColumn div.extra{
	width:735px;
	clear: both;
	position: relative;
}
div.extraMain{
	width:560px;
}


#oneColumn img {
	border: none;
}


#oneColumn th, td{
	font-size:1em;
}

#oneColumn h1{
	margin-bottom:10px;
}


#oneColumn h2{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}



/*コンテンツ内ナビゲーション*/

div.categoryNavi{
	background: #ffc;
	border-top: 1px solid #fc6;
	border-bottom: 1px solid #fc6
}
div.anchorNavi{
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7
}

div.categoryNavi ul,
div.categoryNavi li,
div.anchorNavi ul,
div.anchorNavi li,
dl.naviRelated,
dl.naviRelated dt,
dl.naviRelated dd{
	line-height: 1.1;
	list-style: none;
	margin: 0;
	padding: 0;
}
div.categoryNavi .active{
	font-weight: bold;
	background: url(/images/common/icon_linkself_blue.gif) 5px 7px no-repeat;
	display: block;
	padding: 6px 5px 4px 18px;
	border-bottom: 2px solid #039;
}
div.categoryNavi li,
div.anchorNavi li{
	float:left;
	display: inline-block;
	white-space: nowrap;
	margin-right: 5px;
}
div.categoryNavi li a{
	text-decoration: none;
	background: url(/images/common/icon_linkself_red.gif) 5px 7px no-repeat;
	display: block;
	padding: 6px 5px 4px 18px;
	border-bottom: 2px solid #ffc;
}
div.anchorNavi li a{
	text-decoration: none;
	background: url(/images/common/icon_linkanchor.gif) 5px 7px no-repeat;
	display: block;
	padding: 6px 5px 6px 18px;
}

div.anchorNavi li a:visited {
	color: #039;
}
dl.naviRelated dt{
	padding-bottom: 3px;
	border-bottom: 2px solid #99c3ff;
}

div#naviMainHead div.localNavi{
	line-height: 1.2;
	padding: 6px 0;
	border-bottom: 1px solid #fc6;
}
div#naviMainHead div.localNavi span{
	padding-right: 15px;
}


/*--------------------------------------
  パーツデザイン
---------------------------------------*/

/*見出し*/

.redbullet{
	font-size: 140%;
	font-weight: bold;
	border-left: 4px solid #c00;
	padding: 1px 0 1px 6px;
	margin-bottom: 10px;
}
.bluebar{
	color: #fff;
	font-weight: bold;
	background: #039;
	padding: 7px;
	margin-bottom:15px;
}
.aquabar{
	color: #333;
	font-weight: bold;
	background: #cce1ff;
	padding: 7px;
	margin-bottom:10px;
}

/*テキスト要素*/

.xsmall{
	font-weight: normal;
	font-size: 74%;
	line-height: 1.3;
}
.small{
	font-weight: normal;
	font-size: 85%; /* 80% */
	line-height: 1.4;
}
.large{
	font-size: 120%;
	line-height: 1.5;
}
.gray{
	color: #666;
}
.lightgrey{
	color: #999;
}
.red{
	color: #f00;
}
.oxblood{
	color: #c00;
}
.bold{
	font-weight: bold;
}

/*リスト用テーブル*/

table.itemizeTable th,
table.itemizeTable td{
	padding: 2px 5px 3px 0;
}
/*テキストテーブル*/

table.synopticalTable{
	border-bottom: 1px solid #99c3ff;
	border-collapse: collapse;
}
table.synopticalTable th, 
table.synopticalTable td{
	border-top: 1px solid #99c3ff;
	
	/* padding: 8px 5px 8px 10px; */
	
	padding: 6px 5px 6px 8px; /*2007-02-05 modifiy */
}
table.synopticalTable th{
	background: #f3f3f3;
	font-weight: normal;
}
table.synopticalTable th table th,
table.synopticalTable th table td,
table.synopticalTable td table th, 
table.synopticalTable td table td{
	border-top: none;
	border-right: none!important;
	border-left: none!important;
	background: none;
	padding: 0;
}

#synopticalTable{
	border-bottom: 1px solid #99c3ff;
	border-collapse: collapse;
}
#synopticalTable th, 
#synopticalTable td{
	border-top: 1px solid #99c3ff;
	padding: 6px 5px 6px 8px;
	border-right: 0px!important;
	border-left: 0px!important;
	 /*2007-02-05 modifiy */
}
#table.synopticalTable th{
	background: #f3f3f3;
	font-weight: normal;
	border-right: 0px!important;
	border-left: 0px!important;
}
#synopticalTable th table th,
#synopticalTable th table td,
#synopticalTable td table th, 
#synopticalTable td table td{
	border-top: none;
	border-right: 0px!important;
	border-left: 0px!important;
	background: none;
	padding: 0;
}

/*基本テーブル（料金表等）*/
table.basicTable{
	border: 1px solid #99C3FF;
	border-collapse: collapse;

}
table.basicTable th,
table.basicTable td{
	border-right: 1px solid #99C3FF;
	border-bottom: 1px solid #99C3FF;
	padding: 5px 3px;
	border-collapse: collapse;
}
table.basicTable .aquaheader th,
table.basicTable .aquaheader td{
	background: #cce1ff;
	text-align: center;
	font-weight: bold;
}
table.basicTable .grayheader th,
table.basicTable .grayheader td{
	background: #f3f3f3;
	text-align: center;
}


#basicTable table{
	border: 1px solid #99C3FF;
	border-collapse: collapse;

}
#basicTable th,
#basicTable td{
	border-right: 1px solid #99C3FF;
	border-bottom: 1px solid #99C3FF;
	padding: 5px 3px;
	border-collapse: collapse;
}
#basicTable .aquaheader th,
#basicTable .aquaheader td{
	background: #cce1ff;
	text-align: center;
	font-weight: bold;
}
#basicTable .grayheader th,
#basicTable .grayheader td{
	background: #f3f3f3;
	text-align: center;
}



table.openTable{
	border-top: 1px solid #99C3FF;
	border-left: 1px solid #99C3FF;
	border-collapse: collapse;

}
table.openTable th,
table.openTable td{
	border-right: 1px solid #99C3FF;
	border-bottom: 1px solid #99C3FF;
	padding: 5px 3px;
}
table.openTable .aquaheader th,
table.openTable .aquaheader td{
	background: #cce1ff;
	text-align: center;
	font-weight: bold;
}
table.openTable .grayheader th,
table.openTable .grayheader td{
	background: #f3f3f3;
	text-align: center;
}


/*横並びリスト*/
.juxtapose,
.juxtapose li{
	line-height: 1.1;
	list-style: none;
	margin: 0;
	padding: 0;
}
.juxtapose li{
	float:left;
	display: inline-block;
	white-space: nowrap;
}
.juxtapose li span{
	padding-right: 20px;
}

/*ボックス*/
div.section{
	margin-bottom:30px;
}
div.boxE6{
	border: 1px solid #e6e6e6;
	background: #f3f3f3;
	padding: 9px;
}
div.boxE4{
	border: 1px solid #e4e4e4;
	padding: 9px;
}
div.boxCD{
	border: 1px solid #cdcdcd;
	padding: 9px;
}
div.boxCC{
	border: 1px solid #cccccc;
	padding: 9px;
}
div.box039{
	clear: both;
	color: #fff;
	background: #039;
	padding: 7px;
}
div.caution{
	border-top: 1px solid #99c3ff;
	padding-top: 5px;
	margin-bottom: 30px;
}


/*リンク*/

.linkpdf{
	line-height: 1.3;
	margin: 5px 0 0 3px;
	padding: 0 1px 0 15px;
	background: url(/images/common/icon_linkpdf.gif) 0 3px no-repeat;
	display:block;
}
.linkblank{
	line-height: 1.3;
	margin: 5px 0 0 3px;
	padding: 0 1px 0 15px;
	background: url(/images/common/icon_linkblank.gif) 0 5px no-repeat;
	display:block;
}
.linkself{
	line-height: 1.3;
	margin: 5px 0 0 3px;
	padding: 0 1px 0 15px;
	background: url(/images/common/icon_linkself_red.gif) 0 5px no-repeat;
	display:block;
}
.linkpagetop{
	font-size: 80%;
	line-height: 1.3;
	padding: 0 1px 0 13px;
	background: url(/images/common/icon_linkpagetop.gif) 0 3px no-repeat;
	display:block;
	position: absolute;
	bottom:0;
	right: 0;
}
a.linkpagetop:visited {
	color: #039;
}
p a.linkpdf,
p a.linkblank,
p a.linkself{
	margin:1px;
	padding: 1px 1px 0 13px;
	white-space: nowrap;
	background-position: left center;
	display: inline;
}
/*マージン用div*/

div.height0,
div.height5,
div.height10,
div.height15,
div.height20,
div.height25,
div.height30,
div.height40{
	clear: both;
}
div.height0{
	height: 0px;
}
div.height5{
	height: 5px;
}
div.height10{
	height: 10px;
}
div.height15{
	height: 15px;
}
div.height20{
	height: 20px;
}
div.height30{
	height: 30px;
}
div.height40{
	height: 40px;
}






/*--------------------------------------
  ブラウザhack
---------------------------------------*/

/*IE-win only*/
p a.linkpdf,
p a.linkblank,
p a.linkself{
	_display: inline-block;
}


.indent {
	margin-left:12px;
	text-indent:-10px;
}




/*--------------------------------------
  Hypertext Module
---------------------------------------*/

a {
	text-decoration: none;
}

a:link {
	color: #039;
	text-decoration: none;
}

a:visited {
	color: #60C;
	text-decoration: none;
}

a:hover {
	color: #00f;
	text-decoration: underline;
}



/*--------------------------------------
  Update "layoutGlobal" Module
---------------------------------------*/


.textnormal
	{
			padding-left:0px!important;
	}


/*----
update 2008-07-03
---*/

.promo_pdf_hd
{
color:#333;
font-size:12px;
border: 1px solid #DEEDFD;
background-image : url(/images/tob_fund_bar_bg.gif); 
background-color: #dedede; 
background-repeat: repeat-x;
padding:6px 2px 1px 10px;
margin-bottom:10px;
*height:27px;

}