@import url(http://fonts.googleapis.com/css?family=Open+Sans);
body {
	margin: 0;
	height: 100%;
	font-family:"微軟正黑體";
	background-color: #FFFFFF;
	background-image: url(../../bg/bg27.png);
	width: 100%;
 
}
#gotop{
	_width: 165px;
	/*height:240px;*/
	position:fixed;
	_position: absolute; /* position fixed for IE6 */

  _top:expression(documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-10);
	z-index:1;
	bottom: 25%;
	text-align: center;
	margin-right: -545px;
	right: 45%;
	background-color: #282f39;
	color: #FFF;
	border-radius: 20px;
	opacity: 0.8;
	font-size: 16px;
}
#gotop a {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: auto;
	width: 140px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #626262;
}
#gotop a:visited {
	color: #FFF;
	text-decoration: none;
}
#gotop a:hover {
	color: #FF0;
	text-decoration: none;
}
#gotop a:active {
	color: #FF0;
	text-decoration: none;
}
#gotop a:last-child {
	border-bottom-style: none;
}
#header-share {
	text-align: center;
	width: 900px;
}

#header-rwd {
	display: none;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
#noie{
	color: #FFF;
	width: 100%;
	height: 70px;
	text-align: center;
	border: 1px solid #006699;
	background-color: #669933;
	_z-index: 9999;
	z-index: 9999;
	position: fixed;
	 _top:expression(documentElement.scrollTop+"px");/*讓選單覆蓋內容不會隨著捲軸滑動而消失專用*/
	left: 0;
	top: 0;
}
#noie a{
	color: #FC0;
}
#BodyContent {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1000px;
}
.logo img {
	width: 100%;
	display: block;
}
#hot {
	max-width: 1000px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #fef1dc; /* Old browsers */
	/*background: -moz-linear-gradient(left, #8edff6 0%, #66cfed 70%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(left, #8edff6 0%, #66cfed 70%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to right, #8edff6 0%,#66cfed 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b9d1', endColorstr='#f09dbd',GradientType=1 ); /* IE6-9 */}

}
#hot ul {
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
}
#hot ul li {
	display: inline-block;
	*display: inline;
	list-style-type: disc;
	font-size: 19px;
	color: #024e86;
	line-height: 1.9em;
	letter-spacing: 2px;
	*padding-left: 30px;
}
#hot ul li:first-child {
	/*width: 52%;*/
	margin-left: 8%;
}
/*#hot ul li:last-child {
	width: 40%;
}*/
#hot ul li span {
	font-size: 15px;
	margin-left: 5px;
}
#hot a{
	text-decoration:none;
	font-size: 0.9em;
	font-weight:bold;
	color: #ffe451;
    padding: 5px;
    background-color: #282f39;
	border-radius: 10px;
}


#hot p {
	margin: 0px;
	padding: 0 20px 5px 0;
	line-height: 1.2em;
	font-size: 15px;
	text-align: right;
	color: #900;
}
#hot p a {
	font-size: 20px;
	color: #FF0000;
	text-decoration:none;
}
#hot p a:hover {
	color: #fff;
	text-decoration: none;
	position: relative;
	top: -2px;
	left: 2px;
}
#nav3 {
	text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
	background-color: #282f39;
    background-repeat: repeat;
}
#nav3 strong {
    color: red;
    font-size: 16px;
}
#nav3 p {
    font-size: 20px;
    color: #ff0;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 3px;
}
#nav3 a {
    text-decoration: none;
    font-size: 0.9em;
    color: #000;
    padding: 5px;
    background-color: #ff0;
    border-radius: 20px;
}


#nav {
	 display:none;
}
#nav  {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf0f', endColorstr='#f0661f',GradientType=1 );
	color: #FFF;
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
}

#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	display: block;
	list-style-type: none;
	font-size: 18px;
	color: #FFFF00;
	background-color: #000;
	width: 25%;
	float: left;
	text-align: center;
	margin: 1%;
	padding: 1%;
	border-radius: 15px 0px 15px 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #6B4835;
	border-bottom-color: #6B4835;
}
#nav ul li a , #nav ul li a:visited , #nav ul li a:hover{
	color: #FFF;
	text-decoration: none;
}
#nav ul li a:hover {
	text-decoration: underline;
}



#nav ul li:last-child {
	width: 36%;
}
#nav ul li span.arrow_b_int , #nav ul li span{
	width:0px;
	height:0px;
	border-width:8px;
	border-style:solid;
	border-color:#000 transparent transparent transparent;
	position:relative;
	bottom:-38px;
	right:35%;
}

#nav2 {
	text-align: center;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 10px;
	margin-top: 20px;
}
#nav2 a , #nav2 a:visited{
	display: inline-block;
	background-color: #006164;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-radius: 15px;
}
#nav2 a:hover {
	background-color: #f4a61f;
}



#content {
	height: auto;
	width: 84%;
	clear: both;
	/*background-image: url(img_02.jpg);*/
	/*background-repeat: no-repeat;*/
	background-color: #ce4e21;
	background: linear-gradient(to right,#282f39 45%,#ce4e21 75%);	/* Old browsers */
	padding-right: 8%;
	padding-left: 8%;
	padding-bottom: 20px;
	padding-top: 5px;
}

#content .book {
	clear: both;
	float: none;
	background-color: #fbf8f3;
	padding: 2%;
	width: 96%;
	margin-top: 15px;
}
#content .book h2 {
	color: #282f39;
	font-size: 21px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content .book h2 a , #content .book h2 a:visited{
	color: #FFFFFF;
	background-color: #dd231d;
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin-left: 10px;
	border-radius: 15px;
}
#content .book h2 a:hover {
	background-color: #900;
}
#content .book h3 {
	font-size: 16px;
	font-weight: bold;
	color: #063;
	margin: 0px;
	padding: 0px;
	text-indent: 16px;
}


#content table {
	clear: both;
	float: none;
	zoom: 1;
}
#content .book td {
	font-size: 16px;
	color: #000;
	line-height: 1.5em;
	padding: 5px;
}
#content .book tr:nth-child(2n+1) {
	background-color: #fff5e4;
}
#content .book th {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #282f39;
	line-height: 1.5em;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #282f39;
	background-color: #FBF8F3;
	text-align: center;
}
#content td a , #content td a:visited{
	color: #000;
	text-decoration: none;
}
#content td a:hover {
	color: #0E819E;
	text-decoration: underline;
}
#content p.buy {
	font-size: 16px;
	margin-bottom: 40px;
	clear: both;
	float: none;
	margin-top: 5px;
    color: floralwhite;
}

#content p.buy a , #content p.buy a:visited{
	font-size: 16px;
	background-color: #282f39;
	color: #FFF;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-radius: 15px;
}
#content p.buy a:hover {
	background-color: #900;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}



.hidden_m {
	font-size: 16px;
}




.more {
	width: 80%;
	max-width: 900px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #900;
	clear: both;
	float: none;
	padding-right: 10%;
	padding-left: 10%;
}
.more ul {
	clear: both;
	float: none;
}
.more p {
	font-size: 18px;
	font-weight: normal;
	color: #FF0;
	margin: 0px;
	padding: 0px;
}
.more ul {
	margin: 0px;
	list-style-position: outside;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.more .NewsStyle {
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.more .NewsStyle a {
	font-size: 15px;
	line-height: 1.5em;
	color: #FFF;
	text-decoration: none;
}
.more .NewsStyle a:visited {
	color: #FFF;
	text-decoration: none;
}
.more .NewsStyle a:hover {
	color: #FFF;
	text-decoration: underline;
}
.more .NewsStyle a:active {
	color: #FFF;
	text-decoration: underline;
}
