@charset 'utf-8';
@import url("common.css");

#header{
	background	: url("img/bg_top.jpg") top;
	height		: 200px;
	}

#contents{
	float		: left;
	}

#side{
	float		: right;
	margin		: 0;
	padding		: 0;
	}


/* 最新のお知らせ */
#top_news{
	width		: 510px;
	margin		: 8px 0;
	color		: #666;
	}

#top_news ul{
	width		: 500px;
	padding		: 10px 3px 10px 30px;
	}
	
#top_news li{
	width		: 500px;
	margin		: 4px auto;
	color		: #666;
	}

.btn_archives{
	text-align	: right;
	}
	
/* ファンドの運用・投資及び支援 */
#top_fund,
#top_support{
	width		: 260px;
	height		: 114px;
	float		: left;
	margin		: 3px;
	overflow	: hidden;
	}

#top_fund{
	background	: url("img/bg_fund.gif") no-repeat;
	}
	
#top_fund p{
	margin		: 30px 0 10px 15px;
	width		: 235px;
	text-align	: right;
	}
	
#top_fund img{	
	margin		: 15px 10px 0 195px;
	}

#top_support{
	background	: url("img/bg_support.gif") no-repeat;
	}

#top_support p{
	margin		: 45px 0 10px 15px;
	width		: 180px;
	}
	
#top_support img{	
	margin		: 0 0 0 80px;
	}
