
/*------------------------------------------------
	charge/index.html 用CSS
--------------------------------------------------*/
/* メイン画像 */

#main_area #idx_main {
	height: 117px;
	background: url(../img/idx_main.jpg) no-repeat top center;
}
#main_area #idx_main span{
	display: none;
}


/* 見出し画像 */

#main_area h3.idx_h3_simulation {
	width: 690px;
	height: 45px !important;
	margin-bottom: 0 !important;
	margin-top: 12px;
	padding: 0 0 45px;
	background: url(../img/m_simulation.jpg) no-repeat left top;
}

#main_area h3.idx_h3_ryokin {
	width: 690px;
	height: 48px !important;
	margin-bottom: 0 !important;
	margin-top: 12px;
/*	margin: 12px 0 0 0 ;	*/
	padding: 0 ;
	background: url(../img/m_ryokin.jpg) no-repeat left top;
}

#main_area h3 span{
	display: none;
}

/* シミュレーション部分 */

#simulation {
	width: 690px;
	padding: 10px 0 12px;
	margin: 0 0 15px;
	background: url(../img/simulation_bg.jpg) repeat-y center bottom;
	text-align: center;
}
#ryokin {
	width: 690px;
	margin: 0 0 15px;
	background: url(../img/ryokin_bg.gif) repeat-y center bottom;
	height: 97px;
	text-align: center;
    position: relative;
}

#ryokin img.img01 {
  position: absolute;
  top: 0;
  left: 538px;
}
#ryokin img.img02 {
  position: absolute;
  top: 10px;
  left: 75px;
}
#ryokin a.btn01 {
  position: absolute;
  top: 41px;
  left: 184px;
}
#ryokin div {
  padding-top: 15px;
  font-size: 85%;
  width: 320px;
  margin: 0 auto;
  text-align: left;
}

#chart {
	width: 670px;
	_width: 690px;
	height: 120px;
	padding: 0 0 0 20px;
	margin: 10px auto 15px;
} 
#chart img{
	float: left;
	padding: 0;
	margin: 0 3px 0 0;
	_margin: 0 2px 0 0;
}
#chart img.end{
	float: left;
	margin: 0;
	_margin: 0 0 0 2px;
}


/* キャンペーン・フレッツサービス別料金部分 */
#listArea {
	width: 690px;
	font-size: 85%;
	background: url(../img/listarea_bg.jpg) no-repeat bottom center;
	clear: both;
}
#listArea h3{
	width: 338px;
	height: 40px;
	padding:0;
	margin: 0;
}
#listArea .cont{
	width: 298px;
	padding: 0;
	margin: 10px 20px;
	clear: both;
}
#listArea .cont img{
	float: left;
	width: 70px;
	height: 60px;
	margin: 0 10px 0 0;
}
#listArea .cont div{
	float: right;
	width: 202px;
	margin: 0;
}
#listArea #campaign {
	float: left;
	width: 338px;
}
#listArea #campaign h3{
	background: url(../img/m_campaign.jpg) no-repeat top center;
}
#listArea #service {
	float: right;
	width: 338px;
}
#listArea #service h3 {
	background: url(../img/m_campaign_area.jpg) no-repeat top center;
}
p.rightLink{
	margin: 15px 0px 3px 0px;
	text-align: right;
}

/* 地域限定キャンペーン部分 */

#area{
	width: 690px;
	font-size: 85%;
	margin: 0 0 40px;
}

#area h3 {
	width: 212px;
	height: 21px;
	background: url(../img/m_area.gif) no-repeat left top;
}


