@charset "utf-8";
/* CSS Document */
/***普通通用*********************************************************/
html{
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, "微軟正黑體";
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0px;
	position:relative;
	background:#222222 url(../data/banner/banner_01.jpg) center top fixed no-repeat;
}
#wrapper {
	height:100%;
	min-width:1000px;
	margin: 0 auto;
	position: relative;

}
#wrapper_box {
	width: 100%;
	clear: both;
	position: relative;
}
/*********************************************************/
/*********************************************************/
h1{
	text-indent:-9999px;
}
/*********************************************************/
/*********************************************************/
#logo{
	top:0px;
	z-index: 10;
	position: absolute;
	left:50px;
	top:20px;
	z-index:100;
}
#logo2{
	position: absolute;
	left: 260px;
	top: 20px;
}
/*********************************************************/
/*********************************************************/
#header{
}
#header .nav{
	width:1000px;
	height:150px;
	margin: 0 auto;
	position: relative;
}
/*********************************************************/
/*********************************************************/
#topcart{
	width:100%;
	min-width:1000px;
	height:30px;
	position: relative;
}
#topnav{
	width:1000px;
	height:30px;
	font-size:12px;
	line-height: 30px;
	text-align: right;
	color:#848484;
	position: relative;
	margin: 0 auto;
}
#topnav img{
	vertical-align:middle;
	margin-right:10px;
	margin-bottom:2px;
}
#topnav a{
	color:#848484;
	text-decoration:none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#topnav a:visited{
	color:#848484;
	text-decoration:none;
}
#topnav a:hover{
	color:#FFF;
	text-decoration:none;
}
#topnav span{
}
/*********************************************************/
/*********************************************************/
#lang{
	width: 100px;
	display: block;
	right: 10px;
	cursor: pointer;
	position: absolute;
	height: 25px;
	top: 4px;
}
#lang_box{
	position:absolute;
	right:0px;
	top:25px;
	width:95px;
	z-index:999;
	border:#FFFFFF 1px solid;
	border-bottom: none;
	background:#DDDDDD;
	display:none;
}
#lang_box li{
	text-align:center;
	line-height:25px;
	list-style:none;
	border-bottom:#FFF 1px solid;
}
#lang_box li a{
	color:#666666;
	text-decoration:none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#lang_box li a:visited{
	color:#666666;
	text-decoration:none;
}
#lang_box li a:hover{
	color:#BE006D;
}
/*********************************************************/
/*********************************************************/
#rightnav{
	width: 61px;
	position: absolute;
	left: 50%;
	z-index: 50;
	cursor: pointer;
	margin-left: 520px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#rightnav > a{
	display:block;
	text-align:center;
	margin-bottom:5px;
	font-size:13px;
	color:#333333;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#rightnav > a:hover{
	color:#BE006E;
	text-decoration:underline;
}
#top_u{
	text-indent:-9999px;
	width:60px;
	height:20px;
	cursor:pointer;
	background:url(../data/rightnav/top.png) no-repeat;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#top_u:hover{
	background:url(../data/rightnav/top_.png) no-repeat;
}
/*********************************************************/
/*********************************************************/
#rcart{
	width:60px;
	height:60px;
	position:relative;
	margin-bottom:5px;
}
#rcart .list{
	color: #000000;
	font-weight: bold;
	font-size:14px;
	text-align: center;
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: block;
	text-decoration: none;
	left: 34px;
	top: 7px;
}
#rcart a{
	width:100%;
	height:100%;
	display:block;
	background: url(../data/rightnav/bg.png) no-repeat;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#rcart a:hover{
	background: url(../data/rightnav/bg_.png) no-repeat;
}
/*********************************************************/
/*********************************************************/
.hidden{
	display:none;
}
.opacity{
	opacity:0;
}
