@charset "utf-8";




/*---------------------------------------------------------
  カラム枠
--------------------------------------------------------- */

/* ========== 上段コンテンツ枠 ========== */
#topMain {
	width: 992px;
	height: 350px;
	margin-bottom: 40px;
}




/*---------------------------------------------------------
  アイキャッチイメージ
--------------------------------------------------------- */
#topEyecatch {
	float: left;
	width: 730px;
	height: 351px;
	text-align: left;
}




/*---------------------------------------------------------
  中央イメージナビ
--------------------------------------------------------- */
ul#topNavi {
	width: 992px;
	margin-bottom: 30px;
}

ul#topNavi li {
	float: left;
	padding-left: 18px;
}




/*---------------------------------------------------------
  お得なプラン
--------------------------------------------------------- */

/* ========== プランメニュー ========== */

ul#topPlanmenu {
	background-image: url(../img/planmenu_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 28px;
}

ul#topPlanmenu li {
	float: left;
	height: 26px;
}

/* ========== テキスト ========== */
#topPlanText {
	background-image: url(../img/tabtxt_back.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 8px 5px 15px;
}


/* ========== プラン詳細 ========== */
.topPlanList {
	width: 710px;
	clear: both;
	padding: 10px 10px 15px;
}

.topPLLink {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	margin-bottom: 5px;
}

.topPLText {
	position: relative;
	float: left;
	margin-left: 10px;
	width: 595px;
}

.topPLText span {
	display: block;
	width: 530px;
	font-weight: bold;
}

.topPLimg {
	width: 105px;
	float: left;
}

ul.topPLicon {
	width: 80px;
	position: absolute;
	top: 0;
	right: 0px;
}

ul.topPLicon li {
	float: left;
	padding-left: 5px;
}

