@charset "utf-8";
/* CSS Document */

/*----------body 整體構造--------------------*/
body{
	padding:0;
	margin:0;
	background-color:#e00100;
	color:#000;
}
/*----------body 整體構造--------------------*/


div, h1, h2, p, form, label, input, img, span{
	margin:0; padding:0; border: 0;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
	font-size:0;
}

.textarea{
	border: 1px solid #BCBCBC;
}
.textarea2{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BCBCBC;
	font-size: 12px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/*----------spacer空白空間--------------------*/
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}
/*----------spacer空白空間--------------------*/

/*------------------會員欄位------------------ */
.username {
	BORDER-RIGHT: #cccccc 1px solid;
	BACKGROUND-POSITION: 1px 1px;
	BORDER-TOP: #cccccc 1px solid;
	PADDING-LEFT: 20px;
	FONT-SIZE: 12px;
	BACKGROUND-IMAGE: url(../images/icon/user.gif);
	BORDER-LEFT: #cccccc 1px solid;
	WIDTH: 90px;
	BORDER-BOTTOM: #cccccc 1px solid;
	BACKGROUND-REPEAT: no-repeat;
	HEIGHT: 22px
}
.password {
	BORDER-RIGHT: #cccccc 1px solid;
	BACKGROUND-POSITION: 1px 1px;
	BORDER-TOP: #cccccc 1px solid;
	PADDING-LEFT: 20px;
	FONT-SIZE: 12px;
	BACKGROUND-IMAGE: url(../images/icon/pass.gif);
	BORDER-LEFT: #cccccc 1px solid;
	WIDTH: 90px;
	BORDER-BOTTOM: #cccccc 1px solid;
	BACKGROUND-REPEAT: no-repeat;
	HEIGHT: 22px
}

/*------------------------------------------------body--------------------*/
#body{
	width:1000px;
	padding:0;
	color:#000;
	background-attachment: scroll;
	background-image: url(../images/shopweb_01.jpg);
	background-repeat: repeat-x;
	height: 112px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*------------------------------------------------body--------------------*/

/*------------------------------------------------page--------------------*/
#page{
	width:1000px;
	padding:0;
	color:#000;
	background-attachment: scroll;
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/shopweb_05.jpg);
	background-color: #FFFFFF;
	background-position: bottom;
}
/*------------------------------------------------body--------------------*/

/*------------------------------------------------top part--------------------*/
#top{
	width:1000px;
	height:112px;
	position:relative;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/shopweb_01.jpg);
}
/*------------------------------------------------top part--------------------*/

/*------------------------------------------------header--------------------*/
#header{
	width:1000px;
	height:24px;
	padding:0;
	background-image: url(../images/shopweb_02.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-style: none;
	border-left-style: none;
}
/*------------------------------------------------header--------------------*/

/*------------------------------------------------page2--------------------*/
#page2{
	width:1000px;
	height:23px;
	padding:0;
	background-image: url(../images/shopweb_11.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-style: none;
	border-left-style: none;
}


/*------------------------------------------------font--------------------*/

.style1 {
	color: #333333;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}
.style3 {
	color: #333333;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
}
.style4 {
	color: #FF0000;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
}
.style5 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 20px;
}
.style7 {
	color: #FF0000;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}
/*------------------------------------------------font--------------------*/


/*------------------------------------------------footer--------------------*/
#footerMain{
	width:1000px;
	height:72px;
	color:#FFFFFF;
	padding:0;
	font-size: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#footer{
	width:1000px;
	height:auto;
	position:relative;
	background-image: url(../images/shopweb_12.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-attachment: scroll;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}

/*------------------------------------------------footer--------------------*/
