@charset 'utf-8';
@import url("./common.css");

/* =======================================
 1.header
 2.contents
 3.最新のお知らせ
 4.ファンドの運用・投資及び支援
=======================================*/


/* 1.header
========================================== */
#header{
	background	: url("../img/bg_top.jpg") top;
	height		: 200px;
	}

/* 2.contents
========================================== */
#contents {
	width:535px;
	margin:5px 0 0 5px;
	float:left;
}
*html #contents {
	/* ie6用 \*/
	width:535px;
	margin:5px 0 0 2px;
}
.return {
	text-align:right;
	margin:10px;
}
#side {
	width:200px;
	margin:5px 0 0;
	padding:0;
	float:left;
}
/*side.info
------------------------------------------ */
.info p {
	margin:0 0 3px 5px;
}
.info img {
	float:right;
	margin:0;
	padding:0;
}
.address {
	padding:2px 5px;
}

/* 3.最新のお知らせ
========================================== */
#top_news{
	width		: 510px;
	margin		: 8px 0;
	color		: #666;
	}

#top_news ul{
	width		: 500px;
	padding		: 10px 3px 10px 10px;
    list-style	: none;
	}
	
#top_news li{
	width		: 500px;
	margin		: 4px auto;
	color		: #666;
    padding-left: 15px;
    background	: url("../img/icon01.gif") no-repeat left;
    list-style	: none;
	}

.btn_archives{
	text-align	: right;
	}

/* 4.IR情報・グループ紹介
========================================== */
#top_fund,
#top_support{
	width		: 260px;
	height		: 114px;
	float		: left;
	margin		: 3px;
	overflow	: hidden;
	}

#top_fund{
	background:url(../img/bg_ir.gif) no-repeat;
	}
	
#top_fund p{
	margin		: 40px 0 0 5px;
	width		: 235px;
	text-align	: right;
	}
	
#top_fund img{	
	margin		: 10px 10px 0 190px;
	}

#top_support{
	background	: url(../img/bg_group.gif) no-repeat;
	}

#top_support p{
	margin		: 40px 0 10px 15px;
	width		: 180px;
	}
	
#top_support img{	
	margin		: 0 0 0 80px;
	}
