﻿@charset "utf-8";

@import url("common.css"); /* commonness CSS */
@import url("navigation.css"); /* globalnavi and leftnavi only CSS */

/****************************************************************/
/*	The description order of a property                         */
/****************************************************************
01. width
02. height
03. margin
04. padding
05. border
06. font(font-style,font-variant,font-weight,font-size,font-family)
07. line-height
08. color
09. text-align
10. text-decoration
11. vertical-align
12. list-style
13. display
14. background(image,repeat,position)
14. float
15. clear
16. overflow

16. other property

*****************************************************************/


/*==============================================================*/
/*	wrapper                                                     */
/*==============================================================*/
div#secondContainer {
	width: 780px;
	clear: both;
}

/*==============================================================*/
/*	Second Only CSS                                             */
/*==============================================================*/
div#pageContainer{
	width: 780px;
	clear: both;
}	
div#pageContainer div#pageLeft {
	width: 150px;
	float: left;
}
div#pageContainer div#pageRight {
	width: 616px;
	float: right;
}
div#pageContainer div#pageRight div#breadCrumb {
	width: 604px;
	min-height: 31px;
	_height: 31px; /* IE6 Hack */
	margin-top: 5px;
	font-size: 70%;
}
div#pageContainer div.section {
	width: 596px;
	margin-left: 10px;
	clear: both;
}
div#pageContainer div.section p.toTop {
	margin-top: 20px;
	font-size: 70%;
	text-align: right;
	clear: both;
}
div#pageContainer div.section p.toTop a {
	padding-left: 15px;
	background: url("../common/icon03.gif") no-repeat 0 50%;
}
sup {
	vertical-align: baseline;
	position: relative;
	top: -4px;
}
.text-left {
	text-align:left;
	color:#FFFFFF;
	width:320px;
	float:left;
}
.text-right {
	text-align:right;
	color:#FFFFFF;
	width:200px;
	margin-left:auto;
	padding-right:5px;
}
.text-left2 {
	text-align:left;
	color:#0068A9;
	width:320px;
	float:left;
}
.text-right2 {
	text-align:right;
	width:200px;
	margin-left:auto;
	padding-right:5px;
}
/**** title *****************************************************/
div#pageContainer h2{
	margin: 30px 0 10px 0;
	padding: 0 10px;
	border-left: 5px solid #006ab4;
	font-size: 100%;
	font-weight: bold;
}	
div#pageContainer h3 {
	margin: 10px 0;
	padding: 0 5px;
	border-left: 5px solid #006ab4;
	font-size: 80%;
}
/**/
div#pageContainer h4 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 75%;
}

div#pageContainer h2.firstH2,
div#pageContainer h2.firstH3 {
	margin: 0 0 10px 0;
}

div#pageContainer h2.firstH02{
	height: 24px;
	margin: 5px 5px 10px 0px;
	padding:2px 0 0 5px;
}
.mb3 {
margin-bottom: 3px;
}

/**** index2.html ***********************************************/
div#releaseArea {
	width: 616px;
	margin-top: 1em;
}
div#releaseArea p {
	font-size: 80%;
}
div#releaseArea ul {
	margin: 0 auto;
	list-style: none;
}
div#releaseArea li {
	margin-bottom: 8px;
	font-size: 80%;
	background: url("../common/icon01.gif") no-repeat 0 0;
}
div#releaseArea ul li a {
	min-height: 17px;
	_height: 17px; /* IE6 Hack */
	padding-left: 22px;
	display: block;
}

div#releaseArea li.newwindow {
	margin-bottom: 8px;
	font-size: 80%;
	background: url("../common/icon08.gif") no-repeat 0 0;
}
div#releaseArea ul li.newwindow a {
	min-height: 17px;
	_height: 17px; /* IE6 Hack */
	padding-left: 22px;
	display: block;
}


div.getPDF {
	width: 600px;
	margin: 25px auto 0;
	clear: both;
}
div.getPDF dl {
	width: 600px;
	clear: both;
}
div.getPDF dl dt {
	width: 478px;
	font-size: 70%;
	float: left;
}
div.getPDF dl dd {
	width: 112px;
	float: right;
}

/**** p_info.html ***********************************************/
div#productList {
	width: 616px;
}
div#productList p {
	font-size: 80%;
}
div#productList p.cap {
	margin-top: 1em;
	font-size: 80%;
}
div#productList p.date {
	font-size: 70%;
	text-align: right;
}
div#productList h2.firstH2 {
	margin-top: 1em;
}
div#productList ul.pdfDL {
	width: auto;
	margin-top: 1em;
	list-style: none;
	clear: both;
}
div#productList ul.pdfDL li {
	margin-bottom: 1em;
	font-size: 80%;
	background: url("../common/icon01.gif") no-repeat 0 0;
}
div#productList ul.pdfDL li a {
	min-height: 17px;
	_height: 17px; /* IE6 Hack */
	padding-left: 22px;
}
div#productList table {
	width: 100%;
	border-collapse: collapse;
}
div#productList table th,
div#productList table td {
	padding: 5px;
	font-size: 80%;
	border-bottom: 1px solid #FFF;
}
div#productList table td {
	background-color: #FFF0D9;
}
div#productList table td span {
	padding-left: 1.3em;
	text-indent: -1.3em;
	_text-indent: -1.0em;
	display: block;
}
div#productList table th.fundname {
	width: 56%;
	background-color: #FFF0D9;
	text-align: left;
}
div#productList table th.domicile,
div#productList table th.trading {
	width: 11%;
	background-color: #FFF6E8;
}
div#productList table th.ticker,
div#productList table th.total {
	width: 11%;
	background-color: #FFF0D9;
}
div#productList table td.tblTitle {
	font-weight: bold;
	color: #0066CC;
	background-color: #FFE0B2;
}
div#productList table td.center01 {
	text-align: center;
	background-color: #FFF6E8;
}
div#productList table td.center02 {
	text-align: center;
	background-color: #FFF0D9;
}
div#productList div.listCopy {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px dashed #CCC;
}
div#productList div.listCopy p {
	font-size: 70%;
}
div#productList dl {
	width: 596px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background: url("../faq/images/table_bg01.gif") repeat-y 0 0;
	clear: both;
}
div#productList dl {
	width: 567px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	background: url("../images/table_bg01.gif") repeat-y 0 0;
	clear: both;
}
div#productList dl.last {
	border-bottom: 1px solid #666666;
}
div#productList dl dt {
	width: 147px;
	padding: 5px;
	font-size: 80%;
	font-weight: bold;
	float: left;
}
div#productList dl dd {
	width: 399px;
	padding: 5px;
	font-size: 80%;
	border-left: 1px dashed #666666;
	float: left;
}

/**** product ***************************************************/
div#fundlist {
	width: 616px;
}
div#fundlist h2.firstH2 {
	margin-top: 1em;
}
div#fundlist ul {
	margin-left: 15px;
}
div#fundlist ul li {
	font-size: 80%;
}
div#fundlist ul.anchorArea {
	margin: 1em 0;
	padding: 3px 10px;
	list-style: none;
}
div#fundlist ul.anchorArea li {
	margin-right: 5px;
	font-size: 80%;
	display: inline;
}
div#fundlist ul.anchorArea li a img {
	margin-right: 5px;
}
div#fundlist table {
	width: 100%;
	border-collapse: collapse;
}
div#fundlist table th,
div#fundlist table td {
	padding: 5px;
	font-size: 80%;
	border-bottom: 1px solid #FFF;
}
div#fundlist table th.fundname {
	width: 55%;
	background-color: #D1D8E1;
	text-align: left;
}
div#fundlist table th.linkIcon01 {
	width: 15%;
	background-color: #E7EBF0;
}
div#fundlist table th.linkIcon02 {
	width: 15%;
	background-color: #D1D8E1;
}
div#fundlist table td.tblTitle {
	font-weight: bold;
	color: #FFF;
	background-color: #183E6A;
}
div#fundlist table td {
	background-color: #D1D8E1;
}
div#fundlist table td.center01 {
	text-align: center;
	background-color: #E7EBF0;
}
div#fundlist table td.center02 {
	text-align: center;
	background-color: #D1D8E1;
}
div#fundlist p.cap {
	margin-top: 1em;
	font-size: 80%;
}

div#fundlist div.section ol li {
	font-size: 80%;
	margin-bottom:10px;
}
div#fundlist div.section ol {
	margin-top: 1em;
	margin-left: 27px;
}

/**** introduction **********************************************/
div#intro {
	width: 616px;
	clear: both;
}
div#intro h2 {
	margin-top: 1em;
}
div#intro div.section {
	width: 608px;
	margin: 0;
	padding: 0;
}
div#intro div.section p,
div#intro div.section ol li {
	font-size: 80%;
}
div#intro div.section ol {
	margin-top: 1em;
	margin-left: 27px;
}

/**** faq *******************************************************/
div#faq {
	width: 616px;
}
div#faq h2 {
	margin-top: 1em;
}
div#faq h3 {
	clear: both;
}
div#faq ol.question {
	margin: 0 0 50px 27px;
}
div#faq ol.question li,
div#faq p {
	font-size: 80%;
}
div#faq dl {
	width: 596px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background: url("../faq/images/table_bg01.gif") repeat-y 0 0;
	clear: both;
}
div#faq dl.last {
	border-bottom: 1px solid #666;
}
div#faq dl dt {
	width: 90px;
	padding: 5px;
	font-size: 80%;
	font-weight: bold;
	float: left;
}
div#faq dl dd {
	width: 485px;
	padding: 5px;
	font-size: 80%;
	border-left: 1px dashed #666;
	float: left;
}
div#faq table {
	width: 100%;
	border-collapse: collapse;
}
div#faq table th {
	padding: 5px;
	border: 1px solid #666;
	font-size: 80%;
	text-align: left;
	background-color: #E5E5E5;
	white-space: nowrap;
}
div#faq table td {
	padding: 5px;
	font-size: 80%;
	border: 1px solid #666;
}

/**** f_j-pcf.html **********************************************/
div#nikkei {
	width: 606px;
}
div#nikkei p {
	font-size: 80%;
}
div#nikkei h3 {
	clear: both;
}
div#nikkei div.column2 {
	width: 616px;
	margin-top: 1em;
	clear: both;
}
div#nikkei div.column2 div.column2-left {
	width: 346px;
	float: left;
}
div#nikkei div.column2 div.column2-right {
	width: 250px;
	float: right;
}
div#nikkei div.column2 div.column2-left ul {
	list-style: none;
}
div#nikkei div.column2 div.column2-left ul li {
	margin-bottom: 8px;
	font-size: 80%;
}
div#nikkei div.column2 div.column2-left ul li a {
	min-height: 17px;
	_height: 17px; /* IE6 Hack */
	padding-left: 22px;
	display: block;
	background: url("../common/icon01.gif") no-repeat 0 0;
}
div#nikkei div.column2 div.column2-right dl {
	width: 200px;
}
div#nikkei div.column2 div.column2-right dl dt {
	font-size: 80%;
	font-weight: bold;
}
div#nikkei div.column2 div.column2-right dl dd {
	margin-bottom: 1em;
	font-size: 80%;
}
div#nikkei div.column2 div.column2-right dl dd input {
	width: 98%;
	ime-mode: inactive;
}
div#nikkei ul.s-price,
div#nikkei div.column2 div.column2-right ul {
	margin-left: 20px;
}
div#nikkei ul.s-price li {
	font-size: 70%;
}
div#nikkei div.column2 div.column2-right ul li {
	font-size: 80%;
}

/**** 225backnumber.html ****************************************/
div#nikkei div.column2 div.column3 ul {
	list-style: none;
}
div#nikkei div.column2 div.column3 ul li {
	margin-bottom: 8px;
	font-size: 80%;
}
div#nikkei div.column2 div.column3 ul li a {
	min-height: 17px;
	_height: 17px; /* IE6 Hack */
	padding-left: 22px;
	display: block;
	background: url("../common/icon01.gif") no-repeat 0 0;
}

/**** p_info.html ***********************************************/
div#p-info {
	width: 616px;
	clear: both;
}
div#p-info h2 {
	margin-top: 1em;
}
div#p-info h3 {
	margin-top: 0;
}
div#p-info p {
	font-size: 80%;
}

div#p-info dl {
	width: 567px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	clear: both;
	background-image: url(../images/table_bg03.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}
div#p-info dl.last {
	border-bottom: 1px solid #666666;
}
div#p-info dl dt {
	width: 167px;
	padding: 5px;
	font-size: 80%;
	font-weight: bold;
	float: left;
}
div#p-info dl dd {
	width: 379px;
	padding: 5px;
	font-size: 80%;
	border-left: 1px dashed #666666;
	float: left;
}
div#p-info ul.pdfDL {
	width: auto;
	margin-top: 1em;
	list-style: none;
	clear: both;
}
div#p-info ul.pdfDL li {
	margin-bottom: 8px;
	font-size: 80%;
	background: url("../common/icon01.gif") no-repeat 0 0;
}
div#p-info ul.pdfDL li a {
	min-height: 17px;
	_height: 17px; /* IE6 Hack */
	padding-left: 22px;
}

/**** conf ******************************************************/
div#conf p {
	width: 450px;
	margin: 1em auto 0;
	font-size: 80%;
}
div#conf p span {
	font-weight: bold;
}
div#conf div.confBox {
	width: 450px;
	min-height: 65px;
	_height: 65px; /* IE6 Hack */
	margin: 20px auto;
	border: 2px solid #666;
	background: url("../conf/images/conf_bg01.jpg") repeat-x 0 0;
}
div#conf div.confBox p {
	margin-top: 22px;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}
div#conf div.confBox dl {
	width: 400px;
	margin: 10px auto;
}
div#conf div.confBox dl dt {
	font-size: 80%;
	font-weight: bold;
	color: #CC0000;
}
div#conf div.confBox dl dd {
	font-size: 80%;
}
div#conf ul {
	width: 430px;
	margin: 0 auto;
	padding-left: 20px;
	_padding-left: 0; /* IE Hack */
}
div#conf ul li {
	_padding-left: 20px; /* IE Hack */
	font-size: 80%;
	_background: url("../common/icon06.gif") no-repeat 0 50%; /* IE Hack */
}
div#conf ul li dl {
	width: 100%;
	_height: 1%; /* IE Hack */
	clear: both;
}
div#conf ul li dl dt {
	width: 37%;
	float: left;
}
div#conf ul li dl dd {
	width: 61%;
	float: right;
}
div#conf p#returnBtn {
	margin-top: 2em;
	text-align: center;
}

/**** contact.html **********************************************/
div#contact h2 {
	margin-top: 1em;
}
div#contact p,
div#contact h4,
div#contact ul li {
	font-size: 80%;
}
div#contact p span {
	color: #0068A9;
}
div#contact address {
	margin-bottom: 1em;
	font-size: 80%;
	font-style: normal;
}
div#contact ul {
	margin-left: 18px;
}
div#contact ul.anchorArea {
	margin: 1em 0;
	padding: 3px 10px;
	list-style: none;
}
div#contact ul.anchorArea li {
	margin-right: 5px;
	font-size: 80%;
}
div#contact ul.anchorArea li.last {
	margin-top: 5px;
}
div#contact ul.anchorArea li a {
	padding-left: 15px;
	background: url("../common/icon04.gif") no-repeat 0 50%;
}

/**** sitemap.html **********************************************/
div.sitemapContainer ul {
	margin-left: 25px;
}
div.sitemapContainer ul li {
	padding: 3px 0;
	border-bottom: 1px dashed #CCC;
	font-size: 80%;
	list-style-position: inside;
}
div.sitemapContainer h3#last {
	margin-bottom: 30px;
}

/**** individual.html ********************************************/
div.individual {
	margin-top: 1em;
}
div.individual p,
div.individual ul li {
	font-size: 80%;
}
div.individual ul {
	margin: 1em 0 0 18px;
}

/**** readme.html ************************************************/
div#readme p {
	font-size: 80%;
}
div#readme h2.firstH2,
div#readme h3.firstH3 {
	margin: 0;
}
div#readme p.subText {
	margin: 0 0 10px 0;
	padding: 0 10px;
	font-size: 70%;
	border-left: 5px solid #006ab4;
}
div#readme ul {
	margin-left: 30px;
}
div#readme ul li {
	margin-bottom: 1em;
	font-size: 80%;
}
div#readme ul li.last {
	margin-bottom: 0;
}
div#readme div.layoutBox01 {
	width: 576px;
	margin-top: 5px;
	padding: 10px;
	border: 1px solid #484848;
}
div#readme div.layoutBox01 ul {
	margin-left: 30px;
}
div#readme div.layoutBox01 ul li {
	margin-bottom: 1em;
	font-size: 80%;
}
div#readme div.layoutBox01 ul li.last {
	margin-bottom: 0;
}
div#readme dl {
	width: 100%;
	_height: 1%; /* IE Hack */
	padding: 5px 0;
	border-top: 1px solid #484848;
	border-left: 1px solid #484848;
	border-right: 1px solid #484848;
	clear: both;
}
div#readme dl.last {
	border-bottom: 1px solid #484848;
}
div#readme dl dt {
	width: 25%;
	padding: 0 5px;
	font-size: 80%;
	font-weight: bold;
	float: left;
}
div#readme dl dd {
	width: 70%;
	padding: 0 5px;
	font-size: 80%;
	border-left: 1px solid #484848;
	float: right;
}
div#readme ol {
	margin: 30px 0 0 25px;
}
div#readme ol li {
	font-size: 70%;
}
div#readme ol.no-marker {
	margin: 30px 0 0 25px;
	list-style: none;
}
div#readme ol.no-marker li {
	font-size: 70%;
	text-indent: -1.7em;
}
div#readme ul.anchorArea {
	width: auto;
	margin-top: 25px;
	text-align: center;
	list-style: none;
}
div#nikkei ul.anchorArea {
	width: auto;
	margin-left: 3px !important;
	list-style: none;
}
div#readme ul.anchorArea li,
div#nikkei ul.anchorArea li {
	margin-right: 15px;
	font-size: 80%;
	display: inline;
}
div#readme ul.anchorArea li a,
div#nikkei ul.anchorArea li a {
	padding-left: 15px;
	background: url("../common/icon04.gif") no-repeat 0 50%;
}
div#readme div.section ul li {
	margin-bottom: 0;
}
div#readme p.btnArea01 {
	margin-top: 25px;
	text-align: center;
}
/**** down.html error.html ************************************************/
div#pcf {
	text-align:center;
	margin: 50px 0 10px 0;
}
div#pcf p{
	color:#FF0000;
}
/**** haijosengen.html **********************************************/
div#haijosengen p {
	font-size: 80%;
}
div#haijosengen ol {
	margin: 10px 20px 10px 25px;
}
div#haijosengen ol li {
	font-size: 80%;
}
div#haijosengen ol.no-marker {
	margin: 20px 0 0 25px;
	list-style: none;
}






/*==============================================================*/
/*	2009/11/24 typeblack                                        */
/*==============================================================*/
div#footerContainerblack {
	width: 780px;
	margin: 20px 0;
}
div#footerContainerblack .footerWrapper {
	margin-top: 10px;
/*	padding: 0	px 0 3px 15px;*/
	font-size: 12px;
	height: 25px;
	background: #000000;
	color: #FFFFFF;
	clear: both;
}

div#footerContainerblack div.credit {
	margin:10px 0;
	padding: 5px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 70%;
	text-align:center;	
}

div#footerContainerblack div.logoArea{
	margin-left:12px;
}



#footerLeft {
	color:#FFFFFF;
	float: left;
	padding: 4px 0 0 5px;
}
	
#footerRight {
	color: #FFFFFF;
	float: right;
	padding: 4px 10px 0 0 ;
}
	

#footerRight a {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
	
#footerRight a.borderNo {
	border: 0px solid #FFFFFF;
}



div#pagejump a{
	color:#FF0000;
}
div#pagejump p {
	font-size: 80%;
}