@import url("reset.css");
body {
    background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
	background-size:100%;
	background-color:#FFFFFF;
}
#all{margin: 0 auto;width:1366px;}
#container{
	background-image: linear-gradient(180deg,#913423,#913423,#913423);
	border-right-style:double;
	border-left-style:double;
	border-width:6px; 
	border-color:#000000;
	width:1366px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#TOP {
	margin:0 auto;margin:0 auto;
	width:1100px;
	padding:30px 0px 0px 0px;
	}
#MENU {
	width:60%;
	margin:0 auto;
	padding:0px 0px 0px 0px;
	}
#BOOK {
	margin:0 auto;margin:0 auto;
	width:1100px;
	margin:20px auto 0px auto;
	}
#BOOK_BOX {
	width:1100px;
	margin:5px auto 0px auto;
	padding:20px 0px 20px 0px;
	border-top-style:dotted;
	border-width:3px; 
	border-color:#000000;
	}
#BOOK_L {
	margin:0 auto;margin:0 auto;
	width:1050px;
	}
#BOOK_L_BOX {
	width:510px;
	margin:10px 20px 20px 0px;
	float: left;
	}

/*===抽獎===*/
#LOTTERY {
	margin:0 auto;
	width:1100px;
	height:100%;
	margin:10px auto 0px auto;
	padding:30px 30px 30px 0px;
	}
#LOTTERY_BOX {
	width:1060px;
	height:570px;
	padding:30px 30px 10px 30px;
	}
#LOTTERY_BOX_A {
	width:500px;
	margin:10px 15px 10px 15px;
	float: left;
	}
#LOTTERY_BOX_A a:link{
	padding:0.2px 3px 0.2px 3px;
	color:#FFFFFF;
	background:rgba(230,180,34,0.7);
	font-size:15px;
	text-decoration:none;
}
#LOTTERY_BOX_P {
	padding:10px 20px 10px 20px;
	background-color:#f8e58c;
	background:rgba(248,229,140,0.5);
	width:460px;
	height:135px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	}
#BOOK a {
	width:13px;
	height:20px;
	background:#180614;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
	font-size:20px;
	line-height:2.3;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	padding:3px 10px 3px 10px;
	border-radius:15px;
	}
#BOOK a:hover {
	width:13px;
	height:20px;
	background:#9f6f55;
	font-size:20px;
	line-height:2.3;
	text-align:center;
	text-decoration:none;
	color:#fff1cf;
	padding:3px 10px 3px 10px;
	border-radius:3px;
	}
#BOOK_L_BOX a {
	width:13px;
	height:20px;
	background:#180614;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
	font-size:20px;
	line-height:2.3;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	padding:3px 10px 3px 10px;
	border-radius:15px;
	}
#BOOK_L_BOX a:hover {
	width:13px;
	height:20px;
	background:#9f6f55;
	font-size:20px;
	line-height:2.3;
	text-align:center;
	text-decoration:none;
	color:#fff1cf;
	padding:3px 10px 3px 10px;
	border-radius:3px;
	}

/*===字型===*/
 p{
	font-size:17px;
	line-height:2;
	text-align:justify;
	color:#FFFFFF;
	}
.text_BIG{
	font-family: "Arial";
	color:#000000;
	font-size: 15pt;
	line-height: 25pt;
	font-weight: bold;
}
.text_BIGPOINT{
	font-family: "Arial";
	color: #000000;
	font-size: 15pt;
	line-height: 21pt;
	border-bottom:1px #fef263 solid; 
	padding-bottom:2px;
	text-shadow: 0px 0px 5px rgba(254, 242, 99,0.9);
	font-weight: bold;
}
.text_POINT{
	font-family: "Arial";
	color:#e6b422;
	font-size: 15pt;
	line-height: 25pt;
	text-shadow: 1px 1px 5px rgba(22,81,31,10);
	font-weight: bold;
}
.text_MONEY{
	font-family: "Arial";
	color: #d8e698;
	font-size: 15pt;
	line-height: 25pt;
	text-shadow: 1px 1px 5px rgba(22,81,31,10);
	font-weight: bold;
}
.tag_POINT{
	border-style:solid;
	border-width:2px; 
	border-color:#d9333f;
	padding:3px 3px 3px 3px;
	color:#d9333f;
	font-weight: bold;
	background:rgba(255,255,255,0.8);
	font-size:15px;
}
.tag_SORT{
	border-radius:4px;
	padding:2px 5px 2px 5px;
	color:#FFFFFF;
	background: #000000;
	font-size:15px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.tag_SORT_2{
	border-style:solid;
	border-width:2px; 
	border-color:#7058a3;
	padding:3px 3px 3px 3px;
	color:#7058a3;
	font-weight: bold;
	background:rgba(255,255,255,0.8);
	font-size:17px;
}
.tag_SORT_3{
	border-radius:4px;
	padding:2px 5px 2px 5px;
	color:#f8f4e6;
	background: #ec6800;
	font-weight: bold;
	font-size:15px;
	text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5);
}
.text_LIT {
	font-family: "Arial";
	color:#ebe1a9;
	font-size: 11pt;
	line-height: 13pt;
}
.text_LIT_A {
	font-family: "Arial";
	color:#f8e58c;
	font-size: 11pt;
	line-height: 19pt;
}
/*===字型===*/
/*===分隔線===*/
hr.style1{border-top: 1px solid #8c8b8b;}
hr.style2 {border-top: 3px double #8c8b8b;}
hr.style3 {border-top: 1px dashed #8c8b8b;}
hr.style4 {border-top: 1px dotted #8c8b8b;}
hr.style5 {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;}
hr.style6 {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
	}
hr.style7 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
	}
hr.style8 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
	}
hr.style8:after {
	content: '';
	display: block;
	margin-top: 2px;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
    }
hr.style9 {
	border-top: 2px dashed #000000;
	border-bottom: 2px dashed #000;
    }
hr.style10 {
	border-top: 1px dotted #8c8b8b;
	border-bottom: 1px dotted #fff;
    }
hr.style11 {
	height: 6px;
	background: url(http://ibrahimjabbari.com/images/hr-11.png) repeat-x 0 0;
    border: 0;
    }
hr.style12 {
	height: 6px;
	background: url(http://ibrahimjabbari.com/images/hr-12.png) repeat-x 0 0;
    border: 0;
    }
hr.style13 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #000000 inset;
    }
hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
  }
hr.style15 {
	border-top: 4px double #8c8b8b;
	text-align: center;
    }
hr.style15:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
    }
hr.style16 {border-top: 1px dashed #8c8b8b; } 
hr.style16:after { 
  content: '\002702'; 
  display: inline-block; 
  position: relative; 
  top: -12px; 
  left: 40px; 
  padding: 0 3px; 
  background: #f0f0f0; 
  color: #8c8b8b; 
  font-size: 18px; 
   }
hr.style17 {
	border-top: 1px solid #8c8b8b;
	text-align: center;
    }
hr.style17:after {
	content: '§';
	display: inline-block;
	position: relative;
	top: -14px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
    }
hr.style18 { 
  height: 30px; 
  border-style: solid; 
  border-color: #A64DFF; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 
  } 
hr.style18:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #d9333f; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
  }
/*===分隔線===*/