@charset "utf-8";
/*サブメニュー*/
ul#sub_menu {
	width: 958px;
	height: 47px;
	clear: both;
	margin: 0 auto;
	position: relative;
	border-bottom: 15px solid #c9dcff;
}

#sub_menu li {
	list-style: none;
	float: left;
}

#sub_menu li a {
	height: 47px;
	text-decoration: none;
}

/*通常時*/
a#sub1 {
	width: 191px;
	background: url(../images/common/sub_menu.gif) no-repeat;
}

a#sub2 {
	width: 192px;
	background: url(../images/common/sub_menu.gif) no-repeat -191px 0;
}

a#sub3 {
	width: 192px;
	background: url(../images/common/sub_menu.gif) no-repeat -383px 0;
}

a#sub4 {
	width: 192px;
	background: url(../images/common/sub_menu.gif) no-repeat -575px 0;
}

a#sub5 {
	width: 191px;
	background: url(../images/common/sub_menu.gif) no-repeat -767px 0;
}

/*オンマウス時*/
a:hover#sub1 { background: url(../images/common/sub_menu.gif) no-repeat 0 -47px; }

a:hover#sub2 { background: url(../images/common/sub_menu.gif) no-repeat -191px -47px; }

a:hover#sub3 { background: url(../images/common/sub_menu.gif) no-repeat -383px -47px; }

a:hover#sub4 { background: url(../images/common/sub_menu.gif) no-repeat -575px -47px; }

a:hover#sub5 { background: url(../images/common/sub_menu.gif) no-repeat -767px -47px; }

/*選択時*/
a#sub1_sd {
	width: 191px;
	background: url(../images/common/sub_menu.gif) no-repeat 0 -47px;
}

a#sub2_sd {
	width: 192px;
	background: url(../images/common/sub_menu.gif) no-repeat -191px -47px;
}

a#sub3_sd {
	width: 192px;
	background: url(../images/common/sub_menu.gif) no-repeat -383px -47px;
}

a#sub4_sd {
	width: 192px;
	background: url(../images/common/sub_menu.gif) no-repeat -575px -47px;
}

a#sub5_sd {
	width: 191px;
	background: url(../images/common/sub_menu.gif) no-repeat -767px -47px;
}

/*各サービス共通料金表*/
table.charge {
	width:100%;
	border-collapse:collapse
}
table.charge td{
	padding:10px 5px;
	border:1px solid #ccf;
	text-align:center;
	line-height:1.4;
}
table.charge td.softbank{
	background-color:#ffc;
}
table.charge strong{
	font-size:140%;
	color:#ff0000;
}
table.charge em{
	color:#000;
	font-style:normal;
	text-decoration:line-through;
}
table.charge th span{
	font-weight:normal;
	font-size:11px;
}
table.charge td span{
	color:#666;
	font-weight:normal;
	font-size:11px;
}
table.charge th{
	font-size:75%;
	line-height:1.3;
	color:#039;
	padding:10px 5px;
	border:1px solid #ccf;
	background-color:#eee;
}
table.charge th.header{
	color:#fff;
	background-color:#039;
}
/*ホワイトプラン*/
div#plus { text-align:center;margin:10px 0 5px 0; }
