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

* {
	margin:0;
	padding:0;
}

ul {
	list-style-type:none;
}

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

a {
	text-decoration:none;
	color:#000;
	}
	
a:hover {
	text-decoration:none;
	}
/*html,body{height:100%;}
*/
body {
	background:url(../images/background.jpg);
	font-size:11pt;
	font-family:Arial, Helvetica, sans-serif, '微軟正黑體';
	width:100%;
	height:100%;
	-webkit-text-size-adjust: 100%;
	
}

h2{
	border-bottom:0px #ccc dashed;
	margin-bottom:20px;
	color:#666;
	}	

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

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

#main_b {
	margin:0 auto;
	/*background:#DDD;*/
	background:#FFF;
	width:930px;
	height:100%;
	}

#header {
	margin:0 auto;
	background:#FFFFFF;
	overflow:hidden;
	border-top:#E5002C 8px solid;
}

#logo {
	background:#000;
	height:60px;
	padding-left:20px;
	padding-top:10px;
	}

#menu_bar {
	background:#E5002C;
	width:100%;
	height:35px;
	margin-top:-27px;
	-moz-box-shadow:0px 4px 12px 0px rgba(20%,20%,40%,0.7);
	-webkit-box-shadow:0px 4px 12px 0px rgba(20%,20%,40%,0.7);
	box-shadow:0px 4px 12px 0px rgba(20%,20%,40%,0.7);
	}
	
#menu {
	margin:0 auto;
	width:950px;
	height:80px;
	}


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

#menu ul li {
	float:left;
	color:#FFF;
	width:155px;
	height:20px;
	font-size:11pt;
	font-weight:bold;
	text-align:center;
	margin-top:8px;
	border-right:#DDD 1px solid;
}



#menu li a {
	display: block;
	width:155px;
	height:30px;
	color:#FFF;
	text-decoration:none;
}

#menu li a:hover {
	color:#f6b23d;
	text-decoration:none;

}

#main_slide {
	width:910px;
	margin:20px 10px 10px 10px;
	}
	
#main_left {
	float:left;
	width:420px;
	margin:10px 10px 50px 10px;
	}
	
#main_right {
	float:left;
	width:480px;
	margin:10px 10px 50px 0px;
	}
	
.main_about_text {
	font-size:10pt;
	line-height:175%;
	margin-top:10px;
	}
	
#buy_btn{
	text-align:center;
	width:100px;
	height:35px;
	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;
	}
	
.store{
	float:left;
	margin:10px 0px 30px 35px;
	width:170px;
	height:57px;
	}	
	
#line2 {
	position:relative;
	width:120px;
	top:-62px;
	left:840px;
	}
	
	
/*footer*/
#footer {
	margin:0 auto;
	background:url(../images/footer_bg.jpg);
	border-top:2px solid #000;
	font-size:11pt;
	background-color:#eee;
	text-align:center;
    position: relative;
    margin-top: 0px;  /*影響footer高度*/
	width:910px;
	height: 25px;
    padding:20px 10px 40px 10px;
	color:#000;
}
#footer a{
	color:#FFF;
	text-decoration:none;}
#footer a:hover{
	color:#DDD;}
	
#footer_logo {
	float:left;
	}
	
#footer_text {
	float:left;
	font-size:11pt;
	margin-left:20px;
	margin-top:0px;
	text-align:left;
	line-height:150%;
	}