/** base **************************************************************************/
*{
	margin: 0;
	padding: 0;
	line-height: 1.5;
	color: #666;
	font-weight: normal;
	font-style: normal;
	}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	}
address{
	font-size: 85%;
	}
h1{
	font-size: 180%;
	}
h2{
	font-size: 120%;
	clear: both;
	}
img{
	border: none;
	vertical-align: top;
	}
ul{
	list-style: none;
	}
/** base end  *********************************************************************/
/** top layout *******************************************************************/
body{
	text-align: center;
	}	
#header{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	text-align: left;
	width: 960px;
	}
#container{
	width: 960px;
	clear: both;
	margin: 0 auto;
	text-align: left;
	width: /**/960px;
	}
#primary{
	float: left;
	margin-left: 20px;
	width:720px;
	}	
#secondary{
	float: left;
	width: 200px;
	}
#footer{
	clear: both;
	margin: 0 auto;
	text-align: left;
	}
/** top layout end ****************************************************************/
body{
	background: #fff url(../image/body_back.jpg) repeat-x;
	}
/** header ************************************************************************/
#header{
	position: relative;
	}
#header h1{
	float: left;
	}
#header h1 a{
	display: block;
	width: 164px;
	height: 53px;
	text-indent: -9999;
	outline: none;
	background: url(../image/logo.jpg) no-repeat;
	margin-top: 30px;
	}
#header_banner{
	float: left;
	margin: 15 0 7 70;
	}

#header_menu{
	float: left;
	list-style: none;
	width: 150px;
	height: 60px;
	margin: 15 0 10 10;
	}
#header_menu li{
	float: left;
	margin-bottom: 10px;
	}
#header_menu a{
	display: block;
	width: 149px;
	height: 25px;
	float: left;
	text-indent: -9999;
	outline: none;
	}
#header_moushikomi a{
	background: url(../image/header_moushikomi.jpg) left top no-repeat;
	}
#header_moushikomi a:hover{
	background: url(../image/header_moushikomi.jpg) left bottom no-repeat;
	}
#header_contact a{
	background: url(../image/header_contact.jpg) left top no-repeat;
	}
#header_contact a:hover{
	background: url(../image/header_contact.jpg) left bottom no-repeat;
	}	
#header_sitemap{
	display: block;
	float: left;
	width: 124px;
	height: 25px;
	margin: 0 0 0 50;
	text-indent: -9999;
	background: url(../image/header_sitemap.jpg) no-repeat;
	}

/*global_navi***************************/

#global_navi{
	clear: both;
	width: 960px;
	height: 50px;
	background: url(../image/global_menu.jpg) right top repeat-x;	
	}
#global_navi li{
	float: left;
	}	
#global_navi li a{
	display: block;
	width: 145px;
	height: 50px;
	text-indent: -9999;
	outline: none;
	}
#global_navi #global_tv a{
	background: url(../image/global_menu.jpg) left top repeat-x;	
	}
#global_navi #global_tv a:hover{
	background: url(../image/global_menu.jpg) left bottom repeat-x;	
	}

#global_navi #global_net a{
	background: url(../image/global_menu.jpg) -145px top repeat-x;	
	}
#global_navi #global_net a:hover{
	background: url(../image/global_menu.jpg) -145px bottom repeat-x;	
	}

#global_navi #global_phone a{
	background: url(../image/global_menu.jpg) -290px top repeat-x;	
	}
#global_navi #global_phone a:hover{
	background: url(../image/global_menu.jpg) -290px bottom repeat-x;	
	}

#global_navi #global_user a{
	background: url(../image/global_menu.jpg) -435px top repeat-x;	
	}
#global_navi #global_user a:hover{
	background: url(../image/global_menu.jpg) -435px bottom repeat-x;	
	}

#global_navi #global_com a{
	background: url(../image/global_menu.jpg) -580px top repeat-x;	
	}
#global_navi #global_com a:hover{
	background: url(../image/global_menu.jpg) -580px bottom repeat-x;	
	}

/*global_navi end ************************/

#search{
	float: left;
	width: 225px;
	margin: 0 0 0 4;
	background: url(../image/poweredby_google.gif) right bottom no-repeat;
	}
#search #text{
	width: 160px;
	height: 20px;
	}
#search #submit_btn{
	margin-top: 5px;
	width: 45px;
	height: 22px;
	}
#search label{
	color: #e5e5e5;
	font-size: 85%;
	}

/*breadline***************************/

#breadline{
	clear: both;
	height: 27px;
	margin: 10 0;
	background: url(../image/gray_stripe.jpg);
	}
#breadline ul{
	
	}
#breadline ul li{
	float: left;
	color: #00a0e9;
	margin: 0 10 0 5;
	font-weight: bold;
	}
#breadline ul li a{
	padding-right: 10px;
	}
#breadline ul li a:hover{
	color: #00a0e9;
	}

/*breadline end **********************/


/** header end**************************************************************************/



/** container *****************************************************************************/

#container{
	clear: both;
	background: #fff;
	}

/** container end *************************************************************************/

/** primary ******************************************************************************/

#primary{ margin-bottom:12px;
	}
#primary p{
	margin: 5 15 0 15;
	}
#primary p img{
	margin: 5 0 5 10;
	}
#primary .left_image{
	float: left;
	margin: 10 15;
	}
#primary .right_image{
	float: right;
	margin: 10 15;
	}

.color_blue{
	color: #00a0e9;
	}
.color_pink{
	color: #E4007F;
	}
.color_green{
	color: #79B702;
	}
.strong_blue{
	color: #00a0e9;
	font-weight: bold;
	}
.strong_pink{
	color: #E4007F;
	font-weight: bold;
	}
.strong_green{
	color: #79B702;
	font-weight: bold;
	}
.strong{
	font-weight:bold;
	}
h2{
	clear: both;
	background: url(../image/h2_title.jpg) no-repeat;
	height: 30px;
	color: #fff;
	font-weight: bold;
	padding: 4 0 0 25;
	}
h3{
	clear: both;
	background: url(../image/gray_stripe.jpg) ;
	font-size: 120%;
	/*height: 25px;*/
	color: #00a0e9;
	font-weight: bold;
	border-bottom: 1px dotted #00a0e9;
	margin: 10px 10px 0 10px;
	padding: 3px 0 0 5px;
	}
h3 a{
	clear: both;
	background: url(../image/gray_stripe.jpg) ;
	/*height: 25px;*/
	color: #00a0e9;
	font-weight: bold;
	margin: 10px 10px 0 0;
	padding-top: 5px;
	}

h4{
	clear: both;
	font-size: 115%;
	/*height: 22px;*/
	color: #00a0e9;
	font-weight: bold;
	border-bottom: 1px dotted #00a0e9;
	margin: 10px 10px 0 10px;
	padding: 3px 0 0 5px;
	}
h4 a{
	color: #00a0e9;
	font-weight: bold;
	}
	
.basic_table{
	font-size: 100%;
	margin: 5 15 5 15;
	background: #999;
	}
.basic_table caption{
	font-size: 110%;
	color: #00a0e9;
	}
.basic_table th{
	background: #f4f4f4;
	padding: 2 2 2 7;
	}
.basic_table td{
	background: #fff;
	padding: 2 2 2 7;
	}
.basic_list{
	margin: 5 15 0 30;
	list-style-type: circle;
	}

ol{
	margin: 5 15 0 40;
	}

.basic_dl{
	margin: 5 15 0 15;
	}
.basic_dl dt{
	color: #00a0e9;
	}

.basic_image{
	margin: 10 15 20 15;
	}

.basic_image img{
	margin: 0 10 0 0;
	}



/** primary end****************************************************************************/

/** secondary *****************************************************************************/
#secondary{
	background: #fff;
	}
#secondary_menu_head{
	background: url(../image/secondary_menu_head.jpg) no-repeat;
	width: 200px;
	height: 56px;
	}
#secondary_menu a{
	display: block;
	width: 200px;
	height: 41px;
	line-height: 41px;
	text-decoration: none;
	padding-left: 10px;
	background: url(../image/secondary_menu_blue.jpg) left top no-repeat;
	}
#secondary_menu a:hover{
	color: #fff;
	background: url(../image/secondary_menu_blue.jpg) 0 -58px no-repeat;
	}
	
	
/* set new ******************************************************/	
#secondary_menu a.setNew{
	display: block;
	width: 200px;
	height: 41px;
	line-height: 41px;
	text-decoration: none;
	padding-left: 33px;
	background: url(../image/secondary_menu_blue_new.jpg) left top no-repeat;
	}
#secondary_menu a.setNew:hover{
	color: #fff;
	background: url(../image/secondary_menu_blue_new.jpg) 0 -58px no-repeat;
	}
/* set new end ******************************************************/		
	
	
#secondary_menu_bottom{
	background: url(../image/secondary_menu_bottom.jpg) no-repeat;
	width: 200px;
	height: 45px;
	}
#flash_banner{
	margin: 6 0 0 2;
	}
#container #secondary object{
	margin: 5px 0 0 2px;
	}
	
.other_list{
	clear: both;
	width: 200px;
	margin: 5 0 20 0;
	}
.other_list li{
	border: 1px solid #fff;
	}
.other_list li a{
	display: block;
	margin: 2 0 2 0;
	text-decoration: none;
	border-bottom: 1px dotted #999;
	background: url(../image/arrow_blue_white.gif) left center no-repeat;
	padding-left: 15px;
	}
.other_list li a:hover{
	color: #00a0e9;
	text-decoration: underline;
	}

/** secondary end *************************************************************************/

/** pagetoo *******************************************************************************/

.pagetop{
	clear: both;
	width: 960px;
	margin: 12px auto;
	}
.pagetop a{
	display: block;
	width: 105px;
	height: 15px;
	margin-left: 840px;
	text-indent: -9999;
	outline: none;
	background: url(../image/pagetop.gif) 0px 0px no-repeat;
	}
.pagetop a:hover{
	background: url(../image/pagetop.gif) 0px -20px no-repeat;
	}


/** pagetop end ***************************************************************************/


/** footer  ******************************************************************************/
#footer{
	background: #1C1C1C url(../image/footer_back.jpg) left bottom repeat-x;
	text-align: center;
	height: 208px;
	margin-top: 10px;
	}
#footer_contents{
	width: 960px;
	height: 200px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: #383838;
	}
#footer_menu{
	}
#footer_menu ul{
	width: 135px;
	height: 180px;
	float: left;
	margin: 10 0 10 12;
	background: url(../image/line_black.jpg) right top repeat-y;
	}
#footer_menu ul li{
	line-height: 1.8;
	}
#footer_menu #info_list{
	width: 180px;
	float: left;
	background: none;
	}
#footer_menu #info_list .list_title{
	color: #00A0E9;
	padding-left: 0px;
	font-size: 15px;
	font-weight: bold;
	margin-left: 1px;
	}
#footer_menu ul li a{
	background: url(../image/arrow_blue_black.jpg) left center no-repeat;
	padding-left: 13px;
	color: #00A0E9;
	}
#footer_menu ul .list_title a{
	color: #00A0E9;
	padding-left: 0px;
	background: none;
	font-size: 15px;
	font-weight: bold;
	margin-left: 1px;
	}
#footer_menu ul li a{
	color: #B5B5B5;
	text-decoration: none;
	}
#footer_menu ul li a:hover{
	color: #fff;
	text-decoration: underline;
	}
address{
	color: #B5B5B5;
	background: #828282;
	width: 310px;
	height: 200px;
	float: right;
	}
address p{
	color: #333;
	font-weight: bold;
	font-size: 13px;
	width: 290px;
	height: 100px;
	margin: 85 0 0 10;
	}
address p sup{
	color: #333;
	font-weight: bold;
	}
address p a{
	display: block;
	width: 200px;
	height: 34px;
	background: url(../image/cityvision_logo.gif) no-repeat;
	text-indent: -9999;
	outline: none;
	}
#copyright{
	clear: both;
	color: #00A0E9;
	background: #f4f4f4;
	font-weight: bold;
	font-size: 90%;
	}
/** footer end *************************************************************************/

/** 会社概要 *************************************************************************/

#company_map{
	margin: 10 0 5 50;
	}
	
/** 問い合わせ・申し込みフォーム*********************************************************/

#form_table{
	width: 690px;
	margin: 20 0 30 20;
	font-size: 100%;;
	}
#form_table th{
	background: #f4f4f4;
	text-align: right;
	vertical-align: top;
	padding: 5;
	border-bottom: 1px solid #fff;
	}
#form_table td{
	padding: 5;
	vertical-align: center;
	}
#form_table td img{
	vertical-align: middle;
	margin: 0 5;
	}
#form_table td .ex{
	color: #79b702;
	font-size: 85%;;
	}
#form_table #check,
#form_table #reset{
	width: 120px;
	margin-right: 10px;
	}
#form_complete{	
	text-align: center;
	width: 720px;
	}
#form_complete p{	
	margin: 0 auto;
	font-size: 110%;
	}
.inline_image{
	vertical-align:middle;
	}
textarea{
	font-size: 12px;
	}
.check_point{
	background: #F7DAE3;
	}


/** 問い合わせ・申し込みフォーム end ******************************************************/


/** ご利用の前に *************************************************************************/

.link_layout_table{
	font-size: 13px;
	margin: 15px 15px 20px 15px;
	}

.link_layout_table td{
	padding: 0 20px 0 0;
	}

/** ご利用の前に end **********************************************************************/


/** 個人情報の保護に関する宣言/契約約款 *************************************************/

.covenant_ol{
	margin: 5 15 0 60;
	}

.covenant_pagetop{
	clear: both;
	margin: 0 auto;
	}
.covenant_pagetop a{
	display: block;
	width: 105px;
	height: 15px;
	margin-left: 620px;
	text-indent: -9999;
	outline: none;
	background: url(../image/pagetop.gif) 0px 0px no-repeat;
	}
.covenant_pagetop a:hover{
	background: url(../image/pagetop.gif) 0px -20px no-repeat;
	}

.mark_red{
	color: #ff0000;
	font-size: 10px;
	}
.covenant_level_01{
	padding-left: 1em;
	}
.covenant_level_02{
	text-indent: -1em;
	padding-left: 1em;
	}
.covenant_level_03{
	text-indent: -2em;
	padding-left: 3em;
	}
.covenant_level_04{
	padding-left: 3em;
	}

/** 個人情報の保護に関する宣言/契約約款 end ************************************************/

/** ぶんぶんテレビ *************************************************************************/

#tv_campaign_shoki{
	position:relative;
	background: url(../image/tv_campaign.jpg) no-repeat;
	width: 682px;
	height: 126px;
	margin: 10 0 20 10;
	text-align: center;
	overflow: hidden;
	}
#tv_campaign_date{
	position: absolute;
	left: 0px;
	top: 50px;
	color: #fff;
	font-weight: bold;
	font-size:15px;
	line-height: 1.0;
	}
#tv_campaign_riyou{
	position: absolute;
	left: 143px;
	top: 28px;
	color: #000;
	font-weight: bold;
	font-size:15px;
	line-height: 1.0;
	}
#tv_campaign_rent{
	position: absolute;
	left: 105px;
	top: 60px;
	color: #000;
	font-weight: bold;
	font-size:15px;
	line-height: 1.0;
	}
#tv_campaign_price{
	position: absolute;
	left: 440px;
	top: 20px;
	color: #E60044;
	font-weight: bold;
	font-size:50px;
	}
#tv_campaign_msg{
	position: absolute;
	left: 240px;
	top: 100px;
	font-weight: bold;
	font-size:13px;
	}
.tv_tuika_price{
	margin: 5 0 0 15;
	background: #95B960;
	text-align: right;
	}
.tv_tuika_price th{
	color: #fff;
	font-weight: bold;
	}

.tv_tuika_price td{
	background: #f4f4f4;
	color: #E50044;
	padding-right: 5px;
	font-weight: bold;
	}
#tv_plan_henkou{
	width: 680px;
	margin: 5 0 0 15;
	text-align: right;
	}
#tv_plan_henkou td{
	color: #666;
	font-weight: bold;
	padding-right: 5px;
	font-size: 15px;
	}
#tv_plan_henkou td span{
	color: #E50044;
	font-weight: bold;
	padding-right: 5px;
	font-size: 20px;
	}

#tv_plan_henkou .border_right{
	border-right: 2px dotted #ccc;
	}
#tv_plan_henkou td.borderBottom{
border-bottom: 2px dotted #ccc;
}

.primary_menu{
	text-align: center;
	width:720px !important;
	width: 700px;
	margin: 10 0 10 20;
	height: 45px;
	}
.primary_menu a{
	display: block;
	float:left;
	height: 40px;
	background: url(../image/black_btn.gif) left top repeat-x;
	margin: 0 5 10 5;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	line-height: 40px;
	padding: 0 15;
	}
.primary_menu a#current{
	background: url(../image/black_btn.gif) left bottom repeat-x;
	}

.primary_menu a:hover{
	background: url(../image/black_btn.gif) left bottom repeat-x;
	}
.go_form_btn{
	display: block;
	text-indent: -9999;
	outline: none;
	width: 636px;
	height: 69px;
	margin: 30 0 30 45;
	background: url(../image/go_moushikomi_form.gif) left top repeat-x;
	}
.go_form_btn:hover{
	background: url(../image/go_moushikomi_form.gif) left bottom repeat-x;
	}
.apartment_dl{
	width: 440px;
	margin: 5 0 10 15;
	float: left;
	}
.apartment_dl dt{
	color: #79b702;
	font-weight: bold;
	font-size: 16px;
	}
	
.goFormBtn{
	display: block;
	text-indent: -9999;
	outline: none;
	width: 636px;
	height: 69px;
	margin: 30 0 30 45;
	background: url(../image/go_soudan_form.gif) left top repeat-x;
	}
.goFormBtn:hover{
	background: url(../image/go_soudan_form.gif) left bottom repeat-x;
	}	
	
/** ぶんぶんテレビ　end *************************************************************************/


/** デジ録DVDのSTB　主な仕様 *************************/

.attention{
	font-size: 80%;
	font-weight: bold;
	color: #ff0000;
	}

.dvd_attention{
	margin: 5 15 0 15;
	}

.dvd_attention dt{
	float: left;
	margin: 0 5px 0 0;
	color: #ff0000;
	font-weight: bold;
	}

.dvd_attention dd{
	margin: 0 0 0 30px;
	}
.dvd_dl dt{
	font-weight: bold;
	color: #00A0E9;
	}
.dvd_dl dd{
	}

/** 主な仕様 end ***************************************/

/** ぶんぶんネット ***********************************************************************/

#net_campaign_shoki{
	position:relative;
	background: url(../image/net_campaign.jpg) no-repeat;
	width: 682px;
	height: 126px;
	margin: 10 0 20 10;
	text-align: center;
	overflow: hidden;
	}
#net_campaign_date{
	position: absolute;
	left: 0px;
	top: 50px;
	color: #fff;
	font-weight: bold;
	font-size:15px;
	line-height: 1.0;
	}
#net_campaign_kanyu{
	position: absolute;
	left: 120px;
	top: 20px;
	color: #000;
	font-weight: bold;
	font-size:16px;
	}
#net_campaign_kihon{
	position: absolute;
	left: 110px;
	top: 50px;
	color: #000;
	font-weight: bold;
	font-size:16px;
	}
#net_campaign_price{
	position: absolute;
	left: 380px;
	top: 20px;
	color: #E60044;
	font-weight: bold;
	font-size:55px;
	}
#net_campaign_kouji{
	position: absolute;
	left:585px;
	top: 104px;
	color: #E60044;
	font-weight: bold;
	font-size:15px;
	}


/** ぶんぶんネット end *******************************************************************/


/** ぶんぶんフォン ***********************************************************************/

#phone_campaign_shoki{
	clear: both;
	position:relative;
	background: url(../image/phone_campaign.gif) no-repeat;
	width: 680px;
	height: 180px;
	margin: 10 0 20 20;
	text-align: center;
	overflow: hidden;
	}
#phone_campaign_date{
	position: absolute;
	left: 120px;
	top: 40px;
	color: #666;
	font-weight: bold;
	font-size:17px;
	}
#phone_campaign_price{
	position: absolute;
	left: 380px;
	top: 110px;
	color: #E60044;
	font-weight: bold;
	font-size:55px;
	}
	
	
.attention_area{	
	clear: both;
	border: 1px dotted #999;
	margin: 10 0 10 30;
	width: 640px !important;
	background: #f4f4f4 url(../image/attention_back.gif) right bottom no-repeat;
	padding: 15;
	font-size: 11px;
	}
.ip_list_table{
	font-size: 100%;
	margin: 5 15 5 15;
	background: #999;
	}
.ip_list_table th{
	background: #f4f4f4;
	text-align: left;
	font-weight: bold;
	color: #00A0E9;
	padding: 2px;
	}
.ip_list_table td{
	background: #fff;
	padding: 2px;
	}
.ip_list_table .title{
	text-align: center;
	color: #fff;
	background: #666;
	}

.kokusai_table{
	font-size: 100%;
	margin: 5 15 5 15;
	background: #999;
	width:330px;
	float:left;
	}

.kokusai_table caption{
	font-size: 110%;
	color: #00a0e9;
	}
.kokusai_table th{
	background: #f4f4f4;
	padding: 2 2 2 7;
	}
.kokusai_table td{
	background: #fff;
	padding: 2 2 2 7;
	}

.iplist_link{
	height: 25px;
	line-height: 25px;
	padding: 2 5;
	border: 1px solid #aaa;
	background: #333;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	}
.iplist_link:hover{
	background: #00a0e9;
	color: #fff;
	}
.basic_table #free_isp{
	background: #fff url(../image/phone_free_isp.jpg) 200px 10px no-repeat;
	height: 150px;
	}
.basic_table #fee_isp{
	background: #fff url(../image/phone_fee_isp.gif) 220px 10px no-repeat;
	height: 80px;
	}
.basic_table #ippan_tel{
	background: #fff url(../image/phone_ippan_tel.gif) 230px 10px no-repeat;
	height: 80px;
	}
.basic_table #kokusai{
	background: #fff url(../image/phone_kokusai_tel.gif) 230px 10px no-repeat;
	height: 80px;
	}
.basic_table #mobile{
	background: #fff url(../image/phone_mobile.gif) 240px 10px no-repeat;
	height: 80px;
	}
.basic_table #phs{
	background: #fff url(../image/phone_phs.gif) 240px 10px no-repeat;
	height: 80px;
	}

/** ぶんぶんフォン end　******************************************************************/

/** お申し込みの前に ***********************************************************************/

#cas_card_touroku{
	width: 500px;
	margin: 10 0 10 100;
	padding: 10px;
	font-size:13px;
	}
#cas_card_touroku th{
	background: #FF9;
	text-align: left;
	}
#cas_card_touroku td{
	background: #fff;
	padding: 5px;
	}
.white_area{
	width: 350px;
	margin: 10 0 10 50;
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	}
.text_kigou{
	vertical-align: middle;
	}
	
	
/** お申し込みの前に end ***********************************************************************/
	
/** 体感コーナー *******************************************************************************/
.link_btn{
	float: left;
	color: #f4f4f4;
	font-size: 16px;
	font-weight: bold;
	margin: 10 0 5 0;
	padding: 17 0 0 20;
	display: block;
	width: 300px;
	height: 43px !important;
	height: 60px;
	text-decoration: none;
	background: url(../image/black300_btn.jpg) top left no-repeat;
	}

.link_btn:hover{
	color: #fff;
	background: url(../image/black300_btn.jpg) bottom left no-repeat;
	}
	
/** 体感コーナー end ****************************************************************************/

/** セット割引料金  ****************************************************************************/

.set_price_table{
	background: #ccc;
	font-size: 105%;
	margin: 10 0 5 15;
	}
.set_price_table th{
	background: #50BF08;
	color: #fff;
	padding: 5px;
	}
.set_price_table td{
	background: #fff;
	padding: 2 2 2 5;
	}
	
	
.set_price_table .set_price_bluelei{
	background: #F2B1C1;
	}
.set_price_table .set_price_digidvd{
	background: #F4C1CE;
	}
.set_price_table .set_price_digiroku{
	background: #F4CED7;
	}
.set_price_table .set_price_digital{
	background: #F4DCE2;
	}
.set_price_table .set_price_bs{
	background: #F7E8EC;
	}
.set_price_table .set_price_chideji{
	background: #F9F7F8;
	}

.set_price_table .set_price_premium{
	background: #69CEED;
	}
.set_price_table .set_price_hyper{
	background: #7DD4EF;
	}
.set_price_table .set_price_basic{
	background: #9EE0EF;
	}
.set_price_table .set_price_economy{
	background: #B9E2EF;
	}
.set_price_table .set_price_light{
	background: #D3EAF2;
	}

.set_price_table .set_price_phone{
	background: #F9F4C7;
	}
/** セット割引料金 end  **************************************************************************/

/** サイトマップ  *******************************************************************************/

.sitemap_list{
	width: 280px;
	border: 1px solid #ccc;
	margin: 10 0 20 40;
	float: left;
	}
.sitemap_list li{
	border-bottom: 1px dotted #ccc;
	}

.sitemap_listB{
	width: 280px;
	border: 1px solid #ccc;
	margin: 10 0 20 40;
	float: left;
	clear:left
	}
.sitemap_listB li{
	border-bottom: 1px dotted #ccc;
	}


.sitemap_lebel00{
	background: #eee url(../image/arrow_blue_white.gif) left center no-repeat;
	padding-left: 12px;
	display: block;
	margin: 5 0 5 0;
	text-decoration: none;
	color: #00A0E9;
	}
.sitemap_lebel00:hover{
	color: #00A0E9;
	text-decoration: underline;
	}

.sitemap_lebel01{
	background: url(../image/arrow_green_white.gif) left center no-repeat;
	padding-left: 12px;
	margin: 0 0 0 15;
	text-decoration: none;
	display: block;
	}
.sitemap_lebel01:hover{
	color: #50BF08;
	text-decoration: underline;
	}

.sitemap_lebel02{
	background: url(../image/circle_green.gif) left center no-repeat;
	padding-left: 12px;
	margin: 0 0 0 30;
	text-decoration: none;
	display: block;
	}
.sitemap_lebel02:hover{
	color: #50BF08;
	text-decoration: underline;
	}

.sitemap_lebel03{
	background: url(../image/sitemap_lebel02.gif) left center no-repeat;
	padding-left: 12px;
	margin: 0 0 0 45;
	text-decoration: none;	
	display: block;
	}
.sitemap_lebel03:hover{
	color: #50BF08;
	text-decoration: underline;
	}


/** サイトマップ end  **************************************************************************/


