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

body {
	background-image: url(images/cart/bg_body.png); /* 背景底圖 */
}

/* =========內容外框(1欄-w1020)======= */
.content_w1020 {
	margin:0 auto;
	width:100%;
	}
	
/* ========(上)版頭======== */
.header { 
margin:auto;
width:100%;
height:70px;
background-image:url(../images/header/Gshop.png);
border: 1px solid #ffffff;
border-top:none;
border-bottom-left-radius:5px; /*圓角*/ 
border-bottom-right-radius:5px;
-moz-border-radius-bottomright:5px; 
-moz-border-radius-bottomleft:5px;
-webkit-border-radius-bottomright:5px;  
-webkit-border-radius-bottomleft:5px;
clear:both;
}
.header_logo {
	background-image: url(../images/header/logo_Gshop.png);
	background-repeat: no-repeat;
	width:260px;
	height:65px;
	background-position: 5px;
	overflow:hidden;
	float:left;
}

/* =========內容外框(1欄-w970)======= */
.content_w970 {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	}

/* ========(下)版尾=========== */
.copyright {
	margin:0 auto;
	padding-top:0px;
	text-align:center;
	clear:both;
	background-color: #FFF;
}
	
/* =========共用======= */

/*位置*/
.positionT {
	vertical-align: top;	
}
.positionB {
	vertical-align: bottom;	
}

/*按鈕*/
.btn_blue{
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/btn_blue.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 30px;
	width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.btn_blue:hover {
	background-image: url(images/btn_blue02.png);
}

.btn_orange_html5
{
	width: 150px;
	height: 45px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 0px;
	font-size: 25px;
	line-height: 45px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/Gshop/btn01.gif);
	background-repeat: no-repeat;
	text-align: center;
}


.btn_orange{
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/btn_orange.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 30px;
	width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.btn_orange:hover {
	background-image: url(images/btn_orange02.png);
}
.btn_white03{
	font-size: 12px;
	color: #F60;
	background-image: url(images/btn_white05.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	line-height:20px;
	text-decoration:none;
}
.btn_white03:hover{
	background-image: url(images/btn_white06.png);
}

/*字體*/
.blackW {
	color: #000;
	font-weight: normal;
}
.W15 {
	font-size: 15px;
	line-height: 28px;
	text-align: left;
}
.black15WB {
	color: #000;
	font-size: 15px;
	font-weight: bold;
}
.black22W {

	color: #000;
	font-size: 22px;

}
.redW {
	color: #FF0000;
}
.red15W {
	font-size: 15px;
	color: #FF0000;
	font-weight: normal;
}
.red22WB {
	font-size: 22px;
	color: #FF0000;
	font-weight: bold;
}
.red35W {
	font-size: 35px;
	color: #C20D23;
}
.orangeW {
	color: #eb6100;
}
.orange16W {
	font-size: 16px;
	color: #eb6100;
	font-weight: bold;
}
.brown15W {
	font-size: 15px;
	color: #804F21;
	font-weight: bold;
}
.blueW {
	color: #076baf;
	font-size: 13px;
	font-weight: normal;
}
.blueWB {
	color: #076baf;
	font-weight: bold;
}
.blue15WB {
	font-size: 15px;
	color: #076baf;
	font-weight: bold;
}
.blue16WB {
	font-size: 16px;
	color: #076baf;
	font-weight: bold;
}
.grayW {
	color: #717071;
}
.grayW02 {
	color: #CCCCCC;
}
.grayWB {
	color: #717071;
	font-weight: bold;
}
.pickW {
	color: #ff6562;
	font-size: 13px;
}

/* 連結 */
.blueLink:link {
	color: #076baf;
	text-decoration: none;
}
.blueLink:visited {
	color: #076baf;
	text-decoration: none;
}
.blueLink:hover {
	color: #000;
	text-decoration: none;
}
.blueLink:active {
	color: #000;
	text-decoration: none;
}
.redLink:link {
	color: #FF0000;
	text-decoration: none;
}
.redLink:visited {
	color: #FF0000;
	text-decoration: none;
}
.redLink:hover {
	color: #000000;
	text-decoration: none;
}
.redLink:active {
	color: #000000;
	text-decoration: none;
}
