@charset "utf-8";

/* CSS emergingfund */
/* ---------- emergingfund.css ---------- */
* {
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

html,body {
	width: 100%;
	height: 100%;
}

body {
	font-size: 90%;
}

/* for IE6 */
div {
	height: 1%;
}

/* for ModernBrowser */
body > div {
	height: auto;
}

table { 
	border-collapse: collapse; 
}

th,td {
	border-width: 0;
	text-align: left;
	vertical-align: top;
}

h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,address,span {
	color: #000000;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

ul,li,dl,dt,dd {
	list-style-type: none;
	list-style-position: outside;
}

img {
	display: block;
	border-width: 0;
	vertical-align: bottom;
}

li img,
a img {
	display: inline;
}

a { text-decoration: underline; }
a:link,a:visited { color: #333366; }
a:active,a:hover,a:focus { color: #999999; }

label,input { display: block; }

table caption {
	display:none;
}


/* COMMON CSS ------------------------------ */

/* arrow */
.arrow {
	padding-left: 20px;
	background: url(/images/common/arrow_r.gif) no-repeat 4px center;
}
/* window */
.window {
	padding-left: 20px;
	background: url(/images/common/link.gif) no-repeat 0 3px;
}
/* upper */
.upper {
	padding-left: 20px;
	/*background: url(/images/arrow_backtotop.gif) no-repeat left center;*/
}

/* pdf */
/*
.pdf {
	padding-left: 20px;
	background: url(/images/pdficon.gif) no-repeat left center;
}
*/

/* new */
.new {
	display:inline;
	vertical-align: middle;
}

/* TABLE round */
div.round {
	margin-left: 15px;
	background: url(/images/emergingfund/round_large_bg_base.gif) repeat-y left top;	
}

div.round h4 {
	margin: 5px 0 0 15px;
}

div.round ul {
	margin: 5px 0 0 10px;
}

div.round_header {
	padding-bottom: 10px;
	margin: 0;
}

div.round_footer {
	clear: both;
	padding-top: 10px;
	margin: 0;
}

/* center */
div.contents_center{
	margin:10px auto 0;
	text-align:center;
	width:100%
}

div.contents_center img{
	display:inline;
}


/* LIST column */
dl.column_list_title_index,
dl.column_list_title {
	clear: both;
	padding: 5px 0 0 15px;
	width: 680px;
}

dl.column_list_title_index dt,
dl.column_list_title dt {
	float: left;
}

dl.column_list_title_index dt {
	width: 8.0em;
}

dl.column_list_title_index dd {
	margin-left: 7.5em;
}

dl.column_list_title dt {
	width: 3.5em;
}

dl.column_list_title dd {
	margin-left: 3.5em;
}

ul.index_chapter {
	clear: both;
	margin-top: 10px;
	width: 430px;
}

ul.index_chapter li,
ul.chapter li {
	line-height:1.5;
}

ul.index_chapter {
	padding-left: 8.0em;
	width: 570px;
}
