@charset "utf-8";
/* CSS Document */
*, ul, li, p, dl, dt, dd {
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:13px;
	font-family:"Lucida Grande",Arial, Helvetica, sans-serif;
}
body {
	font-size:13px;
	color:#000;
	line-height:1.6em;
	text-align:center;
}
img{
	border:0px;
}
input{
	font-size:12px;
}
a{
	color:#000;
	font-size:13px;
	text-decoration:none;
}
a:hover{
	color:#0099ff;
}
.clearBorh {
	clear:both;
}
.clear{
	clear:both;
}
.floatL{
	float:left;
}
.floatR{
	float:right;
}
.topBg{
	background:url(../images/top_bg.jpg) repeat-x top center;
}
.bottomBg{
	background:url(../images/bottom_bg.jpg) repeat-x bottom center;
}
#webBox{
	width:1014px;
	text-align:left;
	margin:0 auto;
}
.logo{
	padding-right:20px;
}
.logo h1{
	background:url(../images/logo.jpg) no-repeat;
	height:57px;
	width:300px;
}
.logo h1 span{
	visibility:hidden;
}
.topLink a{
	color:#fff;
	font-size:10px;
	font-weight:bold;
	margin-right:4px;
}
.topLink a:hover{
	color:#0099ff;
}
.navi{
	height:47px;
	z-index:99999999;
}
.naviBar{
	position:absolute;
	z-index:99999999;
}
.mainSwf{
	background:url(../images/main_swf_bg.jpg) no-repeat top;
	margin-bottom: 37px;
	padding:7px 0 7px 7px;
}
.footer{
	margin:20px 0 0;
	padding-bottom:50px;
	color:#009aff;
}
.footer div{
	font-size:12px;
}
.footerLine{
	border:1px solid #ccc;
	border-left:0px;
	border-right:0px;
	height:36px;
}
.footerLeft {
	float:left;
	padding-left:30px;
	line-height:36px;
	height:36px;
	_margin-top:5px;
}
.footerRight {
	float:right;
	line-height:36px;
	padding-right:20px;
}
.footerRight a {
	padding:0 8px;
	line-height:36px;
	color:#009aff;
}
.footerRight a:hover {
	text-decoration:underline;
	color:#009aff;
}
.Btn_FootSub{
	background:#0198ff;
	border:1px solid #333;
	padding:1px 2px;
	color:#fff;
}
.inputCss{
	background:#fff; border:1px solid #333; padding:3px 5px;
}
.Btn_submit, .Btn_submitOver, .Btn_photo, .Btn_photoOver, .Btn_become, .Btn_becomeOver, .Btn_customer, .Btn_customerOver, .Btn_where, .Btn_whereOver {
	width:171px;
	height:22px;
	border:0px;
	cursor:pointer;
}
.Btn_where{
	background:url(../images/btn_wheretobuy.gif);
}
.Btn_whereOver{
	background:url(../images/btn_wheretobuy_over.gif);
}
.Btn_submit {
	background:url(../images/btn_submit.gif);
	width:105px;
}
.Btn_submitOver {
	background:url(../images/btn_submit_over.gif);
	width:105px;
}
.Btn_photo {
	background:url(../images/btn_photo.gif);
}
.Btn_photoOver {
	background:url(../images/btn_photo_over.gif);
}
.Btn_become {
	background:url(../images/btn_become.gif);
}
.Btn_becomeOver {
	background:url(../images/btn_become_over.gif);
}
.Btn_customer {
	background:url(../images/btn_customer.gif);
}
.Btn_customerOver {
	background:url(../images/btn_customer_over.gif);
}
/*List*/
.PageSort {
	float:right;
	height:21px;
	margin:20px 20px 0px 0;
}
.PageSort a {
	text-decoration: none;
	text-align: center;
	float: left;
	display: block;
	height:21px;
}
a.PageNum:link, a.PageNum:visited {
	font-size: 11px;
	line-height:21px;
	background:#0098ff url(../images/page.gif) no-repeat;
	width:21px;
	margin: 0 2px;
}
a.PageNum:hover, a.PageNumSelect {
	text-decoration:none;
	color: #fff;
	font-size:11px;
	width:21px;
	background:#0098ff url(../images/pagesel.gif) no-repeat;
}