@charset "utf-8";
/* CSS Document */




/*
1: #slider スライダー
=========================================================*/
div#slider {
	margin-top: 20px;
}




/*
2: #bannerArea01 バナーエリア01
=========================================================*/
div#bannerArea01 {
	margin-top: 20px;}
	
div#bannerArea01 ul li {
	width: 312px;
	height: 92px;
	margin-right: 12px;
	float: left;
}





/*
3: #newsArea ニュースエリア
=========================================================*/
div#newsArea {
	margin-top: 20px;
	width: 636px;
	margin-right: 12px;
	float: left;
	margin-bottom: 40px;
}
div#newsArea .newsHead {
	width: 636px;
	height: 41px;
	display: block;
	position: relative;
}
div#newsArea .newsHead .newsHistory  {
	position: absolute;
	top: 9px;
	right:0px;
}
div#newsArea .newsHead .newsHistory a {
	padding-left: 18px;
	background: url("/img/common/arrow01.png") no-repeat scroll left 50%;
	color: #333333;
	padding-left: 18px;
	text-decoration: none;
	font-size: 90%;
}
div#newsArea .newsHead .newsHistory a:hover {
	color: #C70000;
	text-decoration: underline;
}
div#newsArea p {
	padding-bottom: 20px;
	border-bottom: 1px dashed #999999;
	margin-top: 20px;
}
div#newsArea p span.newsDate{
	display: block;
	font-size: 90%;
	margin-bottom: 15px;
}
div#newsArea p span.newsTitle a{
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left 50%;
	background-image: url(/img/common/arrow02.png);
	background-attachment: scroll;
	color: #9F6A22;
	padding-left: 18px;
	text-decoration: none;
	font-size: 100%;
	display: block;
	margin-left: 3px;
}
div#newsArea p span.newsTitle a:hover {
	text-decoration: underline;}
	
	



/*
4: #fund_data 基準価額エリア
=========================================================*/
div#fund_data {
	width: 308px;
	float: left;
	border: 1px solid #DBDBDB;
	margin-top: 20px;
	position: relative;
}
div#fund_data .fund_datalog a {
	font-size: 110%;
	background-repeat: no-repeat;
	background-position: right 50%;
	background-image: url(/img/common/arrow01.png);
	background-attachment: scroll;
	padding-right: 18px;
	text-align: right;
	position: absolute;
	right: 8px;
	top: 6px;
	color: #666666;
	text-decoration: none;
}

div#fund_data .fund_datalog a:hover {
	color: #C70000;
	text-decoration: underline;
}
#fund_data table {
	width: 308px;}
#fund_data table th {
	font-size: 110%;
	background-color: #FCE3E1;
	border-bottom: 1px solid #666666;
	padding: 7px 8px;
}
#fund_data td table td {
	padding: 5px 8px;
	font-size: 90%;
}
#fund_data td table td.date {
	border-bottom: 1px dashed #999999;
	padding-left: 10px;
	font-weight: bold;
}




/*
5: #snsArea SNSエリア
=========================================================*/
div#snsArea {
	width: 310px;
	float: left;
	margin-top: 20px;}
div#snsArea ul {
	margin-top: 50px;
	margin-left: 50px;
}	
div#snsArea ul li {
	float: left;
	margin-right: 20px;
	width: 40px;
	height: 40px;
	display: block;
}
div#snsArea ul li img {
	width: 100%;
	height: auto;
}



/*
6: #bannerArea02 バナーエリア2
=========================================================*/
div#bannerArea02 {
	width: 960px;
	margin-top: 20px;
	clear: both;
	margin-bottom: 40px;
}
div#bannerArea02 ul {overflow:hidden;}
div#bannerArea02 ul li {
	float: left;
	width: 232px;
	height: 80px;
	margin-right: 8px;
/*	border: 1px solid #DBDBDB;
*/	display: block;
}




/*
7: #disclaimerArea ディスクレーマーエリア
=========================================================*/
div#disclaimerArea {
	width: 938px;
	border: 1px solid #b9b9b9;
	background-color: #F1F1F1;
	padding: 10px;
	text-align: center;
	margin-top: 20px;

}


.box{
  float: left;
  padding: 10px;
  background-color: #eee;
  width:100px;
  margin:50px 100px;
  text-align:center;
}