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

* {
	margin:0;
	padding:0;
}

dl dt dd {
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
	}

body {
	font-size:12pt;
	font-family:微軟正黑體;
	width:100%;
	height:100%;
	-webkit-text-size-adjust: 100%;
}

h2 {
	color:#F00;
	}


hr {
	border:0; height:1px; background-color:#d4d4d4;
	color:#d4d4d4;	/* IE6 */
	margin:30px 0;
}

#wrapper {
	width:100%;
	height:100%;
}

#header {
	background:#FFFFFF;
	margin-top:0px;
	position:fixed;
	width:100%;
	overflow:hidden;
	z-index:9999;
	border-bottom:#39F 5px solid;
}

#line {
	margin:0 auto;
	width:950px;
	}


#menu {
	margin:0 auto;
	width:980px;
	height:120px;
	margin-top:0px;
	}


#menu a:hover {
	color:#F00;
	text-decoration:none;
}

#menu ul li {
	float:left;
	width:118px;
	height:30px;
	font-size:11pt;
	font-weight:bold;
	list-style-type:none;
	text-align:left;
	text-align:center;
	border-left:#FFF 1px solid;
}

#menu li a {
	display: block;
	width:118px;
	height:30px;
	background:#56c1ff;
	color:#fff;
	padding-top:7px;
	text-decoration:none;
}

#menu li a:hover {
	background:#07239c;
	color:#fff;
	text-decoration:none;

}


.con {
	margin:0 auto;
	width:980px;
	-moz-box-shadow:4px 4px 12px 4px rgba(20%,20%,40%,0.5);
	-webkit-box-shadow:4px 4px 12px 4px rgba(20%,20%,40%,0.5);
	box-shadow:4px 4px 12px 4px rgba(20%,20%,40%,0.5);
	}
	
.con2 {
	margin:0 auto;
	width:960px;
	padding:10px;
	-moz-box-shadow:4px 4px 12px 4px rgba(20%,20%,40%,0.5);
	-webkit-box-shadow:4px 4px 12px 4px rgba(20%,20%,40%,0.5);
	box-shadow:4px 4px 12px 4px rgba(20%,20%,40%,0.5);
	}
	
.con3 {
	margin:0 auto;
	width:980px;
	padding-top:20px;
	}
	
.left {
	float:left;
	line-height:175%;
	}
	
.right {
	float:left;
	line-height:175%;
	}
	
.right ul {
	padding-left:0px;
	}
	
#product_bar {
	width:570px;;
	background:#DDD;
	padding:5px 0px 5px 10px;
	font-weight:bold;
	margin-bottom:10px;
	}

.price {
	font-size:11pt;
	}
	
#buy_btn{
	text-align:center;
	width:100px;
	height:32px;
	font-size:11pt;
	background:#e12826;
	color:#FFF;
	cursor:pointer;
	display:table-cell;
	vertical-align:middle;
	font-weight:bold;
	letter-spacing:3px;
	}

#buy_btn:hover{
	background:#7a242f;
	color:#FFF;
	cursor:pointer;
	}
	
/*footer*/
#footer {
	border-top:2px solid #DDD;
	font-size:11pt;
	background-color:#eee;
	text-align:center;
    position: relative;
    margin-top: 10px;  /*影響footer高度*/
	height: 35px;
    padding:0px 0px 50px 0px;
	color:#000;
}
#footer a{
	color:#666;
	text-decoration:none;}
#footer a:hover{
	color:#333;}
	
#footer_logo {
	float:left;
	margin-top:-15px;
	}
	
#footer_logo img {
	width:188px;
	height:75px;
	}
	
#footer_text {
	float:left;
	font-size:11pt;
	margin-left:20px;
	margin-top:15px;
	text-align:left;
	line-height:150%;
	}

#line {
	margin:0 auto;
	width:980px;
	height:0px;
	}
	
#line_add {
	width:150px;
	position:relative;
	top:-113px;
	left:820px;
	}
	
#japan {
	width:150px;
	position:relative;
	top:-142px;
	left:910px;
	}

.store_detail{
	float:left;
	margin:0px 20px 10px 0px;
	width:170px;
	height:57px;
	}