@charset "UTF-8";

/* ================================================================================

:::information:::

ファイル名：/css/top.css
概要：トップページで使用する CSS

================================================================================ */

/* ==========▽イメージ========== */
#top-image img {
	margin-top: 1px;
}
/* ==========△イメージ========== */

/* ==========▽バナー========== */
.banner-2cL {
	float: left;
	width: 365px;
	margin-top: 4px;
}

.banner-2cR {
	float: right;
	width: 365px;
	margin-top: 4px;
}

.banner-3c {
	float: left;
	width: 242px;
	margin-top: 4px;
}

.banner-3cCenter {
	float: left;
	width: 242px;
	margin: 4px 4px 0 4px;
}

.banner-3c-inner {
	width: auto;
	border: solid #CCCCCC 1px;
}

.banner-3c-inner p {
	width: auto;
	text-align: justify;
	padding: 0 5px 5px 5px;
}

/* ==========△バナー========== */

/* ==========▽お知らせ========== */
#left-contents {
	float: left;
	width: 545px;
	margin-top: 15px;
}

#left-contents dl {
	padding: 8px 0 10px 0;
	border-bottom: dotted #CCCCCC 1px;
}
#left-contents dt {
	float:left;
	clear:both;
	width:110px;
	font-size:100%;
}
#left-contents dd {
	margin-left:110px;
	font-size:100%;
}
/* ==========△お知らせ========== */

/* ==========▽注目ファンド情報========== */
#right-contents {
	float: right;
	width: 174px;
	margin-top: 15px;
}
#right-contents p {
	margin-top:5px;
}

/* ==========△注目ファンド情報========== */

/* ==========▽マーケット情報========== */
#market {
	width: auto;
	margin-top: 30px;
	background-color: #F1F8F9;
	border: solid #CCCCCC 1px;
}

#market-img {
	float: left;
	width: 105px;
}

#market-img img {
	margin: 1px;
}

#market dl {
	float: right;
	width: 240px;
	margin: 5px 5px 0 0;
	line-height: 1.4;
}

#market dt {
	font-size: 120%;
	font-weight: bold;
	color: #336699;
}
/* ==========△マーケット情報========== */

/* ==========▽共通========== */
.h2-top {
	width: auto;
	margin-top:14px;
}
#right-contents .h2-top {
	width: auto;
	margin-top:0;
}

/* ==========△共通========== */

/* ==========▽お知らせ下：期限日コメント========== */
#kigenbi {
	width: auto;
	border: solid #3391C4 1px;
	padding: 8px 15px;
}
#kigenbi p{
	background:url(/images/icon_link01.gif) no-repeat scroll left center;
	padding-left:7px;
	margin:3px 0;
}
/* ==========△お知らせ下：期限日コメント========== */

.btn-2L {
	float:left;
}
.btn-2R {
	float:right;
}

