@charset "utf-8";

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

	Title: top.css
	Created: 2010-3-12
	Last Created: 2010-3-18
	
=========================================================== */
/*

	body
	container
	top
	fund
	
=========================================================== */
/*

	body
	
=========================================================== */

body {
}

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

	container
	
=========================================================== */

div.container {
	background: #ffffff url(../img/top/bg_top.gif) 0 0 repeat-x;
}


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

	top
	
=========================================================== */

div#top h2 {
	margin: 0 0 15px;
}

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

	fund
	
=========================================================== */

div#top div.fund {
	clear: both;
	margin: 0 0 10px;
}

div#top div.fund h3 {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

/* .fundCont
----------------------------------------------------------- */

div#top div.fundCont {
	background: url(../img/bg_grad_a.gif) 0 1px repeat-x;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	padding: 10px 0 0;
}

div#top div.fundCont:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
div#top div.fundCont { zoom:1; }
/* exlude MacIE5 \*/
* html div#top div.fundCont { height: 1% }
div#top div.fundCont  {display:block;}
/* end MacIE5 */


/* .explanation
----------------------------------------------------------- */

div#top div.fund div.explanation {
	display: inline;
	width: 555px;
	float: left;
	margin: 0 0 10px 10px;
	padding: 10px 0 0;
	border: solid 1px #CCCCCC;
}

div#top div.fund div.explanation ul {
	margin: 0 10px 10px;
}

div#top div.fund div.explanation ul li {
	margin: 0 0 5px;
}

div#top div.fund div.explanation .imgR {
	margin: 0 0 10px 10px;
}

/* .data
----------------------------------------------------------- */

div#top div.fund div.data {
	display: inline;
	width: 310px;
	float: right;
	margin: 0 10px 10px 0;
}

div#top div.fund div.data h4 {
	position: relative;
	background: #d6e3aa;
	margin: 0 0 5px;
	padding: 5px;
	font-size: 92%;
	font-weight: bold;
	line-height: 1.2;
	color: #435507;
	border: none;
}

div#top div.fund div.data h4 span {
	position: absolute;
	right: 5px;
	top: 5px;
}

div#top div.fund table {
	width: 310px;
	margin: 0 0 5px;
}

div#top div.fund table th {
	background: #f3fade;
	text-align: center;
	color: #3e4d0d;
	width: 33%;
	padding: 5px 3px;
	border: solid 1px #CCCCCC;
}

div#top div.fund table td {
	text-align: right;
	padding: 5px 3px;
	border: solid 1px #CCCCCC;
}

div#top div.fund div.data p {
	margin: 0 0 5px;
}

div#top div.fund div.data p img {
	vertical-align: text-bottom;
}

/* .data2
----------------------------------------------------------- */

div#top div.fund div.data2 {
	display: inline;
	width: 310px;
	float: right;
	margin: 0 10px 10px 0;
}

div#top div.fund div.data2 h4 {
	position: relative;
	background: #aac8e3;
	margin: 0 0 5px;
	padding: 5px;
	font-size: 92%;
	font-weight: bold;
	line-height: 1.2;
	color: #276080;
	border: none;
}

div#top div.fund div.data2 h4 span {
	position: absolute;
	right: 5px;
	top: 5px;
}

div#top div.fund table {
	width: 310px;
	margin: 0 0 5px;
}

div#top div.fund table th {
	background: #f4f8fa;
	text-align: center;
	color: #3e4d0d;
	width: 33%;
	padding: 5px 3px;
	border: solid 1px #CCCCCC;
}

div#top div.fund table td {
	text-align: right;
	padding: 5px 3px;
	border: solid 1px #CCCCCC;
}

div#top div.fund div.data2 p {
	margin: 0 0 5px;
}

div#top div.fund div.data2 p img {
	vertical-align: text-bottom;
}


/* top - column
----------------------------------------------------------- */

div#top div.columnL {
	float: left;
	width: 560px;
	padding: 10px 0 20px;
}

div#top div.columnR {
	float: right;
	width: 320px;
	padding: 10px 0 20px;
}

/* news
----------------------------------------------------------- */

div#top div#news {
	position: relative;
	margin: 0 0 10px;
}

div#top div#news h3 {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	border: none;
	background: none;
}

div#top div#news p#rss {
	position: absolute;
	top: 5px;
	right: 5px;
	margin: 0;
}

div#top div#news ul {
	position: absolute;
	top: 5px;
	right: 30px;
	margin: 0;
}

div#top div#news ul li {
	float: left;
	overflow: hidden;
}

div#top div#news ul li a {
	display: block;
	width: 89px;
	height: 25px;
	font-size: 1px;
	text-indent: -99999px;
}

div#top div#news ul li#tabbunpai a { background: url(../img/top/tab_bunpai.gif) no-repeat;}
div#top div#news ul li#tabfund a { background: url(../img/top/tab_fund.gif) no-repeat;}
div#top div#news ul li#tabreport a { background: url(../img/top/tab_report.gif) no-repeat;}
div#top div#news ul li#tabcompany a { background: url(../img/top/tab_campany.gif) no-repeat;}

div#top div#news ul li#tabbunpai a.active { background: url(../img/top/tab_bunpai_current.gif) no-repeat;}
div#top div#news ul li#tabfund a.active { background: url(../img/top/tab_fund_current.gif) no-repeat;}
div#top div#news ul li#tabreport a.active { background: url(../img/top/tab_report_current.gif) no-repeat;}
div#top div#news ul li#tabcompany a.active { background: url(../img/top/tab_campany_current.gif) no-repeat;}

/* english news_tab */

div#top div#news ul li#en_tabbunpai a { background: url(/english/img/top/tab_bunpai.gif) no-repeat;}
div#top div#news ul li#en_tabfund a { background: url(/english/img/top/tab_fund.gif) no-repeat;}
div#top div#news ul li#en_tabreport a { background: url(/english/img/top/tab_report.gif) no-repeat;}
div#top div#news ul li#en_tabcompany a { background: url(/english/img/top/tab_campany.gif) no-repeat;}

div#top div#news ul li#en_tabbunpai a.active { background: url(/english/img/top/tab_bunpai_current.gif) no-repeat;}
div#top div#news ul li#en_tabfund a.active { background: url(/english/img/top/tab_fund_current.gif) no-repeat;}
div#top div#news ul li#en_tabreport a.active { background: url(/english/img/top/tab_report_current.gif) no-repeat;}
div#top div#news ul li#en_tabcompany a.active { background: url(/english/img/top/tab_campany_current.gif) no-repeat;}

/* english news_tab */

div#top div#news div.tab {
	clear: both;
	background: #fefcf2;
	margin: 0;
	padding: 10px 10px 5px;
	border-right: solid 2px #ddcba3;
	border-bottom: solid 2px #ddcba3;
	border-left: solid 2px #ddcba3;
}

div#top div#news dl {
	margin: 0;
}

div#top div#news dt {
	float: left;
	display: inline;
}

div#top div#news dt img {
	padding: 2px 0 0 5px;
}

div#top div#news dd.en_dd {
	margin: 0 0 5px;
	padding: 0 0 5px 9.5em;
	border-bottom: solid 1px #cccccc;
}

div#top div#news dd {
	margin: 0 0 5px;
	padding: 0 0 5px 10.5em;
	border-bottom: solid 1px #cccccc;
}

div#top div#news div.tab p {
	margin: 0;
}

/* banner
----------------------------------------------------------- */

div#top ul.banner {
	clear: both;
	margin: 0;
}

div#top ul.banner li {
	padding: 0 0 10px;
}

div#top ul.banner li img  {
	vertical-align: bottom;
}


div#plagin {
	border: solid 1px #eae0cc;
	padding: 10px;
}

div#plagin p {
	margin: 0;
}

