#main_image {
	margin: 0px;
	padding: 0px;
	height: 284px;
	width: 960px;
	background-color: #0CF;
	position: relative;
	background-image: url(../img/wifi_main.jpg);
}
#main_image h3 {
	color: #FFF;
	text-shadow: 2px 2px 2px #000;
	margin: 0px;
	padding: 0px;
	top: 20px;
	left: 220px;
	position: absolute;
	font-size: 44px;
}
#main_image h4 {
	margin: 0px;
	padding: 0px;
	font-size: 28px;
	color: #03C;
	position: absolute;
	top: 95px;
	left: 250px;
	text-shadow:-1px -1px 0px #fff,
				1px -1px 0px #fff,
				1px 1px 0px #fff,
				-1px 1px 0px #fff;
	line-height: 125%;
}

#main #youyaku .midashi {
	background-color: #000;
	padding: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #169900;
	color: #FFF;
}
#main #request2 p a{
	-webkit-border-radius: 5px;
	border-radius : 5px;
	border: 1px solid #CCC;
	background-color: #0C0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #AFE75D), color-stop(1.00, #169900));
	background: -webkit-linear-gradient(#AFE75D, #169900);
	background: -moz-linear-gradient(#AFE75D, #169900);
	background: -o-linear-gradient(#AFE75D, #169900);
	background: -ms-linear-gradient(#AFE75D, #169900);
	background: linear-gradient(#AFE75D, #169900);
	-webkit-box-shadow: 0px 2px 2px 2px rgba(00, 00, 00, .3);
	box-shadow: 0px 2px 2px 2px rgba(00, 00, 00, .3);
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	display: block;
	padding:3px;
}
#main #request2 p a:hover{
	-webkit-border-radius: 5px;
	border-radius : 5px;
	border: 1px solid #ccc;
	background-color: #6F3;	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #169900), color-stop(1.00, #AFE75D));
	background: -webkit-linear-gradient(#169900, #AFE75D);
	background: -moz-linear-gradient(#169900, #AFE75D);
	background: -o-linear-gradient(#169900, #AFE75D);
	background: -ms-linear-gradient(#169900, #AFE75D);
	background: linear-gradient(#169900, ##AFE75D);
	-webkit-box-shadow: 0px 2px 2px 2px rgba(00, 00, 00, .3);
	box-shadow: 0px 2px 2px 2px rgba(00, 00, 00, .3);
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	display: block;
	padding:3px;
}

#main table {
	margin:0px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-collapse:collapse;
    border-spacing:0;
	font-size: 85%;
}
#main table td{
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding:0.3em 1em;	
}
#main table tr .model {
	background-color: #E4FFCD;
}
#main table tr .spec {
	background-color: #F3F3F3;
	text-align: center;
}
#main table tr .plan {
	color:#FFF;
	background-color: #666;
	text-align: center;
}
#main table tr .fee {
	text-align: center;
}#main #wifi_spec {
	float: right;
}
#main #packet {
	clear: both;
	font-size: 90%;
	margin-bottom: 20px;
}
#main #packet h5{
	font-weight: normal;
}