@charset "utf-8";
/* CSS Document */
#community{
	position:absolute;
	right:25px;
	top:65px;
	z-index:99;
	word-spacing:5px;
	color:#79796A;
}
#community li {
	width:16px;
	height:16px;
	margin:0 4px;
	font-size:12px;
	line-height:16px;
	float: left;
	color:#79796A;
	text-align: center;
	list-style: none;
}
#community li:nth-child(even) {
	float:right;
}
#community li.other {
	width: auto !important;
}
#community li.other a{
	display:inline !important;
}
#community li a {
	width: 100%;
	height: 100%;
	color:#79796A;
	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:visited {
	color:#79796A;
	text-decoration: none;
}
#community li a:hover {
	color:#FFF;
}
#community li a.cart {
	text-indent:-9999px;
	background: url('../data/community/cart.png') no-repeat;
}
#community li a.facebook {
	text-indent:-9999px;
	background: url('../data/community/fb.png') no-repeat;
}
#community li a.google {
	text-indent:-9999px;
	background: url('../data/community/google.png') no-repeat;
}
#community li a.twitter {
	text-indent:-9999px;
	background: url('../data/community/twitter.png') no-repeat;
}
#community li a.plurk {
	text-indent:-9999px;
	background: url('../data/community/plurk.png') no-repeat;
}
#community li a.favorites {
	text-indent:-9999px;
	background: url('../data/community/favorites.png') no-repeat;
}
#community li a.pixnet {
	text-indent:-9999px;
	background: url('../data/community/pixnet.png') no-repeat;
}
#community li a.instagram {
	text-indent:-9999px;
	background: url('../data/community/instagram.png') no-repeat;
}
#community li a.sina {
	text-indent:-9999px;
	background: url('../data/community/sina.png') no-repeat;
}
#community li a.cart:hover {
	background: url('../data/community/cart_.png') no-repeat;
}
#community li a.facebook:hover {
	background: url('../data/community/fb_.png') no-repeat;
}
#community li a.google:hover {
	background: url('../data/community/google_.png') no-repeat;
}
#community li a.twitter:hover {
	background: url('../data/community/twitter_.png') no-repeat;
}
#community li a.plurk:hover {
	background: url('../data/community/plurk_.png') no-repeat;
}
#community li a.favorites:hover {
	background: url('../data/community/favorites_.png') no-repeat;
}
#community li a.pixnet:hover {
	background: url('../data/community/pixnet_.png') no-repeat;
}
#community li a.instagram:hover {
	background: url('../data/community/instagram_.png') no-repeat;
}
#community li a.sina:hover {
	background: url('../data/community/sina_.png') no-repeat;
}
/******************************************************************************/
#footer_box {
	width: 100%;
	min-width:1000px;
	height:135px;
	position: relative;
	margin:0 auto;
	background:#222222;
}
#footer {
	width:1000px;
	height:135px;
	margin: 0 auto;
	position: relative;
}
#footer .pic {
	float:left;
}
#footer .pic img{
	vertical-align:middle;
}
#footer .menu {
	width:1000px;
	line-height:20px;
	height:20px;
	font-size: 12px;
	color: #92C9C3;
	position:absolute;
	right:0px;
	top:25px;
	text-align:center;
}
#footer .menu img{
	vertical-align:middle;
}
#footer .menu 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 .menu a:visited {
	color: #666666;
	text-decoration: none;
}
#footer .menu a:hover {
	color:#BE006D;
	text-decoration: none;
}
/********************************/
#footer .info {
	width: 410px;
	line-height: 18px;
	font-size: 12px;
	color:#777777;
	position: absolute;
	right: 20px;
	top: 34px;
	word-spacing:5px;
}
#footer .info img{
	vertical-align:middle;
	margin:0 10px 2px 0;
}
#footer .info span {
	color:#FFF;
}
.copyright {
	width: 410px;
	line-height: 18px;
	color:#777777;
	font-size: 12px;
	position: absolute;
	right: 20px;
	top: 70px;
}
.copyright span {
	color:#555555;
}
.copyright span a {
	color:#555555;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.copyright span a:visited {
	color:#555555;
	text-decoration: none;
}
.copyright span a:hover {
	color: #888888;
	text-decoration: none;
}
.copyright a {
	color: #999999;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.copyright a:visited {
	color: #999999;
	text-decoration: none;
}
.copyright a:hover {
	color:#444444;
	text-decoration: none;
}
.copyright .left{
	float:left;
}
/***頁底*********************************************************/
/***頁底*********************************************************/
.form_use {
	color: #2A2A2A;
	background-color:#111111;
	border:#2A2A2A 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_use:hover, .form_use:focus {
	color: #CCCCCC;
	background-color:#777777;
	border:#CCCCCC 1px solid;
}
.form_h {
	height: 14px;
}
.form_use2 {
	color: #2A2A2A;
	background-color:#111111;
	border:#2A2A2A 1px solid;
	padding: 3px 3px 3px 5px;
	font-size: 12px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.form_use2:hover, .form_use2:focus {
	color: #CCCCCC;
	background-color:#777777;
	border:#CCCCCC 1px solid;
}
.form_use3 {
	color: #2A2A2A;
	background-color:#111111;
	border:#2A2A2A 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, .form_use3:focus {
	color: #CCCCCC;
	background-color:#777777;
	border:#CCCCCC 1px solid;
}
.form_use4 {
	color: #BBBBBB;
	background-color: transparent;
	border: none;
	font-size: 12px;
	line-height:18px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.form_use4:hover, .form_use4:focus {
	color: #BBBBBB;
}
/***頁底*********************************************************/
input[placeholder]{
	color: #BABABA;
	line-height:18px;
}
::-webkit-input-placeholder {
	color: #BABABA;
	}
:-moz-placeholder {
	color: #BABABA;
	}
.placeholder {
	color: #BABABA;
	}
