@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:70px;
	height:70px;
	position:fixed;
	_position: absolute; /* position fixed for IE6 */

  _top:expression(documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-10);
	z-index:1;
	bottom: 25%;
	margin-right: -570px;
	right: 50%;
	background-color: #00459d;
	color: #FFF;
	border-radius: 50px;
	opacity: 0.8;
	font-size: 16px;
	text-align: center;
}
#gotop a {
	font-size: 21px;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 70px;
	width: 70px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff8989;
	line-height: 70px;
}
#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 {
	padding: 5px;
	margin-bottom: 10px;
	width: 480px;
	float: right;
	color: #FFF;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background: #8f0000; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #8f0000 0%, #e15f1c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #8f0000 0%,#e15f1c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #8f0000 0%,#e15f1c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f0000', endColorstr='#e15f1c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#hot p {
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	font-size: 21px;
	text-align: center;
}
#hot p span {
	background-color: #FC6;
	color: #6B4835;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
}
#hot p a , #hot p a:visited{
	color: #FC6;
}
#hot p a:hover {
	color: #FF0;
}


#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;
}
#nav2 a , #nav2 a:visited{
	display: inline-block;
	background-color: #e51492;
	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: #00459d;
}


#content {
	height: auto;
	width: 84%;
	clear: both;
	background-image: url(img_02.jpg);
	background-repeat: no-repeat;
	background-color: #c1eeff;
	padding-right: 8%;
	padding-left: 8%;
	padding-bottom: 20px;
}
#content .book {
	clear: both;
	float: none;
	background-color: #fbf8f3;
	padding: 2%;
	width: 96%;
	margin-top: 15px;
}
#content .book h2 {
	color: #00459d;
	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: #00459d;
	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: #e51492;
}
#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: #e3f1f6;
}
#content .book th {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00459d;
	line-height: 1.5em;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #00459d;
	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 {
	margin-bottom: 40px;
	clear: both;
	float: none;
	margin-top: 5px;
}

#content p.buy a , #content p.buy a:visited{
	font-size: 16px;
	background-color: #00459d;
	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: #e51492;
	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;
}
