@charset "UTF-8";
/* CSS Document */

/*左側*/


/*コンテンツ*/
#content {
	background: none;
	width: 670px;
	padding: 13px 0 50px 0;
	float: left;
}

#home_image {
	background: url(../img/home_image.jpg) no-repeat;
	display: block;
	width: 670px;
	height: 380px;
}

#information_title {
	background: url(../img/information_title.png) no-repeat;
	width: 670px;
	height: 30px;
}
#information {
	background: #FFFFFF;
	width: 630px;
	padding: 19px;
	border: #8FC31F solid 1px;
	position: relative;
}

#information h3 {
	background: url(../img/title_back.png) no-repeat;
	height: 20px;
	padding: 10px 0 0 33px;
	display: block;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	top: -5px;
}
#information p {
	border-bottom: #AAAAAA 1px dotted;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*
#tv {
	width: 330px;
	float: right;
}
#tv h3 {
	background: url(../img/info_title_back.png) no-repeat;
	width: 297px;
	height: 20px;
	padding: 10px 0 0 33px;
	display: block;
	position: relative;
	top: -5px;
}
*/


#left_guide_area {
	float: left;
	padding: 0 20px 0 0;
}
#left_guide_title {
	background: url(../img/left_guide_title.png) no-repeat;
	width: 325px;
	height: 30px;
}
#left_guide {
	background: #FFFFFF;
	width: 295px;
	height: 380px;
	padding: 14px;
	border: #8FC31F solid 1px;
	position: relative;
}


#right_fund_area {
	letter-spacing: 0em;
	float: left;
}
#right_fund_title {
	background: url(../img/right_fund_title.png) no-repeat;
	width: 325px;
	height: 30px;
}
#right_fund {
	background: #FFFFFF;
	width: 295px;
	height: 380px;
	padding: 14px;
	border: #00A73C solid 1px;
	position: relative;
}

.link_button a {
	display: block;
	width: 295px;
	text-align: right;
	position: absolute;
	right: 14px;
	bottom: 14px;
}

