@charset "utf-8";
/* CSS Document */

#community {
	position: absolute;
	right: 209px;
	bottom: 89px;
	z-index: 50;
}
#community li {
	width: 17px;
	height: 19px;
	margin: 0 2px;
	float: left;
	text-align: center;
	list-style: none;
}
#community li a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#community li a:hover {
	color: #F90;
}
#community li a.cart {
	background: url('community/cart.png') no-repeat;
}
#community li a.facebook {
	background: url('community/fb.png') no-repeat;
}
#community li a.google {
	background: url('community/google.png') no-repeat;
}
#community li a.twitter {
	background: url('community/twitter.png') no-repeat;
}
#community li a.plurk {
	background: url('community/plurk.png') no-repeat;
}
#community li a.favorites {
	background: url('community/favorites.png') no-repeat;
}
#community li a.pixnet {
	background: url('community/pixnet.png') no-repeat;
}
#community li a.instagram {
	background: url('community/instagram.png') no-repeat;
}
#community li a.sina {
	background: url('community/sina.png') no-repeat;
}
#community li a.cart:hover {
	background: url('community/cart_.png') no-repeat;
}
#community li a.facebook:hover {
	background: url('community/fb_.png') no-repeat;
}
#community li a.google:hover {
	background: url('community/google_.png') no-repeat;
}
#community li a.twitter:hover {
	background: url('community/twitter_.png') no-repeat;
}
#community li a.plurk:hover {
	background: url('community/plurk_.png') no-repeat;
}
#community li a.favorites:hover {
	background: url('community/favorites_.png') no-repeat;
}
#community li a.pixnet:hover {
	background: url('community/pixnet_.png') no-repeat;
}
#community li a.instagram:hover {
	background: url('community/instagram_.png') no-repeat;
}
#community li a.sina:hover {
	background: url('community/sina_.png') no-repeat;
}
/*********************************************************/
/*********************************************************/
#footer_box {
	width: 100%;
}
#footer {
	width: 100%;
	min-width: 1300px;
	color:#666666;
	line-height:20px;
	margin: 0 auto;
	padding:10px 0;
	text-align:center;
	position: relative;
	background:#4E0E0E;
}
#footer a {
	color: #666666;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#footer a:visited {
	color:#666666;
	text-decoration: none;
}
#footer a:hover {
	color: #A08C59;
	text-decoration: none;
}
#footer .info {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #878787;
	text-align: right;
	letter-spacing: 1px;
	float: right;
	margin: 40px 135px 0 0;
}
#footer .info span {
	color: #D9D9D9;
}
#footer .qr {
	position: absolute;
	left: 35px;
	top: 20px;
}
#footer .copyright {
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	width:1300px;
	margin:0 auto;
	text-align:center;
}
#footer .copyright spanc {
	color: #AA7244;
}
#footer .copyright span {
	color: #858585;
}
#footer .copyright span a {
	color: #858585;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#footer .copyright span a:visited {
	color: #858585;
	text-decoration: none;
}
#footer .copyright span a:hover {
	color: #AA7244;
	text-decoration: underline;
}
#footer .copyright spanb {
	color: #858585;
}
#footer .copyright spanb a {
	color: #858585;
	text-decoration: underline;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#footer .copyright spanb a:visited {
	color: #858585;
	text-decoration: underline;
}
#footer .copyright spanb a:hover {
	color: #AA7244;
	text-decoration: underline;
}
/************************************************/
/***頁底*********************************************************/
/***頁底*********************************************************/
.form_use {
	color: #777777;
	background-color: #FFF;
	border: #BBBBBB 1px solid;
	padding: 3px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.form_use:hover {
	color: #FFF;
	background-color: #B28642;
	border: #B28642 1px solid;
}
.form_use:focus {
	color: #FFF;
	background-color: #B28642;
	border: #B28642 1px solid;
}
.form_h {
	height: 18px;
}
.form_use2 {
	color: #777777;
	background-color: #FFF;
	border: #BBBBBB 1px solid;
	padding: 3px 3px 3px 5px;
	font-size: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.form_use2:hover {
	color: #FFF;
	background-color: #B28642;
	border: #B28642 1px solid;
}
.form_use2:focus {
	color: #FFF;
	background-color: #B28642;
	border: #B28642 1px solid;
}
.form_use3 {
	color: #777777;
	background-color: #FFF;
	border: #BBBBBB 1px solid;
	padding: 3px 8px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.form_use3:hover {
	color: #FFF;
	background-color: #B28642;
	border: #B28642 1px solid;
}
.form_use3:focus {
	color: #FFF;
	background-color: #B28642;
	border: #B28642 1px solid;
}
.form_use4 {
	color:#666;
	border: #666 1px solid;
	background-color: transparent;
	padding: 3px 8px;
	font-size: 12px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.form_use4:hover {
	color:#CCC;
	background-color:#666;
	border: #666 1px solid;
}
.form_use4:focus {
	color:#CCC;
	background-color: #666;
	border: #666 1px solid;
}
